Christopher Jeffrey
|
02de140c91
|
walletdb: minor.
|
2016-10-24 18:49:09 -07:00 |
|
Christopher Jeffrey
|
5a4ebccfd4
|
walletdb: use bloom filter for rescanning.
|
2016-10-24 18:43:39 -07:00 |
|
Christopher Jeffrey
|
3bffbed25a
|
global: lint.
|
2016-10-24 17:58:23 -07:00 |
|
Christopher Jeffrey
|
3ee1848b58
|
spvnode: fix filter loading.
|
2016-10-24 16:45:47 -07:00 |
|
Christopher Jeffrey
|
2d488749d5
|
chaindb: reenable options.
|
2016-10-24 16:42:59 -07:00 |
|
Christopher Jeffrey
|
39693b18e9
|
walletdb: minor.
|
2016-10-24 16:38:10 -07:00 |
|
Christopher Jeffrey
|
d8006cb9df
|
coin: better json.
|
2016-10-24 16:35:19 -07:00 |
|
Christopher Jeffrey
|
842ba5f5b6
|
txdb: fix confirmations.
|
2016-10-24 16:27:27 -07:00 |
|
Christopher Jeffrey
|
926d9cb5aa
|
chaindb: store network in options.
|
2016-10-24 16:21:24 -07:00 |
|
Christopher Jeffrey
|
d2a9352c9c
|
migrate: walletdb 4 to 5.
|
2016-10-24 15:54:11 -07:00 |
|
Christopher Jeffrey
|
3b333c07cd
|
walletdb: start separating out walletdb.
|
2016-10-24 15:32:22 -07:00 |
|
Christopher Jeffrey
|
ffc17b48c2
|
walletdb: more refactoring.
|
2016-10-24 10:57:31 -07:00 |
|
Christopher Jeffrey
|
45464c412f
|
walletdb: refactor block handling.
|
2016-10-24 10:40:53 -07:00 |
|
Christopher Jeffrey
|
11a7515bfd
|
walletdb: improve block handling.
|
2016-10-23 22:24:00 -07:00 |
|
Christopher Jeffrey
|
37e3219c4c
|
txdb: fix conf calculation.
|
2016-10-23 15:19:40 -07:00 |
|
Christopher Jeffrey
|
e9fc3c816a
|
txdb: fix removeConflict.
|
2016-10-23 15:15:57 -07:00 |
|
Christopher Jeffrey
|
6e1c4d27b5
|
txdb: fix double spends and replace by fee.
|
2016-10-23 14:52:25 -07:00 |
|
Christopher Jeffrey
|
0c85aeae44
|
walletdb: minor.
|
2016-10-23 14:30:40 -07:00 |
|
Christopher Jeffrey
|
e02e766518
|
walletdb: fix path map cache.
|
2016-10-23 14:17:32 -07:00 |
|
Christopher Jeffrey
|
45816e4527
|
walletdb: better wallet commits.
|
2016-10-23 13:44:07 -07:00 |
|
Christopher Jeffrey
|
b98ca596d1
|
lru: minor.
|
2016-10-23 13:35:16 -07:00 |
|
Christopher Jeffrey
|
233f0c5278
|
chaindb: add forceWitness option.
|
2016-10-23 05:35:37 -07:00 |
|
Christopher Jeffrey
|
331daf0f6a
|
lru: better atomicity for chain and walletdb.
|
2016-10-23 04:54:45 -07:00 |
|
Christopher Jeffrey
|
0ebeb1e643
|
lru: atomic batches.
|
2016-10-23 04:45:52 -07:00 |
|
Christopher Jeffrey
|
3c48124658
|
lint.
|
2016-10-23 03:24:32 -07:00 |
|
Christopher Jeffrey
|
be86757ee8
|
walletdb: log level.
|
2016-10-23 03:17:18 -07:00 |
|
Christopher Jeffrey
|
f9ffff8e80
|
walletdb: refactor.
|
2016-10-23 03:02:06 -07:00 |
|
Christopher Jeffrey
|
282fe7e4d9
|
txdb: refactor block handling.
|
2016-10-23 02:45:24 -07:00 |
|
Christopher Jeffrey
|
debe2e4ec7
|
walletdb: pruning.
|
2016-10-22 14:34:30 -07:00 |
|
Christopher Jeffrey
|
4128ddba36
|
wallet: more chain atomicity.
|
2016-10-22 13:34:28 -07:00 |
|
Christopher Jeffrey
|
5668e19c7e
|
mempool: rbf option.
|
2016-10-22 12:21:31 -07:00 |
|
Christopher Jeffrey
|
f735c7da83
|
chain: only rescan output hashes.
|
2016-10-22 12:21:00 -07:00 |
|
Christopher Jeffrey
|
d371fc5d14
|
chain: add chain options and merkle block serialization.
|
2016-10-22 11:41:38 -07:00 |
|
Christopher Jeffrey
|
293bf20b9c
|
walletdb: store chain by height.
|
2016-10-22 10:07:19 -07:00 |
|
Christopher Jeffrey
|
282a8f7bb4
|
walletdb: improve block connection.
|
2016-10-22 05:12:27 -07:00 |
|
Christopher Jeffrey
|
0ead568225
|
rpc: fix wallet and account balances.
|
2016-10-21 21:48:34 -07:00 |
|
Christopher Jeffrey
|
89f175dd7a
|
chain: drop argument due to hardfork.
|
2016-10-21 19:42:31 -07:00 |
|
Christopher Jeffrey
|
cb87c35caf
|
networks: revert to old testnet seeds for now.
|
2016-10-21 19:38:13 -07:00 |
|
Christopher Jeffrey
|
ab9cf9ec7e
|
chain: optimize isMainChain.
|
2016-10-21 19:38:12 -07:00 |
|
Christopher Jeffrey
|
b0b8d333a5
|
hardfork: remove IsSuperMajority soft fork check.
|
2016-10-21 19:38:12 -07:00 |
|
Christopher Jeffrey
|
083c5ea8f5
|
networks: add bip65 and bip66 heights for activation.
|
2016-10-21 19:38:12 -07:00 |
|
Christopher Jeffrey
|
64054044a1
|
networks: use hex constants.
|
2016-10-21 19:38:12 -07:00 |
|
Christopher Jeffrey
|
10e959efde
|
chain: refactor alt chain saving.
|
2016-10-21 19:38:12 -07:00 |
|
Christopher Jeffrey
|
21b2a12278
|
http: convert token to buffer for ws auth.
|
2016-10-21 19:38:12 -07:00 |
|
Christopher Jeffrey
|
b76a382f78
|
walletdb: refactor var names.
|
2016-10-21 19:38:12 -07:00 |
|
Christopher Jeffrey
|
4e331f1111
|
tx: lint.
|
2016-10-21 19:38:12 -07:00 |
|
Christopher Jeffrey
|
919f87f9d0
|
walletdb: do not insert txs redeeming from relevant txs.
|
2016-10-21 19:38:12 -07:00 |
|
Christopher Jeffrey
|
9e0542dba1
|
chain: improve reset. fix versionbits checkpoints.
|
2016-10-21 19:38:11 -07:00 |
|
Christopher Jeffrey
|
96e6cee67d
|
txdb: fix coin incrementation.
|
2016-10-21 19:38:11 -07:00 |
|
Christopher Jeffrey
|
8e1b2ea8e9
|
chain: do not consider potentially malleated blocks invalid.
|
2016-10-21 19:38:11 -07:00 |
|
Christopher Jeffrey
|
c2c06f732b
|
wallet: comments.
|
2016-10-21 19:38:11 -07:00 |
|
Christopher Jeffrey
|
2cc2ec4bf3
|
txdb: refactor.
|
2016-10-21 19:38:11 -07:00 |
|
Christopher Jeffrey
|
a80c438995
|
txdb: cleanup.
|
2016-10-21 19:38:11 -07:00 |
|
Christopher Jeffrey
|
0bf384b84a
|
txdb: fix fillHistory.
|
2016-10-21 19:38:10 -07:00 |
|
Christopher Jeffrey
|
de18e92117
|
coin: safely handle coin.fromTX.
|
2016-10-21 19:38:10 -07:00 |
|
Christopher Jeffrey
|
690c8840e0
|
tx: clean up address handling.
|
2016-10-21 19:38:10 -07:00 |
|
Christopher Jeffrey
|
de178092f1
|
walletdb: minor.
|
2016-10-21 19:38:10 -07:00 |
|
Christopher Jeffrey
|
d194f3b5d0
|
mempool: mem usage.
|
2016-10-21 19:38:10 -07:00 |
|
Christopher Jeffrey
|
5df4cabb94
|
fullnode: no resolution for walletdb.
|
2016-10-21 19:38:10 -07:00 |
|
Christopher Jeffrey
|
3aee9861a3
|
txdb: fee.
|
2016-10-21 19:38:10 -07:00 |
|
Christopher Jeffrey
|
9049053a1e
|
http: send details after send.
|
2016-10-21 19:38:10 -07:00 |
|
Christopher Jeffrey
|
de690e4f22
|
txdb: fix assert.
|
2016-10-21 19:38:09 -07:00 |
|
Christopher Jeffrey
|
33bcc08656
|
tx/block: cache hashes.
|
2016-10-21 19:38:09 -07:00 |
|
Christopher Jeffrey
|
d73c80c21d
|
tx: serialization.
|
2016-10-21 19:38:09 -07:00 |
|
Christopher Jeffrey
|
284932f4cf
|
txdb: serialization.
|
2016-10-21 19:38:09 -07:00 |
|
Christopher Jeffrey
|
2f72937686
|
txdb: comments. serialization.
|
2016-10-21 19:38:09 -07:00 |
|
Christopher Jeffrey
|
557c1044cc
|
txdb: new orphan resolution.
|
2016-10-21 19:38:09 -07:00 |
|
Christopher Jeffrey
|
519280e1bd
|
txdb: refactor x3.
|
2016-10-21 19:38:09 -07:00 |
|
Christopher Jeffrey
|
62c59cc4f5
|
networks: segwit start time (main), segwit by default (testnet).
|
2016-10-21 19:38:08 -07:00 |
|
Christopher Jeffrey
|
51a64b3d33
|
txdb: minor.
|
2016-10-21 19:38:08 -07:00 |
|
Christopher Jeffrey
|
e35f4aa186
|
bip70: fix bn.
|
2016-10-21 19:38:08 -07:00 |
|
Christopher Jeffrey
|
04f071f9b0
|
txdb: refactor x2.
|
2016-10-21 19:38:08 -07:00 |
|
Christopher Jeffrey
|
3412916c89
|
txdb: refactor.
|
2016-10-21 19:38:08 -07:00 |
|
Christopher Jeffrey
|
f075767cdb
|
txdb-state-spent-flag
|
2016-10-21 19:38:08 -07:00 |
|
Christopher Jeffrey
|
11b2f1a7bc
|
txdb: less confusing tx details.
|
2016-10-21 19:38:08 -07:00 |
|
Christopher Jeffrey
|
9ed439b60c
|
txdb: reject rbf.
|
2016-10-21 19:38:08 -07:00 |
|
Christopher Jeffrey
|
acaf0600e7
|
mempool: do not accept replace by fee.
|
2016-10-21 19:38:07 -07:00 |
|
Christopher Jeffrey
|
da6a575469
|
walletdb: better mapping.
|
2016-10-21 19:38:07 -07:00 |
|
Christopher Jeffrey
|
aa0f73b27d
|
txdb: misc.
|
2016-10-21 19:38:07 -07:00 |
|
Christopher Jeffrey
|
8368265c71
|
test: txdb no resolution tests.
|
2016-10-21 19:38:07 -07:00 |
|
Christopher Jeffrey
|
2e56a82280
|
txdb: handle state and balance differently.
|
2016-10-21 19:38:07 -07:00 |
|
Christopher Jeffrey
|
06a104c34d
|
txdb: cleanup.
|
2016-10-21 19:38:07 -07:00 |
|
Christopher Jeffrey
|
4232cdc6b9
|
txdb: spent state.
|
2016-10-21 19:38:07 -07:00 |
|
Christopher Jeffrey
|
b1996b9717
|
txdb: handle coins and double spenders differently.
|
2016-10-21 19:38:07 -07:00 |
|
Christopher Jeffrey
|
e3a6d7f35e
|
miner: workers and mining fixes.
|
2016-10-21 19:38:07 -07:00 |
|
Christopher Jeffrey
|
5186435f8f
|
txdb: confirmation.
|
2016-10-21 19:38:06 -07:00 |
|
Christopher Jeffrey
|
a62fdb3356
|
http: stop resend from hanging.
|
2016-10-21 19:38:06 -07:00 |
|
Christopher Jeffrey
|
82c2d0f143
|
txdb: cleanup removal.
|
2016-10-21 19:38:06 -07:00 |
|
Christopher Jeffrey
|
c07848fadd
|
txdb: orphan resolution.
|
2016-10-21 19:38:06 -07:00 |
|
Christopher Jeffrey
|
212c1a3430
|
txdb: fix verify for orphans.
|
2016-10-21 19:38:06 -07:00 |
|
Christopher Jeffrey
|
605874068b
|
s/bn/BN/g
|
2016-10-21 19:38:06 -07:00 |
|
Christopher Jeffrey
|
b58c9746ec
|
http: resend call.
|
2016-10-21 19:38:06 -07:00 |
|
Christopher Jeffrey
|
1be63b1bc7
|
workers: refactor.
|
2016-10-21 19:38:06 -07:00 |
|
Christopher Jeffrey
|
469474ae0a
|
tx: refactor witness sighash.
|
2016-10-21 19:38:05 -07:00 |
|
Christopher Jeffrey
|
4aadce752d
|
txdb: zap.
|
2016-10-21 19:38:05 -07:00 |
|
Christopher Jeffrey
|
9fe6919416
|
txdb: refactor.
|
2016-10-21 19:38:05 -07:00 |
|
Christopher Jeffrey
|
d697684b83
|
txdb: inspection. misc.
|
2016-10-21 19:38:05 -07:00 |
|
Christopher Jeffrey
|
7f27fade6c
|
txdb: state.
|
2016-10-21 19:38:05 -07:00 |
|
Christopher Jeffrey
|
aed03c2655
|
txdb: add txdb state.
|
2016-10-21 19:38:05 -07:00 |
|
Christopher Jeffrey
|
a864ec1552
|
wallet: refactor passphrase options.
|
2016-10-21 19:38:04 -07:00 |
|
Christopher Jeffrey
|
25ac6b70de
|
hd: rename testing methods.
|
2016-10-21 19:38:04 -07:00 |
|
Christopher Jeffrey
|
6761122580
|
wallet: refactor masterkey.
|
2016-10-21 19:38:04 -07:00 |
|
Christopher Jeffrey
|
5a353d1592
|
locker: refactor.
|
2016-10-21 19:38:04 -07:00 |
|
Christopher Jeffrey
|
a2d6ed56e7
|
refactor: have promises resolve to undefined.
|
2016-10-21 19:38:04 -07:00 |
|
Christopher Jeffrey
|
0802dbbb0f
|
locker: fix destroy method.
|
2016-10-21 19:38:04 -07:00 |
|
Christopher Jeffrey
|
24cf42e6bf
|
txdb: add assert.
|
2016-10-21 19:38:04 -07:00 |
|
Christopher Jeffrey
|
2af685ec1f
|
txdb: typo.
|
2016-10-21 19:38:04 -07:00 |
|
Christopher Jeffrey
|
ef44dcd6cb
|
refactor: minor.
|
2016-10-21 19:38:04 -07:00 |
|
Christopher Jeffrey
|
94720ce814
|
docs: lowlevelup.
|
2016-10-21 19:38:03 -07:00 |
|
Christopher Jeffrey
|
958b8ead18
|
doc: fix parse error.
|
2016-10-21 19:38:03 -07:00 |
|
Christopher Jeffrey
|
4e5ec39cc9
|
txdb: refactor range queries.
|
2016-10-21 19:38:03 -07:00 |
|
Christopher Jeffrey
|
8a158bbe41
|
minerblock: fix starting weight.
|
2016-10-21 19:38:03 -07:00 |
|
Christopher Jeffrey
|
d3ac6eba9e
|
script: minor.
|
2016-10-21 19:38:03 -07:00 |
|
Christopher Jeffrey
|
e2d51352a8
|
chain: refactor reorgs.
|
2016-10-06 04:34:58 -07:00 |
|
Christopher Jeffrey
|
227766e8eb
|
miner: comments.
|
2016-10-06 04:18:52 -07:00 |
|
Christopher Jeffrey
|
985f4c95dc
|
miner: make jshint happy.
|
2016-10-06 04:17:11 -07:00 |
|
Christopher Jeffrey
|
7506d89947
|
txdb: improve insertion handling.
|
2016-10-06 04:05:58 -07:00 |
|
Christopher Jeffrey
|
f629c6db5c
|
miner: fix sorting.
|
2016-10-06 02:31:50 -07:00 |
|
Christopher Jeffrey
|
3cc5ce16b9
|
http/miner: misc fixes.
|
2016-10-06 02:25:15 -07:00 |
|
Christopher Jeffrey
|
97c89303ba
|
pool: fix broadcast items... again.
|
2016-10-06 02:07:53 -07:00 |
|
Christopher Jeffrey
|
56aca55b1e
|
pool: fix broadcasting. clean up loadrequest.
|
2016-10-06 01:58:05 -07:00 |
|
Christopher Jeffrey
|
5b3f6bb042
|
miner: better stopping and starting.
|
2016-10-06 01:18:08 -07:00 |
|
Christopher Jeffrey
|
12a5bcc4e2
|
miner: better sorting of txs.
|
2016-10-06 00:27:12 -07:00 |
|
Christopher Jeffrey
|
749a912f8c
|
miner: refactor.
|
2016-10-05 21:46:47 -07:00 |
|
Christopher Jeffrey
|
2c31d7f1b0
|
miner: update block header during hashing.
|
2016-10-05 20:05:29 -07:00 |
|
Christopher Jeffrey
|
49d41f17e4
|
mempool: make jshint happy.
|
2016-10-05 19:59:18 -07:00 |
|
Christopher Jeffrey
|
4e7d0af456
|
node: no automatic zap.
|
2016-10-05 19:56:45 -07:00 |
|
Christopher Jeffrey
|
f57867f929
|
node: rescan before zap.
|
2016-10-05 19:55:55 -07:00 |
|
Christopher Jeffrey
|
7f22223436
|
http: rename zapAll for consistency.
|
2016-10-05 19:51:46 -07:00 |
|
Christopher Jeffrey
|
36a63694a0
|
mempool: fix reorg handling.
|
2016-10-05 19:49:03 -07:00 |
|
Christopher Jeffrey
|
1b489f42cd
|
txdb: zap assert.
|
2016-10-05 19:35:34 -07:00 |
|
Christopher Jeffrey
|
eee6866319
|
mempool: fix removeBlock lock.
|
2016-10-05 19:29:16 -07:00 |
|
Christopher Jeffrey
|
5bb21070c4
|
wallet: refactor and add global zap.
|
2016-10-05 19:16:33 -07:00 |
|
Christopher Jeffrey
|
acae838059
|
miner: refactor jobs and pool.
|
2016-10-05 16:56:26 -07:00 |
|
Christopher Jeffrey
|
0e8f4712e3
|
workers: refactor framer and parser.
|
2016-10-05 14:53:01 -07:00 |
|
Christopher Jeffrey
|
02ccde4f8a
|
wallet: handle account init errors.
|
2016-10-05 08:02:37 -07:00 |
|
Christopher Jeffrey
|
41a94dacd2
|
http: fix hd key handling.
|
2016-10-05 07:25:03 -07:00 |
|
Christopher Jeffrey
|
323ea3eda5
|
http: handle api keys better.
|
2016-10-05 07:11:13 -07:00 |
|
Christopher Jeffrey
|
745c12ef3a
|
http: allow admin status for noAuth.
|
2016-10-05 05:59:56 -07:00 |
|
Christopher Jeffrey
|
383c8f085f
|
http: add admin key for dos-able calls.
|
2016-10-05 05:51:32 -07:00 |
|
Christopher Jeffrey
|
80b6968318
|
rpc: sort txs and coins.
|
2016-10-05 05:41:07 -07:00 |
|
Christopher Jeffrey
|
80aa8f8c4c
|
http: more methods and better validation.
|
2016-10-05 04:55:19 -07:00 |
|
Christopher Jeffrey
|
6f18d890f1
|
wallet: better option handling. expose more txdb methods.
|
2016-10-05 04:48:06 -07:00 |
|
Christopher Jeffrey
|
bc4e9e7387
|
node: scan method.
|
2016-10-05 04:29:10 -07:00 |
|
Christopher Jeffrey
|
c3ff43c85b
|
http: better querystring parsing.
|
2016-10-05 04:23:26 -07:00 |
|
Christopher Jeffrey
|
ac483eaedd
|
wallet: improve ensureAccount.
|
2016-10-05 02:21:42 -07:00 |
|
Christopher Jeffrey
|
c866598e85
|
crypto: error messages.
|
2016-10-05 02:21:19 -07:00 |
|
Christopher Jeffrey
|
f697dc18bb
|
chaindb: better reset.
|
2016-10-05 02:15:51 -07:00 |
|
Christopher Jeffrey
|
402996ba74
|
rpc: add selectwallet call.
|
2016-10-05 00:57:14 -07:00 |
|
Christopher Jeffrey
|
279df328d1
|
lint.
|
2016-10-04 23:17:28 -07:00 |
|
Christopher Jeffrey
|
0eb29e50b5
|
chaindb: minor.
|
2016-10-04 22:45:27 -07:00 |
|
Christopher Jeffrey
|
fe2f2fcc2a
|
chaindb: reorganize some functions.
|
2016-10-04 22:42:08 -07:00 |
|
Christopher Jeffrey
|
1f790f94b9
|
chaindb: refactor writes and pruning.
|
2016-10-04 22:34:46 -07:00 |
|
Christopher Jeffrey
|
5e1b56363b
|
http: add watchOnly options.
|
2016-10-04 17:06:56 -07:00 |
|
Christopher Jeffrey
|
cd0a8f2425
|
net: fix packet checksum error handling.
|
2016-10-04 15:55:10 -07:00 |
|
Christopher Jeffrey
|
6344eebc2d
|
wallet: add pathinfo to index.js.
|
2016-10-04 13:40:31 -07:00 |
|
Christopher Jeffrey
|
6215954ffb
|
rpc: update for tx->txdb change.
|
2016-10-04 13:36:02 -07:00 |
|
Christopher Jeffrey
|
dd7ccd40db
|
wallet: path version and type.
|
2016-10-04 12:30:44 -07:00 |
|
Christopher Jeffrey
|
2c066ddce1
|
walletdb: fix destroying.
|
2016-10-04 05:39:35 -07:00 |
|
Christopher Jeffrey
|
a41d27e828
|
wallet: fix adding of tx.
|
2016-10-04 05:32:00 -07:00 |
|
Christopher Jeffrey
|
874d725f40
|
wallet: minor.
|
2016-10-04 05:26:22 -07:00 |
|
Christopher Jeffrey
|
3599ab5d9a
|
wallet: refactor.
|
2016-10-04 04:22:52 -07:00 |
|
Christopher Jeffrey
|
ee4014a12f
|
hd: minor fixes.
|
2016-10-04 02:47:33 -07:00 |
|
Christopher Jeffrey
|
08c7136ef4
|
wallet: share batches between wallet and txdb.
|
2016-10-04 01:36:01 -07:00 |
|
Christopher Jeffrey
|
a800f8c44b
|
txdb: more atomicity for double-spender removal.
|
2016-10-03 23:52:46 -07:00 |
|
Christopher Jeffrey
|
aa8f9fdf90
|
wallet: path handling.
|
2016-10-03 23:45:03 -07:00 |
|
Christopher Jeffrey
|
9a3e3fba3a
|
wallet: make more state local to wallets.
|
2016-10-03 20:42:06 -07:00 |
|
Christopher Jeffrey
|
3cef641780
|
wallet: account cache + locking issue.
|
2016-10-03 16:57:27 -07:00 |
|
Christopher Jeffrey
|
d77215009f
|
hd: cache.
|
2016-10-03 16:49:00 -07:00 |
|
Christopher Jeffrey
|
b45c20b157
|
wallet: options parsing.
|
2016-10-03 15:53:07 -07:00 |
|
Christopher Jeffrey
|
16f8fef00b
|
hd: fix HD.from.
|
2016-10-03 14:50:19 -07:00 |
|
Christopher Jeffrey
|
56e4bace42
|
wallet: account options.
|
2016-10-03 14:43:35 -07:00 |
|
Christopher Jeffrey
|
b36491dd53
|
script: nullfail - minor.
|
2016-10-03 14:16:07 -07:00 |
|
Christopher Jeffrey
|
a22611b990
|
asyncobject: refactor.
|
2016-10-03 08:55:09 -07:00 |
|
Christopher Jeffrey
|
0d9afabd87
|
chaindb: fix reorg handling for spv.
|
2016-10-03 08:48:26 -07:00 |
|
Christopher Jeffrey
|
f5625e76e1
|
wallet: refactor variable names.
|
2016-10-03 08:31:18 -07:00 |
|
Christopher Jeffrey
|
f1b4c61a99
|
wallet: serialization.
|
2016-10-03 08:20:40 -07:00 |
|
Christopher Jeffrey
|
0f74292082
|
refactor: style.
|
2016-10-03 07:58:12 -07:00 |
|
Christopher Jeffrey
|
51b526b7fb
|
migrate: get wallet migration working.
|
2016-10-03 07:48:08 -07:00 |
|
Christopher Jeffrey
|
a4ea496d62
|
txdb: whitespace.
|
2016-10-03 07:29:42 -07:00 |
|
Christopher Jeffrey
|
5010c5588b
|
tx/block: s/32/u32/g
|
2016-10-03 05:32:39 -07:00 |
|
Christopher Jeffrey
|
476cc48702
|
tx: improve witness parsing.
|
2016-10-03 05:19:03 -07:00 |
|
Christopher Jeffrey
|
32a2e119e1
|
walletkey: comments and fixes.
|
2016-10-03 03:43:16 -07:00 |
|
Christopher Jeffrey
|
44b5a8725e
|
walletkey: minor.
|
2016-10-03 03:28:42 -07:00 |
|
Christopher Jeffrey
|
2097450b42
|
wallet: move watchOnly flag to wallet for safety.
|
2016-10-03 03:03:10 -07:00 |
|
Christopher Jeffrey
|
25946b8909
|
wallet: minor.
|
2016-10-03 02:47:52 -07:00 |
|
Christopher Jeffrey
|
41b342350f
|
browser: add rpc.
|
2016-10-03 02:29:04 -07:00 |
|
Christopher Jeffrey
|
3e59282c66
|
deps: browser transform.
|
2016-10-03 01:48:08 -07:00 |
|
Christopher Jeffrey
|
10ee1dce6e
|
wallet: refactor and comments.
|
2016-10-02 23:24:14 -07:00 |
|
Christopher Jeffrey
|
4f46bb3324
|
wallet: move master key.
|
2016-10-02 23:24:14 -07:00 |
|
Christopher Jeffrey
|
1a93f84b47
|
wallet: support scrypt as a derivation method.
|
2016-10-02 23:24:14 -07:00 |
|
Christopher Jeffrey
|
c338f8d0e6
|
account: fix nested derivation.
|
2016-10-02 23:24:14 -07:00 |
|
Christopher Jeffrey
|
d7c1ee9dc2
|
migrate: walletdb 2 to 3.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
7b3134d782
|
account: hd watchonly support.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
57bc9bf4b0
|
wallet: better encrypted for imported keys.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
1c483aa9ca
|
script/node: minor.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
bf0a22e138
|
script: semicolon.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
2593572066
|
chaindb: re-enable compression.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
f576ed8be7
|
script: cleanup.
|
2016-10-02 23:24:13 -07:00 |
|
Christopher Jeffrey
|
2a12b908a9
|
script: improve isStandard.
|
2016-10-02 23:24:12 -07:00 |
|