fcoin/lib/bcoin
2016-08-01 01:19:09 -07:00
..
bip70 bip70: whitespace. 2016-07-29 13:25:01 -07:00
http rpc: implement more methods. 2016-07-31 20:11:22 -07:00
protocol protocol: optimize framer. 2016-07-27 05:40:57 -07:00
abstractblock.js
address.js
aes.js aes: minor. 2016-07-16 16:52:19 -07:00
async.js
bip151.js bip151: refactor. 2016-07-27 17:23:15 -07:00
bip152.js bip152: fix passing of _valid. 2016-07-30 18:41:39 -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 chain: remove spv preload. 2016-07-27 06:27:27 -07:00
chaindb.js browser: update index.html. misc fixes. 2016-07-29 18:49:41 -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 ec: recover. 2016-07-31 11:03:23 -07:00
crypto.js crypto: improve ccmp. 2016-07-31 20:18:29 -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 fullnode: remove bullshit scanning algorithm. 2016-07-31 22:10:37 -07:00
hd.js constants: zero key. 2016-07-21 08:41:26 -07:00
headers.js
input.js fixes and cleanup. 2016-07-18 02:02:49 -07:00
ip.js
keypair.js keypair: minor. 2016-07-30 18:24:45 -07:00
keyring.js more type checking. 2016-07-15 18:20:55 -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 browser: ldb. 2016-07-30 11:49:01 -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: disable verify_witness by default. 2016-07-25 15:53:12 -07:00
merkleblock.js merkleblock/utils: optimize merkle root calculation. 2016-07-27 06:52:16 -07:00
miner.js miner. 2016-07-15 18:20:55 -07:00
mtx.js async signing. 2016-07-15 18:20:55 -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
peer.js peer: error handling. 2016-07-27 05:52:27 -07:00
pool.js browser: update index.html. misc fixes. 2016-07-29 18:49:41 -07:00
rbt.js
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: have json rpc use server api key. 2016-07-30 20:39:13 -07:00
timedata.js
tx.js optimize tx.fillCoins. 2016-07-15 20:06:18 -07:00
txdb.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
types.js
uri.js
utils.js rpc: implement more methods. 2016-07-31 20:11:22 -07:00
wallet.js rpc: implement more methods. 2016-07-31 20:11:22 -07:00
walletdb.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
worker.js
workers.js bip70: javascript rsa implementation. 2016-07-29 13:19:17 -07:00
writer.js