OSDN Git Service

init push for pay-to-script-hash (#235)
authorPaladz <yzhu101@uottawa.ca>
Wed, 3 Jan 2018 09:40:25 +0000 (17:40 +0800)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2018 09:40:25 +0000 (17:40 +0800)
commite0afe578fd6b49e56707463afd1b1e4d64db13ec
treed42bfcc8f2e43bf861edd5fc8ecf9f0323fbdc67
parentd34139c0f37d73e5a42aa82a96a5173070f1dd4d
init push for pay-to-script-hash (#235)

* init push for pay-to-script-hash

* edit for code review

* edit the test code struct

* edit for golint

* add the cli part
13 files changed:
blockchain/account/accounts.go
blockchain/account/builder.go
blockchain/account/receivers.go
blockchain/receivers.go
blockchain/txbuilder/actions.go
cmd/bytomcli/commands/bytomcli.go
cmd/bytomcli/commands/transaction.go
common/address.go
config/genesis.go
config/genesis_test.go
integration_test/standard_transaction_test.go
protocol/vm/control.go
protocol/vm/vmutil/script.go