fcoin/test
Nodar Chkuaselidze 32cba1bf4a
mempool: reflect spent coins in mempool coinview.
Currently coinview does not account for spent coins in the mempool,
This does not create problems because we have additional checks in
right places which detect double spends, but technically
coinview should help you detect double spent in the mempool as well.
This way it will be compatible with chain.getCoinView.

getSpentView will still return all outputs that are available
in the mempool. (This could also return spentView from indexers if
available, this method is used by `signrawtransaction`.)
2018-11-25 23:32:13 +04:00
..
data pkg: update deps. 2018-03-29 21:56:52 -07:00
util bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
address-test.js wallet/bcoin: stop tracking network everywhere. 2018-03-29 21:56:44 -07:00
bech32-test.js bcoin: cleanup. fix bsock calls. 2018-03-29 21:56:47 -07:00
block-test.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
chain-test.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
coin-test.js tests: add coin tests 2017-09-28 19:46:54 +05:30
coins-test.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
consensus-test.js pkg: remove bn.js dependency. 2018-08-10 16:33:38 -07:00
hd-test.js bcoin: bstring requires. 2018-03-29 21:56:48 -07:00
headers-test.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
http-test.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
input-test.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
keyring-test.js wallet/bcoin: stop tracking network everywhere. 2018-03-29 21:56:44 -07:00
mempool-test.js mempool: reflect spent coins in mempool coinview. 2018-11-25 23:32:13 +04:00
mnemonic-test.js wallet: more migrations. 2018-03-29 21:56:50 -07:00
node-test.js pool: fixes getBroadcasted() error 2018-08-31 09:30:40 -07:00
outpoint-test.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
pow-test.js test: fix get block proof equivalent time 2018-07-13 00:05:45 +05:30
protocol-test.js net: move netaddress. 2018-03-29 21:56:50 -07:00
script-test.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
tx-test.js bcoin: use buffer-map. see #533. 2018-08-10 16:23:46 -07:00
txmeta-test.js test/txmeta: fix lint 2018-07-05 22:43:03 +05:30
utils-test.js test: remove old utils tests. 2018-06-08 04:19:18 -07:00
wallet-test.js net: properly clear timers. 2018-08-10 16:24:10 -07:00