fcoin/lib
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
..
blockchain multi: fix lint warnings 2018-08-13 17:30:30 +05:30
btc bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00
coins bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00
hd deps: upgrade to bcrypto 2.0. upgrade other deps. 2018-09-29 14:38:53 -07:00
mempool mempool: reflect spent coins in mempool coinview. 2018-11-25 23:32:13 +04:00
mining pkg: remove bn.js dependency. 2018-08-10 16:33:38 -07:00
net pool: fixes getBroadcasted() error 2018-08-31 09:30:40 -07:00
node deps: upgrade to bcrypto 2.0. upgrade other deps. 2018-09-29 14:38:53 -07:00
primitives deps: upgrade to bcrypto 2.0. upgrade other deps. 2018-09-29 14:38:53 -07:00
protocol pkg: remove bn.js dependency. 2018-08-10 16:33:38 -07:00
script bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00
utils bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00
wallet Merge pull request #444 from nodar-chkuaselidze/wallet-api/create-tx 2018-10-19 23:22:54 +05:30
workers bcoin: switch to bsert for everything. 2018-08-10 16:23:46 -07:00
bcoin-browser.js browser: improve webpack build. 2018-03-29 21:56:51 -07:00
bcoin.js bcoin: enumerate properties 2018-08-17 14:58:49 -07:00
pkg.js pkg: add currency and other info (#623) 2018-11-01 12:44:08 -07:00
types.js types: cleanup types. 2018-03-29 21:56:53 -07:00