Christopher Jeffrey
|
22e092d6b8
|
fix and test hd keys.
|
2015-12-08 16:36:47 -08:00 |
|
Christopher Jeffrey
|
e4cfa878f1
|
multisig options.
|
2015-12-08 15:02:32 -08:00 |
|
Christopher Jeffrey
|
7016991366
|
order keys and signatures for multisig correctly.
|
2015-12-07 19:18:37 -08:00 |
|
Christopher Jeffrey
|
b1e7cde3dd
|
improve script functionality and usage.
|
2015-12-07 15:39:18 -08:00 |
|
Christopher Jeffrey
|
1804acc77c
|
tests passing.
|
2015-12-07 14:02:25 -08:00 |
|
Christopher Jeffrey
|
9241a6660e
|
remove old wallet.fill and wallet.sign.
|
2015-12-07 11:02:50 -08:00 |
|
Christopher Jeffrey
|
d7bc48fc2e
|
move wallet.fill to tx object.
|
2015-12-07 11:00:58 -08:00 |
|
Christopher Jeffrey
|
4f76b9f18c
|
fix scriptInput/signInput for multisig/p2sh.
|
2015-12-05 19:02:44 -08:00 |
|
Christopher Jeffrey
|
c96a12bf2e
|
fix validateAddress. cleanup.
|
2015-12-05 04:59:18 -08:00 |
|
Christopher Jeffrey
|
46a5ca7500
|
minor fix for wallet.fill.
|
2015-12-05 04:18:21 -08:00 |
|
Christopher Jeffrey
|
916fca9c2f
|
update hash.js. use for sha512-hmacs.
|
2015-12-05 04:16:41 -08:00 |
|
Christopher Jeffrey
|
40fca0dda8
|
remove noSign and getChange for now.
|
2015-12-05 03:55:08 -08:00 |
|
Christopher Jeffrey
|
a2f13d94c3
|
fix address problems. update elliptic to 3.0.3.
|
2015-12-05 03:40:11 -08:00 |
|
Christopher Jeffrey
|
505aad8729
|
improve/fix p2sh. move input signing functionality to tx object.
|
2015-12-05 03:01:37 -08:00 |
|
Christopher Jeffrey
|
377e156874
|
fix m, n, publicKeys in wallet constructor.
|
2015-12-05 01:03:51 -08:00 |
|
Christopher Jeffrey
|
1e10b83acf
|
fix redeem script push in wallet.
|
2015-12-05 00:50:19 -08:00 |
|
Christopher Jeffrey
|
1d210589c5
|
comments explaining signing logic.
|
2015-12-05 00:02:23 -08:00 |
|
Christopher Jeffrey
|
acbe4d0c2e
|
remove wallet.signEmpty and tx.signature for now.
|
2015-12-05 00:01:59 -08:00 |
|
Christopher Jeffrey
|
c8e04d8552
|
comments
|
2015-12-04 23:16:02 -08:00 |
|
Christopher Jeffrey
|
87eea1e398
|
fixes and minor style changes
|
2015-12-04 22:50:13 -08:00 |
|
Christopher Jeffrey
|
ea9af49f4b
|
hd and p2sh
|
2015-12-04 18:01:31 -08:00 |
|
Christopher Jeffrey
|
3bfd10d0d0
|
work
|
2015-12-01 22:59:26 -08:00 |
|
Christopher Jeffrey
|
6072fe7afd
|
minor: remove commented code. style concerns.
|
2014-06-24 00:45:18 -05:00 |
|
Christopher Jeffrey
|
3a7b20ddee
|
minor: if statement style.
|
2014-06-12 17:09:57 -05:00 |
|
Christopher Jeffrey
|
9442920e73
|
wallet: improve ownInput and ownOutput.
|
2014-06-12 02:55:53 -05:00 |
|
Christopher Jeffrey
|
ac8905bf3d
|
fix: wallet.sign return value.
|
2014-06-06 14:54:02 -05:00 |
|
Christopher Jeffrey
|
ac60920f98
|
fix: keep track of the input index better for subscript hashing.
|
2014-06-06 12:29:36 -05:00 |
|
Christopher Jeffrey
|
28abd09845
|
wallet: allow inputs and offset to be passed into wallet.sign.
|
2014-06-06 03:10:21 -05:00 |
|
Fedor Indutny
|
abf34321f6
|
wallet: fix .loaded without storage
|
2014-05-15 13:31:56 +04:00 |
|
Fedor Indutny
|
2365e10d9b
|
pool: support adding and removing wallets
|
2014-05-15 12:56:19 +04:00 |
|
Fedor Indutny
|
2a6048f104
|
wallet: emit updates with tx
|
2014-05-13 01:11:33 +04:00 |
|
Fedor Indutny
|
dfdc69aa3a
|
lib: remove heavy modules
|
2014-05-11 14:27:05 +04:00 |
|
Fedor Indutny
|
ee9b9cf0e2
|
wallet: asyncify .fill()
|
2014-05-11 11:47:00 +04:00 |
|
Fedor Indutny
|
3ef7008a32
|
wallet: make .fill() throw
|
2014-05-11 02:41:00 +04:00 |
|
Fedor Indutny
|
2c36c8692a
|
wallet: .fill()
|
2014-05-11 01:43:20 +04:00 |
|
Fedor Indutny
|
2ee4c7cd3a
|
tx-pool: save spending TXs
|
2014-05-09 21:30:55 +04:00 |
|
Fedor Indutny
|
17d0903a35
|
wallet: emit all added TXs
|
2014-05-09 15:28:26 +04:00 |
|
Fedor Indutny
|
d4f11676c7
|
tx: encode as hex
|
2014-05-09 15:00:50 +04:00 |
|
Fedor Indutny
|
90ea2e24d1
|
wallet: .pending()
|
2014-05-09 14:03:00 +04:00 |
|
Fedor Indutny
|
048bca0b8a
|
wallet: store timestamp of transactions
|
2014-05-08 20:25:12 +04:00 |
|
Fedor Indutny
|
8043be6e40
|
pool: make some functions asynchronous
|
2014-05-08 16:28:45 +04:00 |
|
Fedor Indutny
|
688b16eb98
|
wallet: preliminary storage support
|
2014-05-08 14:09:11 +04:00 |
|
Fedor Indutny
|
1d8574bdbd
|
wallet: allow export/import without pub key
|
2014-05-08 13:50:11 +04:00 |
|
Fedor Indutny
|
a77083ce66
|
wallet: accept both private and public keys
|
2014-05-07 20:11:27 +04:00 |
|
Fedor Indutny
|
a6be7bf5f7
|
lib: JSON serialization for everyone
|
2014-05-06 21:33:05 +04:00 |
|
Fedor Indutny
|
b98be4b388
|
pool: load interval
|
2014-05-06 20:46:20 +04:00 |
|
Fedor Indutny
|
762b53a011
|
pool: lower timeouts
|
2014-05-06 17:15:23 +04:00 |
|
Fedor Indutny
|
69f3e85e37
|
tx-pool: initial
|
2014-05-06 16:25:46 +04:00 |
|
Fedor Indutny
|
f139ce2d91
|
wallet: multisig signing
|
2014-05-06 14:58:51 +04:00 |
|
Fedor Indutny
|
7f0ea92a43
|
peer: improvements
|
2014-05-06 00:55:24 +04:00 |
|