Christopher Jeffrey
|
dfd63f12bb
|
networks: update testnet chainwork.
|
2017-07-31 18:21:04 -07:00 |
|
Christopher Jeffrey
|
6acf96457d
|
chaindb: fix cache invalidation.
|
2017-07-31 18:21:04 -07:00 |
|
Christopher Jeffrey
|
1fa800e9fd
|
networks: checkpoints and chainwork update.
|
2017-07-31 18:21:04 -07:00 |
|
Christopher Jeffrey
|
3fbe8174a4
|
compress: set max compress types to 6.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
57df561299
|
migrate: more pertxout migration optimizations.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
35068cb82b
|
coinentry: refactor.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
1bbe36ec1a
|
chaindb: minor.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
34421c1653
|
ip: minor.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
e38da91065
|
lint: no extra parens around !await.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
88ef28d837
|
lint: no implicit casting.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
6ba8eb9951
|
eslint: more style rules.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
ddda6c9dbd
|
dns: minor.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
749cd9323f
|
aes: move lookup tables.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
5eb6620431
|
lint: consistent return values.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
5e73e51177
|
lint: fix function names.
|
2017-07-31 18:21:03 -07:00 |
|
Christopher Jeffrey
|
55cf07a871
|
refactor: style for const/let and returns.
|
2017-07-31 18:21:02 -07:00 |
|
Christopher Jeffrey
|
6f3988e861
|
refactor: use const as much as possible.
|
2017-07-31 18:21:02 -07:00 |
|
Christopher Jeffrey
|
9cc5c393b4
|
eslint: use prefer-const.
|
2017-07-31 18:21:02 -07:00 |
|
Christopher Jeffrey
|
42fe56459e
|
migrate: drop next hash for sentinel hash in chaindb2to3.
|
2017-07-31 18:20:49 -07:00 |
|
Christopher Jeffrey
|
63ff27d5d6
|
migrate: allow in-place pruning for chaindb2to3.
|
2017-07-31 18:20:49 -07:00 |
|
Christopher Jeffrey
|
7f5649dbd8
|
migrate: fixes and optimizations for chaindb2to3.
|
2017-07-31 18:20:49 -07:00 |
|
Christopher Jeffrey
|
70a2f64de6
|
compress: minor refactor.
|
2017-07-31 18:20:49 -07:00 |
|
Christopher Jeffrey
|
723c99d15e
|
coins: remove useless undo method.
|
2017-07-31 18:20:49 -07:00 |
|
Christopher Jeffrey
|
8b0ec7b179
|
coins: refactor compression.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
d57dac13e0
|
coins: refactor method names. add isUnspent.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
0805babec1
|
coins: get rid of return value polymorphism.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
50c75aeea8
|
script: minor.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
ec475d6d1c
|
bench: sighash benchmarks.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
ca81520875
|
migrate: pertxout migration improvements.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
5602001348
|
coinview: fixes.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
a1601b8f3a
|
chaindb: alter hasCoins.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
82bdd73f05
|
chaindb: fix getCoin.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
aa71ae690a
|
coins: refactor prevout methods.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
492c05c378
|
coinview: refactor api.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
f8deb0cdfd
|
coinview: remove view.spend.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
5a116923c5
|
test: block-test.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
deede064df
|
minor: lint.
|
2017-07-31 18:20:48 -07:00 |
|
Christopher Jeffrey
|
fbb2500281
|
layout: aggressive asserts.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
b5fef64aa1
|
migrate: minor.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
536497a204
|
test: update undocoins.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
517a66309c
|
migrate: chaindb2to3 fixes.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
b6e6442026
|
migrate: refactor/improve.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
79f88b93b3
|
chaindb: v3.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
e7c5be451d
|
migrate: add pertxout migration.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
345f0c90ac
|
coins: refactor.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
a1af3ab980
|
chaindb: switch to pertxout.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey
|
396ba5ee5f
|
mtx: minor.
|
2017-07-31 18:20:47 -07:00 |
|
Christopher Jeffrey (JJ)
|
17443593b2
|
Merge pull request #254 from nodar-chkuaselidze/docs/wallet-rpc
[WIP] Fix REST-RPC-API docs
|
2017-07-27 19:51:02 -07:00 |
|
Christopher Jeffrey (JJ)
|
c3d7be42ad
|
Merge pull request #255 from nodar-chkuaselidze/fix/miner-workers
Worker Options in Miner
|
2017-07-27 19:50:38 -07:00 |
|
Node
|
d809f66bf8
|
miner: pass workers option to miner
|
2017-07-27 23:42:22 +04:00 |
|