fcoin/lib
Daniel McNally 4f317992f5 Fixes to TX & Block confirmations property
TX `confirmations` property set to 0 for unconfirmed transactions. Block
`confirmations` property set to -1 for orphaned blocks. Fixing to add +1
to `confirmations` to match bitcoind behavior and corresponding bcoin
rpc  methods - block or tx at tip of main chain starts with 1
confirmation (not zero).
2017-10-02 00:58:48 -07:00
..
bip70
blockchain chain: fix typo. 2017-09-19 13:30:53 -07:00
btc
coins script: refactor script and stack mutation. 2017-08-24 17:34:20 -07:00
crypto bn: stop using bn#cmp. 2017-09-06 22:51:06 -07:00
db
hd hd: use buffer pool for key derivation. 2017-09-03 11:29:59 -07:00
http Fixes to TX & Block confirmations property 2017-10-02 00:58:48 -07:00
mempool chain: refactor checkpoints handling. other misc refactoring. 2017-09-06 14:17:39 -07:00
mining consensus: clean up some functions. 2017-09-06 22:38:23 -07:00
net upnp: minor. 2017-09-19 17:52:19 -07:00
node chain: alias all db methods. remove chainentry spaghetti code. 2017-09-06 10:20:40 -07:00
primitives Fixes to TX & Block confirmations property 2017-10-02 00:58:48 -07:00
protocol consensus: clean up some functions. 2017-09-06 22:38:23 -07:00
script stack: remove useless checks. 2017-09-01 18:05:26 -07:00
utils chain/util: minor style change. 2017-09-19 13:10:40 -07:00
wallet chain: alias all db methods. remove chainentry spaghetti code. 2017-09-06 10:20:40 -07:00
workers lint: minor. 2017-09-04 16:46:47 -07:00
bcoin-browser.js
bcoin.js
native-browser.js
native.js
pkg.js
types.js