fcoin/lib
2017-08-11 15:21:16 -07:00
..
bip70 validation: use stricter validation for ints. 2017-08-06 14:43:22 -07:00
blockchain chain: minor. 2017-08-07 15:31:57 -07:00
btc amount: allow overloading for num vs. str by default. 2017-08-11 04:36:17 -07:00
coins compress: set max compress types to 6. 2017-07-31 18:21:03 -07:00
crypto lint: enforce function names. 2017-08-06 21:36:48 -07:00
db memdb: fix typo. 2017-08-10 12:08:53 -07:00
hd hd: use a u32 for fingerprints. 2017-08-11 14:47:54 -07:00
http http: require json bodies to be an object. 2017-08-07 15:56:15 -07:00
mempool lint: enforce function names. 2017-08-06 21:36:48 -07:00
mining refactor: use assert.strictEqual instead of assert.equal. 2017-08-09 15:40:39 -07:00
net refactor: use assert.strictEqual instead of assert.equal. 2017-08-09 15:40:39 -07:00
node hd: refactor hardening handling. 2017-08-11 04:47:51 -07:00
primitives refactor: use assert.strictEqual instead of assert.equal. 2017-08-09 15:40:39 -07:00
protocol timedata: whitespace. 2017-08-10 12:32:49 -07:00
script test: refactor script and tx test parsing. 2017-08-11 00:07:48 -07:00
utils util: revert to old toFixed behavior. 2017-08-11 04:52:51 -07:00
wallet walletdb: use passed-in worker pool. 2017-08-09 15:45:02 -07:00
workers workers: do not listen for close event. 2017-08-11 15:21:16 -07:00
bcoin-browser.js
bcoin.js eslint: more style rules. 2017-07-31 18:21:03 -07:00
native-browser.js
native.js lint: no implicit casting. 2017-07-31 18:21:03 -07:00
pkg.js
types.js