OSDN Git Service

Support chain tx (#1365)
authoryahtoo <yahtoo.ma@gmail.com>
Tue, 2 Oct 2018 11:22:12 +0000 (19:22 +0800)
committerPaladz <yzhu101@uottawa.ca>
Tue, 2 Oct 2018 11:22:12 +0000 (19:22 +0800)
commitf649104c4fc43776418102ba5d8fe199a1daf08f
tree6e9350a9920aaabd6f0da9b956f9d04d001c1fb8
parent74bd31b42c4b4d06e699fea7ea1451e592f4170b
Support chain tx (#1365)

* Support chain tx

* Optimization code

* Optimization code

* Update test file

* Optimization code

* Fix chain tx packaging problem

* Review chain tx v2 (#1373)

* edit the code formate

* edit the code format

* edit the formate

* edit the code format

* edit the code format

* edit the dormat

* edit the code format

* edit the code format

* edit the code

* edit the code

* edit the code format

* edit the code format

* edit the code formate

* edit the code format

* edit the code

* add unit test for calcMergeGas

* add unit test for TestReserveBtmUtxoChain

* add unit test for TestBuildBtmTxChain

* edit for code style

* edit the api parameter

* fix wallet display bug
14 files changed:
account/accounts_test.go
account/builder.go
account/builder_test.go
api/api.go
api/hsm.go
api/transact.go
asset/builder.go
blockchain/txbuilder/actions.go
blockchain/txbuilder/builder.go
blockchain/txbuilder/txbuilder.go
blockchain/txbuilder/txbuilder_test.go
blockchain/txbuilder/types.go
mining/sort.go
wallet/annotated.go