OSDN Git Service

feat(bcrp): save and delete contract (#1865)
authorDeKaiju <longjinglv@gmail.com>
Fri, 9 Apr 2021 05:30:13 +0000 (13:30 +0800)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 05:30:13 +0000 (13:30 +0800)
commitedf13fd967c6945d05629339d7d1f1170ffb51ca
tree7dd3d98620c78f00d5e81bab7ee0c1ea42553b1a
parent99152a87e0d7ad06be6c3f6019a04ea07a14eea8
feat(bcrp): save and delete contract (#1865)

* feat(bcrp): save and delete contract

* refactor(bcrp): code refactoring

* test(bcrp): add unit test of func SaveContract and DeleteContract

* refactor(bcrp): code refactoring

* refactor(bcrp): code refactoring

* refactor(bcrp): code refactoring

* refactor(bcrp): code refactoring

* refactor(bcrp): code refactoring
database/contract_view.go [new file with mode: 0644]
database/store.go
database/store_test.go
protocol/block.go
protocol/protocol.go
protocol/state/contract_view.go [new file with mode: 0644]
protocol/store.go
test/utxo_view/utxo_view_test.go