OSDN Git Service

add timerange to txbuilder (#461)
authorPaladz <yzhu101@uottawa.ca>
Thu, 22 Mar 2018 09:19:22 +0000 (17:19 +0800)
committerGitHub <noreply@github.com>
Thu, 22 Mar 2018 09:19:22 +0000 (17:19 +0800)
commitd4c52e24e478f37a7adf472de4da8324a07a3cfe
tree93fe2e09cb1eebd8df6238ad90d7852ad614dc47
parentb130b4dff19549d7e84e0f18b89732e7845606f2
add timerange to txbuilder (#461)

* add timerange to txbuilder

* timerange support block height

* add notes to timeRangeGash
blockchain/request.go
blockchain/transact.go
blockchain/txbuilder/builder.go
blockchain/txbuilder/txbuilder.go
blockchain/txbuilder/txbuilder_test.go
protocol/tx.go
protocol/validation/validation.go
protocol/validation/validation_test.go