OSDN Git Service

feat(bcrp): add control contract action (#1909)
authorDeKaiju <longjinglv@gmail.com>
Wed, 21 Apr 2021 09:00:35 +0000 (17:00 +0800)
committerGitHub <noreply@github.com>
Wed, 21 Apr 2021 09:00:35 +0000 (17:00 +0800)
commit96863f532a04bcaf949b35df019d21bb5ab09323
treecb324baff39911e9c6a237aa086a53f31efe73cf
parentfdfecd9ebf5e5e09b477cd98b4316f5463a21503
 feat(bcrp): add control contract action (#1909)

* feat(bcrp): add control contract action

* refactor(bcrp): code refactoring

Co-authored-by: Paladz <yzhu101@uottawa.ca>
blockchain/txbuilder/actions.go
consensus/bcrp/bcrp.go
consensus/bcrp/bcrp_test.go
protocol/validation/vmcontext.go
protocol/vm/vmutil/script.go
protocol/vm/vmutil/script_test.go