Christopher Jeffrey
|
27ecf6dde3
|
comments.
|
2016-02-24 20:54:39 -08:00 |
|
Christopher Jeffrey
|
a8e6eda850
|
refactor framer and parser.
|
2016-02-24 20:48:08 -08:00 |
|
Christopher Jeffrey
|
4cea71fe65
|
keep all pending blocks off the heap.
|
2016-02-24 20:05:06 -08:00 |
|
Christopher Jeffrey
|
41c84c1937
|
drop relayedBy.
|
2016-02-24 17:47:35 -08:00 |
|
Christopher Jeffrey
|
15a3f4b28b
|
optimize tx.
|
2016-02-24 17:43:29 -08:00 |
|
Christopher Jeffrey
|
08ccb4c6ee
|
fix memleak.
|
2016-02-24 17:42:26 -08:00 |
|
Christopher Jeffrey
|
cc3db0583c
|
Revert "keep orphans off the heap."
This reverts commit 466429dbe2.
|
2016-02-24 14:43:51 -08:00 |
|
Christopher Jeffrey
|
05939b5f24
|
framer instead of render.
|
2016-02-24 14:30:10 -08:00 |
|
Christopher Jeffrey
|
c7ae1f3d6b
|
minor refactor
|
2016-02-24 07:32:05 -08:00 |
|
Christopher Jeffrey
|
42818c0646
|
drop block subtype.
|
2016-02-24 07:08:02 -08:00 |
|
Christopher Jeffrey
|
0af709388c
|
update getheaders sync.
|
2016-02-24 06:54:36 -08:00 |
|
Christopher Jeffrey
|
62caf5fd4a
|
rename new block object.
|
2016-02-24 06:47:38 -08:00 |
|
Christopher Jeffrey
|
aaca6db34f
|
remove old block object.
|
2016-02-24 06:47:09 -08:00 |
|
Christopher Jeffrey
|
c5786e4932
|
add new block objects.
|
2016-02-24 06:45:47 -08:00 |
|
Christopher Jeffrey
|
e64a366400
|
refactor framer
|
2016-02-24 05:58:05 -08:00 |
|
Christopher Jeffrey
|
69038ac55e
|
add mutable tx.
|
2016-02-24 05:48:52 -08:00 |
|
Christopher Jeffrey
|
ed90c9a4a2
|
output
|
2016-02-24 04:09:05 -08:00 |
|
Christopher Jeffrey
|
27f6e6e678
|
refactor coin selection.
|
2016-02-24 04:05:16 -08:00 |
|
Christopher Jeffrey
|
c312905585
|
do not copy scripts.
|
2016-02-24 03:53:32 -08:00 |
|
Christopher Jeffrey
|
6ad3540664
|
refactor addInput.
|
2016-02-24 03:41:06 -08:00 |
|
Christopher Jeffrey
|
466429dbe2
|
keep orphans off the heap.
|
2016-02-24 02:47:33 -08:00 |
|
Christopher Jeffrey
|
07a4c3a465
|
misc fixes.
|
2016-02-24 02:37:38 -08:00 |
|
Christopher Jeffrey
|
d1f05453bb
|
improve block.fromRaw.
|
2016-02-24 02:37:02 -08:00 |
|
Christopher Jeffrey
|
727a000b23
|
minor.
|
2016-02-24 02:04:49 -08:00 |
|
Christopher Jeffrey
|
f586837013
|
optimize more.
|
2016-02-24 01:49:32 -08:00 |
|
Christopher Jeffrey
|
96bb12568e
|
use iterators for getHeight.
|
2016-02-24 01:46:12 -08:00 |
|
Christopher Jeffrey
|
f9577cdc04
|
remove old by-address methods.
|
2016-02-24 01:39:44 -08:00 |
|
Christopher Jeffrey
|
8a3b0161c0
|
use leveldb iterators for getting by address.
|
2016-02-24 01:38:36 -08:00 |
|
Christopher Jeffrey
|
6a644be03f
|
ensure prefix.
|
2016-02-24 00:07:44 -08:00 |
|
Christopher Jeffrey
|
26969d823a
|
debug file flag.
|
2016-02-23 21:33:33 -08:00 |
|
Christopher Jeffrey
|
ad173d0f22
|
fix fromRaw.
|
2016-02-23 21:17:08 -08:00 |
|
Christopher Jeffrey
|
c559f97c26
|
add chain._checkReward.
|
2016-02-23 21:02:50 -08:00 |
|
Christopher Jeffrey
|
badf7e4d83
|
add gen.js.
|
2016-02-23 20:54:48 -08:00 |
|
Christopher Jeffrey
|
5cb06c6cbd
|
faster hd deserialization.
|
2016-02-23 20:23:25 -08:00 |
|
Christopher Jeffrey
|
72a877cc49
|
more lazy loading.
|
2016-02-23 20:06:07 -08:00 |
|
Christopher Jeffrey
|
b6e32ecaf8
|
more hd cleanup.
|
2016-02-23 19:58:11 -08:00 |
|
Christopher Jeffrey
|
3804c2ea74
|
more hd optimization.
|
2016-02-23 19:35:47 -08:00 |
|
Christopher Jeffrey
|
ebee3965f7
|
cleanup hd.
|
2016-02-23 19:27:12 -08:00 |
|
Christopher Jeffrey
|
9a35cac74f
|
lazy load publicKey.
|
2016-02-23 19:16:39 -08:00 |
|
Christopher Jeffrey
|
30db808930
|
refactor keypair and hd.
|
2016-02-23 19:08:42 -08:00 |
|
Christopher Jeffrey
|
0f40d78f9e
|
this is faster for some reason.
|
2016-02-23 17:29:04 -08:00 |
|
Christopher Jeffrey
|
0dabee0336
|
improve getMerkleRoot.
|
2016-02-23 17:11:24 -08:00 |
|
Christopher Jeffrey
|
36e8d75faf
|
remove old getMerkleRoot.
|
2016-02-23 17:08:55 -08:00 |
|
Christopher Jeffrey
|
0fac957da3
|
utils. merkle tree.
|
2016-02-23 16:53:05 -08:00 |
|
Christopher Jeffrey
|
abcd174bd3
|
add random function.
|
2016-02-23 13:25:21 -08:00 |
|
Christopher Jeffrey
|
aadb1fb4e0
|
more hd optimization.
|
2016-02-23 13:22:00 -08:00 |
|
Christopher Jeffrey
|
00eba20c4e
|
hd key optimization
|
2016-02-23 13:14:58 -08:00 |
|
Christopher Jeffrey
|
1e1e214900
|
debugging output.
|
2016-02-23 05:27:36 -08:00 |
|
Christopher Jeffrey
|
a84f087e2e
|
script optimization.
|
2016-02-23 04:58:19 -08:00 |
|
Christopher Jeffrey
|
76b79ab25d
|
headers.
|
2016-02-23 04:40:00 -08:00 |
|
Christopher Jeffrey
|
95a5d2c47b
|
getheaders. better pow test.
|
2016-02-23 04:37:13 -08:00 |
|
Christopher Jeffrey
|
a3b2149c1f
|
minor.
|
2016-02-23 04:04:42 -08:00 |
|
Christopher Jeffrey
|
6cf17c2b6d
|
some more optimization.
|
2016-02-23 03:59:12 -08:00 |
|
Christopher Jeffrey
|
83239112e4
|
improve keypair.
|
2016-02-23 03:46:51 -08:00 |
|
Christopher Jeffrey
|
f4f6c79bfd
|
more framing.
|
2016-02-23 03:25:18 -08:00 |
|
Christopher Jeffrey
|
3514eb7dec
|
use buffer for bloom filter.
|
2016-02-23 02:56:21 -08:00 |
|
Christopher Jeffrey
|
d63f4af6ca
|
fix bloom filter.
|
2016-02-23 02:54:35 -08:00 |
|
Christopher Jeffrey
|
10821a00fc
|
utils. improve fromBase58.
|
2016-02-23 02:45:59 -08:00 |
|
Christopher Jeffrey
|
e5de8db660
|
more json improvements.
|
2016-02-23 02:27:10 -08:00 |
|
Christopher Jeffrey
|
003330e678
|
more json improvements.
|
2016-02-23 01:23:29 -08:00 |
|
Christopher Jeffrey
|
ac9dfca3d3
|
refactor json and tx.
|
2016-02-23 00:56:41 -08:00 |
|
Christopher Jeffrey
|
64b5f731a8
|
even more fixes.
|
2016-02-23 00:38:32 -08:00 |
|
Christopher Jeffrey
|
3d017c5995
|
more fixes.
|
2016-02-23 00:32:21 -08:00 |
|
Christopher Jeffrey
|
5bba5d43c6
|
improve getMerkleRoot.
|
2016-02-23 00:29:03 -08:00 |
|
Christopher Jeffrey
|
68f3ef599d
|
fixes.
|
2016-02-23 00:26:19 -08:00 |
|
Christopher Jeffrey
|
b473ca7d18
|
coin method for framer and parser.
|
2016-02-23 00:14:09 -08:00 |
|
Christopher Jeffrey
|
5923726e78
|
misc fixes.
|
2016-02-22 23:31:05 -08:00 |
|
Christopher Jeffrey
|
1ced7af7b4
|
handle minimal data better.
|
2016-02-22 23:13:46 -08:00 |
|
Christopher Jeffrey
|
4cc5d73959
|
use zero for op_0. fix signed ints.
|
2016-02-22 21:59:52 -08:00 |
|
Christopher Jeffrey
|
9e36ecd62e
|
isScript
|
2016-02-22 21:33:33 -08:00 |
|
Christopher Jeffrey
|
73d3291ee9
|
more buffer work.
|
2016-02-22 21:25:01 -08:00 |
|
Christopher Jeffrey
|
78e9be11c3
|
switch to buffers.
|
2016-02-22 20:37:15 -08:00 |
|
Christopher Jeffrey
|
fc4fc9ea5c
|
improve toHex.
|
2016-02-22 15:35:17 -08:00 |
|
Christopher Jeffrey
|
9bc0b250ae
|
remove multiplePeers option.
|
2016-02-22 15:21:53 -08:00 |
|
Christopher Jeffrey
|
c0bb66bf73
|
refactor orphan root.
|
2016-02-22 15:16:50 -08:00 |
|
Christopher Jeffrey
|
0dc1b1cc5f
|
fix orphan resolution.
|
2016-02-22 14:35:13 -08:00 |
|
Christopher Jeffrey
|
9ddc23227c
|
fix LoadRequest. misc.
|
2016-02-22 13:52:03 -08:00 |
|
Christopher Jeffrey
|
ab3fb2e550
|
full json
|
2016-02-22 06:36:54 -08:00 |
|
Christopher Jeffrey
|
9c7ca8501f
|
too many curlys.
|
2016-02-22 05:23:55 -08:00 |
|
Christopher Jeffrey
|
e10c3d2547
|
improve getBlock.
|
2016-02-22 05:05:26 -08:00 |
|
Christopher Jeffrey
|
cbed3bbc4f
|
fsync all chain writes.
|
2016-02-22 04:54:07 -08:00 |
|
Christopher Jeffrey
|
0f4d2ca281
|
use async helpers.
|
2016-02-22 04:25:20 -08:00 |
|
Christopher Jeffrey
|
86b228ca07
|
add utils.once. some async functions. disable blockdb truncate.
|
2016-02-22 03:09:48 -08:00 |
|
Christopher Jeffrey
|
6b6a84a774
|
full json. cache.
|
2016-02-22 01:54:42 -08:00 |
|
Christopher Jeffrey
|
21ff3f1d78
|
fix orphan pruning.
|
2016-02-22 00:00:26 -08:00 |
|
Christopher Jeffrey
|
d6bef43d71
|
add http server.
|
2016-02-21 22:48:42 -08:00 |
|
Christopher Jeffrey
|
78098bcad5
|
fix getheaders sync.
|
2016-02-21 16:33:20 -08:00 |
|
Christopher Jeffrey
|
2ce5848d4c
|
fix horrible typo.
|
2016-02-21 16:26:51 -08:00 |
|
Christopher Jeffrey
|
c81770c2b1
|
move some deps around. drop inherits.
|
2016-02-21 06:31:15 -08:00 |
|
Christopher Jeffrey
|
10804959d5
|
add wrapper for elliptic vs secp256k1. see #52.
|
2016-02-21 04:37:50 -08:00 |
|
Christopher Jeffrey
|
e7478372cf
|
use level-js in the browser instead of memdown.
|
2016-02-20 21:33:58 -08:00 |
|
Christopher Jeffrey
|
b11cdd80af
|
add walletdb.
|
2016-02-20 18:44:09 -08:00 |
|
Christopher Jeffrey
|
6e2eb039ac
|
add spv node. add .bcoin dir. add file storage for wallet.
|
2016-02-20 16:53:10 -08:00 |
|
Christopher Jeffrey
|
86a368dddf
|
fix wallet scan.
|
2016-02-20 03:50:25 -08:00 |
|
Christopher Jeffrey
|
7fe140d78b
|
update cache in blockdb.
|
2016-02-20 01:36:09 -08:00 |
|
Christopher Jeffrey
|
2fd490922b
|
return chainwork correctly for genesis block.
|
2016-02-19 22:41:43 -08:00 |
|
Christopher Jeffrey
|
e2759707f2
|
package.json and Makefile.
|
2016-02-19 22:29:33 -08:00 |
|
Christopher Jeffrey
|
7a66a2717e
|
minor
|
2016-02-19 22:11:46 -08:00 |
|
Christopher Jeffrey
|
06d6d74081
|
more renaming.
|
2016-02-19 22:10:38 -08:00 |
|
Christopher Jeffrey
|
d48d9d44ee
|
more renaming.
|
2016-02-19 22:06:47 -08:00 |
|