fcoin/lib/bcoin
2016-08-18 02:09:30 -07:00
..
bip70 misc: fixes. 2016-08-07 16:32:14 -07:00
http http: get account. 2016-08-18 02:09:30 -07:00
protocol mempool: max size and logs. 2016-08-18 02:09:30 -07:00
abstractblock.js
address.js http: more validation. 2016-08-18 02:09:30 -07:00
aes.js aes: minor. 2016-07-16 16:52:19 -07:00
async.js remove globals. add logger. 2016-07-15 18:20:55 -07:00
bip151.js bip151: refactor. 2016-07-27 17:23:15 -07:00
bip152.js mempool: rewrite. 2016-08-18 02:09:30 -07:00
block.js fix commitment hash checking. 2016-07-15 18:20:55 -07:00
bloom.js
chachapoly.js chachapoly: optimize for little-endian. 2016-08-01 01:19:09 -07:00
chain.js misc: fixes. 2016-08-07 16:32:14 -07:00
chaindb.js walletdb: use buffer keys. 2016-08-18 02:09:30 -07:00
chainentry.js if we're going to have checkpoints, might as well optimize the hell out of them. 2016-07-21 12:36:11 -07:00
coin.js more coin serialization. 2016-07-15 18:20:55 -07:00
coins.js fixes and cleanup. 2016-07-18 02:02:49 -07:00
coinview.js
config.js http: api refactor. 2016-08-18 02:09:30 -07:00
crypto.js misc: fixes. 2016-08-07 16:32:14 -07:00
ec.js ec: recover. 2016-07-31 11:03:23 -07:00
env.js config: add configuration parser. 2016-07-29 15:40:39 -07:00
errors.js
fees.js logger: make logs less spammy. 2016-07-25 11:52:48 -07:00
fullnode.js mempool: clean up comments. misc. 2016-08-18 02:09:30 -07:00
hd.js fuck slashes. 2016-08-18 02:09:30 -07:00
headers.js
input.js keyring: refactor. 2016-08-18 02:09:30 -07:00
ip.js
keypair.js keypair: minor. 2016-07-30 18:24:45 -07:00
keyring.js walletdb: store addr type on path. 2016-08-18 02:09:30 -07:00
ldb.js browser: update index.html. misc fixes. 2016-07-29 18:49:41 -07:00
locker.js
logger.js logger: make logs less spammy. 2016-07-25 11:52:48 -07:00
lowlevelup.js walletdb: use buffer keys. 2016-08-18 02:09:30 -07:00
lru.js http tests. caches. 2016-07-15 18:20:55 -07:00
memblock.js memblock: optimizations. 2016-07-30 13:44:18 -07:00
mempool.js mempool: max size and logs. 2016-08-18 02:09:30 -07:00
merkleblock.js merkleblock: add indexOf. 2016-08-18 02:09:30 -07:00
miner.js mempool: more refactoring. 2016-08-18 02:09:30 -07:00
mtx.js keyring: refactor. 2016-08-18 02:09:30 -07:00
network.js network: rename segwitHeight. 2016-07-25 00:08:20 -07:00
node.js utils: toFastProperties. 2016-07-30 19:47:41 -07:00
output.js keyring: refactor. 2016-08-18 02:09:30 -07:00
peer.js peer: add lastSend and lastRecv. 2016-08-18 02:09:30 -07:00
pool.js mempool: keep everything on the js heap. 2016-08-18 02:09:30 -07:00
rbt.js walletdb: allow utf8 wallet and account names. 2016-08-18 02:09:30 -07:00
reader.js
script.js script: minor. 2016-07-16 12:17:08 -07:00
scrypt-async.js
scrypt.js
sigcache.js config: add configuration parser. 2016-07-29 15:40:39 -07:00
siphash.js
spvnode.js http: more validation. 2016-08-18 02:09:30 -07:00
timedata.js remove globals. add logger. 2016-07-15 18:20:55 -07:00
tx.js fuck slashes. 2016-08-18 02:09:30 -07:00
txdb.js walletdb: move and rename some methods. add hash to path. 2016-08-18 02:09:30 -07:00
types.js address: types and MAST. 2016-07-15 18:20:55 -07:00
uri.js
utils.js peer: add lastSend and lastRecv. 2016-08-18 02:09:30 -07:00
wallet.js walletdb: move and rename some methods. add hash to path. 2016-08-18 02:09:30 -07:00
walletdb.js walletdb: store addr type on path. 2016-08-18 02:09:30 -07:00
worker.js remove globals. add logger. 2016-07-15 18:20:55 -07:00
workers.js bip70: javascript rsa implementation. 2016-07-29 13:19:17 -07:00
writer.js