Christopher Jeffrey
|
bffdd78009
|
hd: drop getters.
|
2016-11-30 22:00:22 -08:00 |
|
Christopher Jeffrey
|
430a69e3d3
|
chaindb: drop useless.
|
2016-11-30 21:34:21 -08:00 |
|
Christopher Jeffrey
|
ded3bc34f3
|
refactor: start moving away from getters.
|
2016-11-30 21:31:52 -08:00 |
|
Christopher Jeffrey
|
0e234c7c3a
|
net: fix destroy check.
|
2016-11-30 21:00:40 -08:00 |
|
Christopher Jeffrey
|
f4f4f2b433
|
chaindb: compression=false.
|
2016-11-30 20:36:11 -08:00 |
|
Christopher Jeffrey
|
371f6b1fa0
|
chain: refactor spending.
|
2016-11-30 20:08:07 -08:00 |
|
Christopher Jeffrey
|
453eccbabd
|
Revert "chain: handle chain state arithmetic differently."
This reverts commit c87fce53ab.
|
2016-11-30 19:13:29 -08:00 |
|
Christopher Jeffrey
|
c87fce53ab
|
chain: handle chain state arithmetic differently.
|
2016-11-30 18:57:58 -08:00 |
|
Christopher Jeffrey
|
c02514a8b3
|
test: add chain state test.
|
2016-11-30 18:53:52 -08:00 |
|
Christopher Jeffrey
|
aad1691f7e
|
chain: refactor tx indexing.
|
2016-11-30 18:17:10 -08:00 |
|
Christopher Jeffrey
|
7157d06464
|
chaindb: refactor init and deployments.
|
2016-11-30 17:35:57 -08:00 |
|
Christopher Jeffrey
|
9f44ddc22f
|
chain: add undocoins object.
|
2016-11-30 16:08:38 -08:00 |
|
Christopher Jeffrey
|
311b9841fb
|
chain: more refactoring.
|
2016-11-30 16:02:56 -08:00 |
|
Christopher Jeffrey
|
cfd7ec8a64
|
chain: more refactoring.
|
2016-11-30 13:09:33 -08:00 |
|
Christopher Jeffrey
|
ff5eddbebb
|
chain: move some methods.
|
2016-11-30 01:05:28 -08:00 |
|
Christopher Jeffrey
|
74ec6a29fb
|
migrate: fix chain migration.
|
2016-11-29 22:18:33 -08:00 |
|
Christopher Jeffrey
|
3e94b9fd0a
|
migrate: enable chain migration.
|
2016-11-29 21:46:42 -08:00 |
|
Christopher Jeffrey
|
75f01c1692
|
migrate: check tip index for chaindbv2.
|
2016-11-29 21:43:20 -08:00 |
|
Christopher Jeffrey
|
8b8e1e3f13
|
migrate: update chaindb1to2.
|
2016-11-29 21:31:39 -08:00 |
|
Christopher Jeffrey
|
2b12863de1
|
migrate: add chaindb v2 migration.
|
2016-11-29 21:27:20 -08:00 |
|
Christopher Jeffrey
|
e7bcbbb976
|
chain: drop newCoins option.
|
2016-11-29 21:01:48 -08:00 |
|
Christopher Jeffrey
|
cc252b949d
|
coins: refactor. lint.
|
2016-11-29 20:36:24 -08:00 |
|
Christopher Jeffrey
|
dcb376f26d
|
chain: add newCoins option.
|
2016-11-29 20:36:23 -08:00 |
|
Christopher Jeffrey
|
cdee4ce251
|
coins: refactor.
|
2016-11-29 20:36:23 -08:00 |
|
Christopher Jeffrey
|
63c42bf390
|
chain: new coins compression.
|
2016-11-29 20:36:23 -08:00 |
|
Christopher Jeffrey
|
923364a70a
|
chain: initial add refactor.
|
2016-11-29 20:36:23 -08:00 |
|
Christopher Jeffrey
|
0f529d5f8b
|
chain/block: reorder some consensus checks.
|
2016-11-29 20:36:23 -08:00 |
|
Christopher Jeffrey
|
71c7c3e300
|
peer: lint.
|
2016-11-29 20:35:30 -08:00 |
|
Christopher Jeffrey
|
01e7fd3902
|
pool: rename outbound/inbound. remove co.wait() in scheduleRequests.
|
2016-11-28 20:40:09 -08:00 |
|
Christopher Jeffrey
|
bc4a9b3f14
|
net: reduce request timeout to 2 min.
|
2016-11-28 17:56:15 -08:00 |
|
Christopher Jeffrey
|
fa8b4c6428
|
net: remove isBusy check from sendRequests.
|
2016-11-28 17:31:21 -08:00 |
|
Christopher Jeffrey
|
507fd89948
|
timedata: move time to network object.
|
2016-11-28 16:58:48 -08:00 |
|
Christopher Jeffrey
|
cc7a7890db
|
chain: less polymorphism for getDeploymentState.
|
2016-11-28 16:08:35 -08:00 |
|
Christopher Jeffrey
|
d1e37582d1
|
block/crypto: refactor merkle trees.
|
2016-11-28 15:59:30 -08:00 |
|
Christopher Jeffrey
|
6520cf32e0
|
node: less error spam in logs.
|
2016-11-27 23:54:18 -08:00 |
|
Christopher Jeffrey
|
c7b7678f8a
|
peer: fix tryAnnounce.
|
2016-11-27 23:54:08 -08:00 |
|
Christopher Jeffrey
|
1997864ec2
|
coins: refactor compression.
|
2016-11-27 22:23:12 -08:00 |
|
Christopher Jeffrey
|
7fd2c409ae
|
peer: error on finishDrain.
|
2016-11-27 16:09:23 -08:00 |
|
Christopher Jeffrey
|
89f86ae6c5
|
bip70: fix payment serialization.
|
2016-11-27 04:33:59 -08:00 |
|
Christopher Jeffrey
|
dd2d9f48bd
|
coins: refactor.
|
2016-11-26 20:17:01 -08:00 |
|
Christopher Jeffrey
|
67695b7e53
|
fees: minor.
|
2016-11-26 20:16:54 -08:00 |
|
Christopher Jeffrey
|
cb59675b06
|
refactor: rename buffer reader/writer vars.
|
2016-11-26 10:56:50 -08:00 |
|
Christopher Jeffrey
|
c523193714
|
coins: refactor.
|
2016-11-26 10:03:32 -08:00 |
|
Christopher Jeffrey
|
20cdb1adbc
|
miner: clear coins.
|
2016-11-26 09:27:17 -08:00 |
|
Christopher Jeffrey
|
85adb1acec
|
test: chain.
|
2016-11-26 06:56:44 -08:00 |
|
Christopher Jeffrey
|
cd0315923b
|
mempool: add reset logs.
|
2016-11-26 06:18:31 -08:00 |
|
Christopher Jeffrey
|
c033f5d465
|
coins: optimize.
|
2016-11-26 06:09:27 -08:00 |
|
Christopher Jeffrey
|
9bc92abb41
|
chain: refactor coins.
|
2016-11-26 04:50:32 -08:00 |
|
Christopher Jeffrey
|
2d94935ddd
|
bench: fix coin bench.
|
2016-11-26 04:31:25 -08:00 |
|
Christopher Jeffrey
|
c5a5d4498a
|
chain/wallet: handle caches better.
|
2016-11-26 01:12:38 -08:00 |
|