OSDN Git Service

init push for spend 0 confirm utxo (#1112)
authorPaladz <yzhu101@uottawa.ca>
Thu, 5 Jul 2018 13:02:37 +0000 (21:02 +0800)
committerGitHub <noreply@github.com>
Thu, 5 Jul 2018 13:02:37 +0000 (21:02 +0800)
commit6a403f9561788d2bcca81ffd0e972827c7a1d469
tree57e134b2dcaa991d29653800943c50e3e398a0da
parentf48da4e1523565f491de88266d2046251f1df09d
init push for spend 0 confirm utxo (#1112)

* init push for spend 0 confirm utxo

* elegant the code

* add unit test for utxo_keeper

* add unit test for wallet/utxo.go

* fix a unit test bug

* delete the unused control_receiver
27 files changed:
account/accounts.go
account/accounts_test.go
account/builder.go
account/image.go
account/reserve.go [deleted file]
account/reserve_test.go [deleted file]
account/utxo_keeper.go [new file with mode: 0644]
account/utxo_keeper_test.go [new file with mode: 0644]
api/accounts.go
api/query.go
api/receivers.go
api/request.go
api/transact.go
blockchain/txbuilder/actions.go
node/node.go
protocol/txpool.go
test/bench_blockchain_test.go
test/integration/standard_transaction_test.go
test/tx_test_util.go
test/wallet_test_util.go
wallet/indexer.go
wallet/unconfirmed.go
wallet/unconfirmed_test.go
wallet/utxo.go [new file with mode: 0644]
wallet/utxo_test.go [new file with mode: 0644]
wallet/wallet.go
wallet/wallet_test.go