Christopher Jeffrey
|
ed08f36e07
|
fix block sync. improve announce vs. sendInv.
|
2016-05-23 03:11:31 -07:00 |
|
Christopher Jeffrey
|
cd4f6a71ae
|
ec.rand, again.
|
2016-05-23 02:23:34 -07:00 |
|
Christopher Jeffrey
|
62f5d6f803
|
fix ec.rand().
|
2016-05-23 02:21:31 -07:00 |
|
Christopher Jeffrey
|
8cf9b8c480
|
less special treatment for loader peer.
|
2016-05-23 02:04:27 -07:00 |
|
Christopher Jeffrey
|
2b2a747eab
|
network for miner blocks.
|
2016-05-23 01:31:24 -07:00 |
|
Christopher Jeffrey
|
3f4e0f5040
|
refactor miner.
|
2016-05-23 01:04:55 -07:00 |
|
Christopher Jeffrey
|
8c8b62a57f
|
headers sync.
|
2016-05-23 00:49:52 -07:00 |
|
Christopher Jeffrey
|
373e474f59
|
remove service properties.
|
2016-05-22 23:49:34 -07:00 |
|
Christopher Jeffrey
|
013b59a9cc
|
fix typos.
|
2016-05-22 23:16:08 -07:00 |
|
Christopher Jeffrey
|
d85956b63f
|
parallelize mining. listen for worker pipe errors.
|
2016-05-22 21:21:18 -07:00 |
|
Christopher Jeffrey
|
53dbac9c87
|
more relay fixes.
|
2016-05-22 19:14:20 -07:00 |
|
Christopher Jeffrey
|
e8f5be9830
|
workers. fix inv relaying.
|
2016-05-22 18:13:54 -07:00 |
|
Christopher Jeffrey
|
c71e7646d3
|
fix readvarint2. fix memUsage.
|
2016-05-22 17:57:06 -07:00 |
|
Christopher Jeffrey
|
26d3003a9d
|
parse errors.
|
2016-05-22 16:45:38 -07:00 |
|
Christopher Jeffrey
|
d605af7ed8
|
fix race condition.
|
2016-05-22 07:23:37 -07:00 |
|
Christopher Jeffrey
|
92e8a9c4bc
|
new varint2.
|
2016-05-22 06:54:36 -07:00 |
|
Christopher Jeffrey
|
5537eb1995
|
optimize parsing and serialization. strict parsing.
|
2016-05-22 06:31:35 -07:00 |
|
Christopher Jeffrey
|
5fb8727a80
|
fix lowlevelup and walletdb.
|
2016-05-21 23:01:53 -07:00 |
|
Christopher Jeffrey
|
cf041e1fad
|
Revert "hash bloom"
This reverts commit f7dd8a6e8a.
|
2016-05-21 17:38:06 -07:00 |
|
Christopher Jeffrey
|
2c809e28fd
|
segwit activation for testnet. work around leveldown bug.
|
2016-05-21 16:41:30 -07:00 |
|
Christopher Jeffrey
|
f7dd8a6e8a
|
hash bloom
|
2016-05-21 16:37:48 -07:00 |
|
Christopher Jeffrey
|
c398564036
|
refactor peer and pool.
|
2016-05-21 09:51:33 -07:00 |
|
Christopher Jeffrey
|
3e2f43e178
|
use bloom filter for addresses in wallet db.
|
2016-05-20 17:12:00 -07:00 |
|
Christopher Jeffrey
|
292e077550
|
optimization for rolling filter.
|
2016-05-20 16:42:34 -07:00 |
|
Christopher Jeffrey
|
14b2b528f3
|
switch back to rolling filters.
|
2016-05-20 16:11:17 -07:00 |
|
Christopher Jeffrey
|
d8800632ea
|
optimize new generations with rolling filter.
|
2016-05-20 16:05:03 -07:00 |
|
Christopher Jeffrey
|
381c1ca1f1
|
rolling bloom filter.
|
2016-05-20 14:40:36 -07:00 |
|
Christopher Jeffrey
|
8e5cdbdfcd
|
add rejects filter.
|
2016-05-20 07:09:24 -07:00 |
|
Christopher Jeffrey
|
d9d18f2be7
|
use bloom filters to avoid double sending to peers.
|
2016-05-20 06:11:28 -07:00 |
|
Christopher Jeffrey
|
d4f03f982e
|
fix issue with mutable scripts.
|
2016-05-20 04:53:15 -07:00 |
|
Christopher Jeffrey
|
f013ddb353
|
improve fee calculation. tests.
|
2016-05-20 04:17:05 -07:00 |
|
Christopher Jeffrey
|
72e5d5fbc7
|
better orphan handling.
|
2016-05-20 04:16:15 -07:00 |
|
Christopher Jeffrey
|
e97f1d0477
|
better ping system.
|
2016-05-19 22:34:27 -07:00 |
|
Christopher Jeffrey
|
bd3d17ef53
|
refactor.
|
2016-05-19 21:35:02 -07:00 |
|
Christopher Jeffrey
|
b4bfe53bfe
|
refactor utils.
|
2016-05-19 21:31:39 -07:00 |
|
Christopher Jeffrey
|
39a8ecc398
|
remove asserts.
|
2016-05-19 21:11:02 -07:00 |
|
Christopher Jeffrey
|
cd94217abd
|
pool: minor.
|
2016-05-19 21:09:11 -07:00 |
|
Christopher Jeffrey
|
712a445b99
|
utils and createServer callback.
|
2016-05-19 21:05:26 -07:00 |
|
Christopher Jeffrey
|
435f631f05
|
stop using hostname getter.
|
2016-05-19 20:34:34 -07:00 |
|
Christopher Jeffrey
|
29cac3515a
|
refactor binary search.
|
2016-05-19 19:37:11 -07:00 |
|
Christopher Jeffrey
|
a94a2a101d
|
fix big endian 64 bit ints.
|
2016-05-19 19:32:08 -07:00 |
|
Christopher Jeffrey
|
29c5203090
|
docs.
|
2016-05-19 18:43:31 -07:00 |
|
Christopher Jeffrey
|
8d5d6dbd88
|
update docs pertaining to address maps.
|
2016-05-19 18:27:27 -07:00 |
|
Christopher Jeffrey
|
1bc60a3e0e
|
docs
|
2016-05-19 18:20:30 -07:00 |
|
Christopher Jeffrey
|
e65da93ce1
|
more refactoring.
|
2016-05-19 18:07:37 -07:00 |
|
Christopher Jeffrey
|
9966718e9c
|
refactor loadrequest.
|
2016-05-19 16:53:17 -07:00 |
|
Christopher Jeffrey
|
64830059d7
|
rename utils.slice.
|
2016-05-19 16:47:41 -07:00 |
|
Christopher Jeffrey
|
5d1c39bf41
|
remove debug code.
|
2016-05-19 16:30:46 -07:00 |
|
Christopher Jeffrey
|
3be5655539
|
get bcoin working on windows.
|
2016-05-19 16:09:21 -07:00 |
|
Christopher Jeffrey
|
cef88c6e4e
|
more pool work.
|
2016-05-19 16:08:56 -07:00 |
|
Christopher Jeffrey
|
65125f7b4f
|
minor.
|
2016-05-19 12:04:11 -07:00 |
|
Christopher Jeffrey
|
ed1a8ef718
|
pool.listen.
|
2016-05-19 11:56:11 -07:00 |
|
Christopher Jeffrey
|
b83a4a6a2c
|
fix parseHost.
|
2016-05-19 01:39:28 -07:00 |
|
Christopher Jeffrey
|
3979e57acc
|
fix options for http.
|
2016-05-19 01:33:32 -07:00 |
|
Christopher Jeffrey
|
3e2d4aa717
|
remove old getSeed code.
|
2016-05-19 00:44:06 -07:00 |
|
Christopher Jeffrey
|
ae230cf294
|
refactor tx.
|
2016-05-19 00:17:01 -07:00 |
|
Christopher Jeffrey
|
f714bbf2c0
|
minor. remove sendBlock/sendTX.
|
2016-05-18 23:58:12 -07:00 |
|
Christopher Jeffrey
|
5f6aa10cbc
|
refactor aes.
|
2016-05-18 22:15:00 -07:00 |
|
Christopher Jeffrey
|
dd8c92d5fd
|
handle errors better in parser.
|
2016-05-18 18:56:35 -07:00 |
|
Christopher Jeffrey
|
17d9db5926
|
remove asserts.
|
2016-05-18 18:49:31 -07:00 |
|
Christopher Jeffrey
|
3c4d4c2724
|
remove old pool methods. readme.
|
2016-05-18 18:33:11 -07:00 |
|
Christopher Jeffrey
|
3154a1c914
|
add feefilter packet. misc.
|
2016-05-18 17:58:29 -07:00 |
|
Christopher Jeffrey
|
07517ecd04
|
rewrite broadcast system.
|
2016-05-18 15:01:19 -07:00 |
|
Christopher Jeffrey
|
ee3d3eaea1
|
drop utils.read/write.
|
2016-05-18 08:52:08 -07:00 |
|
Christopher Jeffrey
|
b9c7afa0ea
|
coin.fromTX.
|
2016-05-18 05:12:28 -07:00 |
|
Christopher Jeffrey
|
c6e36353fa
|
block.addTX.
|
2016-05-18 05:02:03 -07:00 |
|
Christopher Jeffrey
|
070af4643f
|
remove old mutable check from block.getSizes.
|
2016-05-18 04:42:38 -07:00 |
|
Christopher Jeffrey
|
b04d4e3be1
|
render block when getting size (optimization).
|
2016-05-18 04:32:20 -07:00 |
|
Christopher Jeffrey
|
6005f0f750
|
whole bunch of refactoring.
|
2016-05-18 04:23:05 -07:00 |
|
Christopher Jeffrey
|
a2ddb960f5
|
drop script.fromSymbolic.
|
2016-05-18 02:09:55 -07:00 |
|
Christopher Jeffrey
|
370b5aeb24
|
hd.
|
2016-05-17 15:25:39 -07:00 |
|
Christopher Jeffrey
|
559cb62889
|
varint. misc.
|
2016-05-17 15:17:39 -07:00 |
|
Christopher Jeffrey
|
ec21986062
|
optimize getProof. misc.
|
2016-05-17 14:50:09 -07:00 |
|
Christopher Jeffrey
|
a6727fd84e
|
add scrypt if we want to support bip38.
|
2016-05-16 21:31:29 -07:00 |
|
Christopher Jeffrey
|
6afee3cccb
|
speed up mempoolentry.toRaw.
|
2016-05-16 18:49:23 -07:00 |
|
Christopher Jeffrey
|
43f0ee2207
|
minor.
|
2016-05-16 18:39:57 -07:00 |
|
Christopher Jeffrey
|
eab9834103
|
utils.ip2array
|
2016-05-16 18:37:14 -07:00 |
|
Christopher Jeffrey
|
599bbffe1e
|
optimize getBalance.
|
2016-05-16 17:56:35 -07:00 |
|
Christopher Jeffrey
|
66569df692
|
fix writer.fill.
|
2016-05-16 17:32:15 -07:00 |
|
Christopher Jeffrey
|
92c5dd0832
|
Revert "refactor."
This reverts commit f0cc2f8c6c.
|
2016-05-16 17:14:12 -07:00 |
|
Christopher Jeffrey
|
e354dea283
|
varint assert.
|
2016-05-16 17:05:55 -07:00 |
|
Christopher Jeffrey
|
f0cc2f8c6c
|
refactor.
|
2016-05-16 16:02:28 -07:00 |
|
Christopher Jeffrey
|
3bb03c63fa
|
move sizePush.
|
2016-05-16 15:58:07 -07:00 |
|
Christopher Jeffrey
|
aa24f6facf
|
optimize writer.
|
2016-05-16 15:52:14 -07:00 |
|
Christopher Jeffrey
|
f0c73f41a6
|
refactor reader and writer.
|
2016-05-16 15:32:20 -07:00 |
|
Christopher Jeffrey
|
7e4ac9b0ed
|
fill and seek.
|
2016-05-16 15:27:33 -07:00 |
|
Christopher Jeffrey
|
6e97a7d431
|
add floats to reader and writer.
|
2016-05-16 15:17:51 -07:00 |
|
Christopher Jeffrey
|
052c18e091
|
Network.isNetwork.
|
2016-05-16 13:20:36 -07:00 |
|
Christopher Jeffrey
|
48f8edbe80
|
hd testing methods.
|
2016-05-16 13:17:04 -07:00 |
|
Christopher Jeffrey
|
9ac406aa2d
|
move checkInputs for accuracy.
|
2016-05-16 05:05:33 -07:00 |
|
Christopher Jeffrey
|
f48fa2b994
|
safe priority serialization.
|
2016-05-16 04:57:31 -07:00 |
|
Christopher Jeffrey
|
533e644284
|
priority calculation.
|
2016-05-16 04:55:39 -07:00 |
|
Christopher Jeffrey
|
8f3fae329d
|
refactor mempool.
|
2016-05-16 04:49:14 -07:00 |
|
Christopher Jeffrey
|
88a5b8a784
|
refactor mempool orphans.
|
2016-05-16 04:36:19 -07:00 |
|
Christopher Jeffrey
|
c37a069978
|
fix limitOrphans.
|
2016-05-16 04:07:18 -07:00 |
|
Christopher Jeffrey
|
0b6f86c9d5
|
refactor testTarget.
|
2016-05-16 03:59:42 -07:00 |
|
Christopher Jeffrey
|
9a962bb73a
|
fix force53 handling in read64n.
|
2016-05-16 03:53:25 -07:00 |
|
Christopher Jeffrey
|
58259b6bb6
|
Revert "use buffers for nonces."
This reverts commit 404bdcd109.
|
2016-05-16 03:47:55 -07:00 |
|
Christopher Jeffrey
|
404bdcd109
|
use buffers for nonces.
|
2016-05-16 03:47:49 -07:00 |
|
Christopher Jeffrey
|
e74b163b9e
|
utils.nonce.
|
2016-05-16 03:41:50 -07:00 |
|