OSDN Git Service

Add mempool new tx subscription support (#1578)
authoryahtoo <yahtoo.ma@gmail.com>
Fri, 22 Feb 2019 06:05:08 +0000 (14:05 +0800)
committerPaladz <yzhu101@uottawa.ca>
Fri, 22 Feb 2019 06:05:08 +0000 (14:05 +0800)
commit8cad3413376620f2a80135ba767b02177a273860
tree5ef9723712d05517c009b4dd29ddbb4a7ec56bfb
parente82573ae9129abf0beb04cff5f8de62f14d8a436
Add mempool new tx subscription support (#1578)

* Add mempool new tx subscription support

* Fix test file error

* Add test file

* Add test file

* Opz code format

* Del invalid test file
16 files changed:
account/accounts_test.go
asset/asset_test.go
net/websocket/wsnotificationmaneger.go
netsync/handle.go
netsync/tx_keeper.go
node/node.go
p2p/switch_test.go
protocol/txpool.go
protocol/txpool_test.go
test/bench_blockchain_test.go
test/util.go
test/wallet_test_util.go
wallet/unconfirmed.go
wallet/unconfirmed_test.go
wallet/wallet.go
wallet/wallet_test.go