Christopher Jeffrey
|
690fe7163a
|
better handling of [] when it is OP_0.
|
2015-12-09 12:42:45 -08:00 |
|
Christopher Jeffrey
|
2fd1d171f2
|
handle op_1negate.
|
2015-12-09 12:15:02 -08:00 |
|
Christopher Jeffrey
|
79a594716a
|
reorder opcode handlers. move op_eval (disabled).
|
2015-12-09 12:02:39 -08:00 |
|
Christopher Jeffrey
|
d45350ede9
|
refactor script.execute order of opcodes.
|
2015-12-09 12:00:35 -08:00 |
|
Christopher Jeffrey
|
e605fe5388
|
whitespace.
|
2015-12-09 11:57:54 -08:00 |
|
Christopher Jeffrey
|
2412c0999b
|
potential tx.verify fix.
|
2015-12-09 11:56:08 -08:00 |
|
Christopher Jeffrey
|
a0a391e89e
|
add if/notif/else/endif opcodes.
|
2015-12-09 11:55:05 -08:00 |
|
Christopher Jeffrey
|
d1ac6e914d
|
refactor script.execute.
|
2015-12-09 10:57:18 -08:00 |
|
Christopher Jeffrey
|
c869578009
|
script: cleanup.
|
2015-12-09 10:44:44 -08:00 |
|
Christopher Jeffrey
|
89f2a0dcc3
|
formatting. make use of helpers in hd.
|
2015-12-09 10:40:33 -08:00 |
|
Christopher Jeffrey
|
8a33f2efa1
|
add getFullPublicKey/getOwnPublicKey and use appropriately.
|
2015-12-08 19:42:12 -08:00 |
|
Christopher Jeffrey
|
71ea61e467
|
update elliptic. remove ec.curve.n workaround.
|
2015-12-08 17:34:36 -08:00 |
|
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
|
5f8ad78e4d
|
have tx.verify handle p2sh correctly.
|
2015-12-08 14:54:21 -08:00 |
|
Christopher Jeffrey
|
a9a9cf0879
|
add more opcodes to script.execute. handle codesep properly.
|
2015-12-08 14:06:10 -08:00 |
|
Christopher Jeffrey
|
fd7d20be9c
|
enforce strict ordering with checkmultisig.
|
2015-12-08 11:46:14 -08:00 |
|
Christopher Jeffrey
|
3c0bf360e2
|
add bip66 strict der sig checking.
|
2015-12-08 11:35:42 -08:00 |
|
Christopher Jeffrey
|
adbb0099a1
|
add checklocktimeverify. pass in tx and input to execute() instead of using hasher callback.
|
2015-12-08 11:24:22 -08:00 |
|
Christopher Jeffrey
|
7016991366
|
order keys and signatures for multisig correctly.
|
2015-12-07 19:18:37 -08:00 |
|
Christopher Jeffrey
|
77623bb8d6
|
remove useless code.
|
2015-12-07 16:34:44 -08:00 |
|
Christopher Jeffrey
|
58d8881e46
|
add hd tests.
|
2015-12-07 16:17:09 -08:00 |
|
Christopher Jeffrey
|
a1fea2bd65
|
scriptOutput: move "p2shify".
|
2015-12-07 15:55:31 -08:00 |
|
Christopher Jeffrey
|
37e1c8a2ef
|
formatting changes.
|
2015-12-07 15:51:15 -08:00 |
|
Christopher Jeffrey
|
b1e7cde3dd
|
improve script functionality and usage.
|
2015-12-07 15:39:18 -08:00 |
|
Christopher Jeffrey
|
cf20326e98
|
verify sighash types other than all.
|
2015-12-07 14:22:25 -08:00 |
|
Christopher Jeffrey
|
1804acc77c
|
tests passing.
|
2015-12-07 14:02:25 -08:00 |
|
Christopher Jeffrey
|
3d9d6be23c
|
use this.m for nsigs.
|
2015-12-07 11:04:23 -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
|
ae394fad11
|
improve tx.maxSize for p2sh and multisig.
|
2015-12-05 20:54:18 -08:00 |
|
Christopher Jeffrey
|
6295642f20
|
remove useless if statement.
|
2015-12-05 20:23:33 -08:00 |
|
Christopher Jeffrey
|
4f76b9f18c
|
fix scriptInput/signInput for multisig/p2sh.
|
2015-12-05 19:02:44 -08:00 |
|
Christopher Jeffrey
|
db0da78ae5
|
only start calculating startHeight and locatorHashes after chain load.
|
2015-12-05 18:34:18 -08:00 |
|
Christopher Jeffrey
|
3f2d53b414
|
hd.js: workaround for latest bn.js.
|
2015-12-05 18:19:52 -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
|
fcc9d661c1
|
satoshi: fix blockchain download.
|
2015-11-30 18:15:57 -08:00 |
|
Christopher Jeffrey
|
feda74523f
|
peer/pool: add origin satoshi protocol.
|
2015-11-30 12:36:39 -08:00 |
|
Christopher Jeffrey
|
a6584ae821
|
script: max length. chain: deadbeef fix.
|
2015-11-30 12:36:06 -08:00 |
|
Stanislas Marion
|
b76f33047e
|
script: .isScripthash(s)/.isNullData(s)
|
2014-12-19 08:04:07 +07:00 |
|
Stanislas Marion
|
70608ae2a3
|
parser: put the exact raw data in tx._raw
|
2014-11-25 18:44:45 +03:00 |
|
Stanislas Marion
|
7655ad12c7
|
script: encode/decode op1-16 as single numbers
fix #33
|
2014-11-17 15:06:37 +03:00 |
|
Christopher Jeffrey
|
4e7dbae829
|
fix: minor fixes to block framer and block.
|
2014-06-24 01:08:44 -05:00 |
|
Christopher Jeffrey
|
73ea21a903
|
minor: style - move block json functions to bottom of the file.
|
2014-06-24 00:59:39 -05:00 |
|
Christopher Jeffrey
|
5e3e72ba4c
|
minor: more style concerns.
|
2014-06-24 00:57:46 -05:00 |
|
Christopher Jeffrey
|
6072fe7afd
|
minor: remove commented code. style concerns.
|
2014-06-24 00:45:18 -05:00 |
|
Christopher Jeffrey
|
c6bafbcb48
|
fix: ensure user agent is less than 0xfd in length. we can assume the varint is 1 byte.
|
2014-06-24 00:43:37 -05:00 |
|
Christopher Jeffrey
|
6a03b30ddf
|
fix: allow ownOutputs as orphans - fixes failing test. see #27.
|
2014-06-16 22:46:58 -05:00 |
|
Christopher Jeffrey
|
2e14fe1780
|
fix tx-pool unspent output handling. fixes #26.
|
2014-06-16 18:55:04 -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
|
dbd3b5025a
|
tx-pool: handle noWrite better. update tx.block along with tx.ts.
|
2014-06-11 18:45:34 -05:00 |
|
Christopher Jeffrey
|
96e1cbb0e1
|
pool: emit peer in tx broadcast.
|
2014-06-11 18:43:50 -05:00 |
|
Christopher Jeffrey
|
2697d37753
|
Merge pull request #25 from indutny/peer-events
Peer events
|
2014-06-07 03:48:43 -05:00 |
|
Christopher Jeffrey
|
9363aff634
|
pool: pass peer in through error events...again.
|
2014-06-07 03:40:42 -05:00 |
|
Christopher Jeffrey
|
d577b7cbd3
|
pool: pass peer in through error events.
|
2014-06-07 03:39:05 -05:00 |
|
Christopher Jeffrey
|
7b928f079c
|
utils: improve nextTick.
|
2014-06-06 16:23:26 -05:00 |
|
Christopher Jeffrey
|
eadb7a50c7
|
pool: add version and peer events for peers.
|
2014-06-06 16:20:50 -05:00 |
|
Christopher Jeffrey
|
005c11e967
|
parser: fix version parsing. check user agent in tests.
|
2014-06-06 15:47:29 -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
|
11b56e32d7
|
fix: do not throw on destroyed peers.
|
2014-06-06 06:37:47 -05:00 |
|
Christopher Jeffrey
|
28abd09845
|
wallet: allow inputs and offset to be passed into wallet.sign.
|
2014-06-06 03:10:21 -05:00 |
|
Christopher Jeffrey
|
5a67c56b00
|
Merge pull request #23 from chjj/block-size
parser: fix minimum block size.
|
2014-06-03 09:56:56 -05:00 |
|
Christopher Jeffrey
|
4dd8a54501
|
framer: another style fix.
|
2014-06-03 09:46:19 -05:00 |
|
Christopher Jeffrey
|
841bf86d7d
|
block: fix for style conventions.
|
2014-06-03 09:45:53 -05:00 |
|
Christopher Jeffrey
|
566b2e9916
|
parser: fix minimum block size.
|
2014-06-02 03:14:44 -05:00 |
|
Christopher Jeffrey
|
8d6c438e3d
|
pool: stop throwing uncatchable errors on parser errors.
|
2014-06-02 02:29:15 -05:00 |
|
Christopher Jeffrey
|
2b88192562
|
chain: fix fill percent.
|
2014-05-26 19:19:14 -05:00 |
|
Fedor Indutny
|
013a85c6a5
|
Merge pull request #16 from chjj/version-packet
Version packet
|
2014-05-26 22:12:36 +04:00 |
|
Christopher Jeffrey
|
1b88b355ac
|
chain: add a cacheLimit option to chain.
|
2014-05-26 12:53:47 -05:00 |
|
Christopher Jeffrey
|
7e38e4de7c
|
pool: change pool.options.satoshi to pool.options.relay.
|
2014-05-26 12:43:41 -05:00 |
|
Christopher Jeffrey
|
a3b923ae76
|
peer: have updateWatch getblocks instead of filterload for the satoshi option.
|
2014-05-26 05:12:56 -05:00 |
|
Christopher Jeffrey
|
024350dbe4
|
peer/pool: improve handleInv. improve addPeer.
|
2014-05-26 04:03:23 -05:00 |
|
Christopher Jeffrey
|
6d2c1bd9f1
|
framer: fix undefined var typo.
|
2014-05-25 08:02:33 -05:00 |
|
Christopher Jeffrey
|
8546cc7e33
|
block: fix timestamp check...again.
|
2014-05-24 18:06:52 -05:00 |
|
Christopher Jeffrey
|
1052b7361c
|
block: fix timestamp check in checkBlock.
|
2014-05-24 18:05:31 -05:00 |
|
Christopher Jeffrey
|
c1fbab35e1
|
block: remove some unused code from checkBlock.
|
2014-05-24 13:44:10 -05:00 |
|
Christopher Jeffrey
|
9dc0063ea9
|
test/parser: add version test for height and relay / fix typo.
|
2014-05-24 02:16:59 -05:00 |
|
Christopher Jeffrey
|
24d9b2b2d8
|
pool: allow sending filterload to peers without an id to add to the bloom filter.
|
2014-05-24 02:16:59 -05:00 |
|
Christopher Jeffrey
|
a5f20114e8
|
framer: version packet options, relay and height.
|
2014-05-24 02:16:59 -05:00 |
|
Christopher Jeffrey
|
2d7599d2d3
|
block: use utils.dsha256 instead of hash.js for merkle tree building.
|
2014-05-24 01:19:32 -05:00 |
|
Christopher Jeffrey
|
60a9e556f8
|
framer: frame regular blocks with transactions correctly.
|
2014-05-23 23:27:54 -05:00 |
|
Christopher Jeffrey
|
e3e324441b
|
block: improve performance of duplicate tx check.
|
2014-05-23 23:13:16 -05:00 |
|
Christopher Jeffrey
|
44774e7c6b
|
block: follow the behavior of bitcoind's CheckBlock().
|
2014-05-23 23:12:46 -05:00 |
|
Christopher Jeffrey
|
e66f2f50bf
|
block: build merkleTree to verify merkleRoot on regular blocks.
|
2014-05-23 23:08:59 -05:00 |
|
Christopher Jeffrey
|
7de6964628
|
allow usage of the original non-spv pre BIP-37 satoshi protocol.
|
2014-05-23 10:56:02 -05:00 |
|