fcoin/lib
Daniel McNally c2cef86296 Adding 'confirmations' property to block getJSON
Adds a 'confirmations' property to the JSON returned by `cli tx [hash]`
as well as the Rest `/tx/:hash` call by subtracting block height from
chain height
2017-09-28 23:41:13 -04:00
..
bip70 validation: use stricter validation for ints. 2017-08-06 14:43:22 -07:00
blockchain chain: fix typo. 2017-09-19 13:30:53 -07:00
btc util: add toFloat function. 2017-08-13 13:15:56 -07:00
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 memdb: fix typo. 2017-08-10 12:08:53 -07:00
hd hd: use buffer pool for key derivation. 2017-09-03 11:29:59 -07:00
http Adding 'confirmations' property to block getJSON 2017-09-28 23:41:13 -04: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 Adding 'confirmations' property to block getJSON 2017-09-28 23:41:13 -04: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 script: start using scriptnum implementation. 2017-08-20 15:13:17 -07:00
bcoin.js script: start using scriptnum implementation. 2017-08-20 15:13:17 -07:00
native-browser.js
native.js
pkg.js
types.js