Daniel Cousens
|
945bdfa747
|
script_number: refactor
|
9 years ago |
Daniel Cousens
|
29a1a839ec
|
script: exposes scriptNumber through script.number
|
9 years ago |
Daniel Cousens
|
059f48b0c4
|
script_number: add impl/tests
|
9 years ago |
Daniel Cousens
|
cba7252c9d
|
Merge pull request #511 from bitcoinjs/ophodl
add OP_CHECKLOCKTIMEVERIFY and integration test example
|
9 years ago |
Daniel Cousens
|
e4ba88e54f
|
block: rename verifyPow to checkProofOfWork
|
9 years ago |
Daniel Cousens
|
92b446f6a5
|
block: variable extraction
|
9 years ago |
Daniel Cousens
|
bac700f52c
|
block: use buffer, faster, verified
|
9 years ago |
Daniel Cousens
|
86b51b2d62
|
add Block.calculateTarget, use Buffer comparison rather than bigi
|
9 years ago |
Daniel Cousens
|
26ccb43047
|
block: add Block.prototype.verifyPow
|
9 years ago |
Daniel Cousens
|
15227d39bf
|
tests: add more test fixtures for blocks
|
9 years ago |
Daniel Cousens
|
b077d7089d
|
tests/integration: change hodlDate to T+2 hours
|
9 years ago |
Daniel Cousens
|
b5d1b4a0da
|
tests/integration: s/message/transaction
|
9 years ago |
Daniel Cousens
|
cab3022719
|
add OP_CHECKLOCKTIMEVERIFY and integration tests
|
9 years ago |
Daniel Cousens
|
07cf0bd057
|
tests/integration: use actual=expected consistently for asserts
|
9 years ago |
JP Richardson
|
723c2fe37a
|
Merge pull request #512 from bitcoinjs/2016
README: update copyright to 2016
|
9 years ago |
Daniel Cousens
|
a467cde8a2
|
LICENSE: update copyright to 2016
|
9 years ago |
Daniel Cousens
|
bdd52996e5
|
README: update copyright to 2016
|
9 years ago |
Daniel Cousens
|
718661df2c
|
Merge pull request #506 from bitcoinjs/clean
Basic cleanup
|
9 years ago |
Daniel Cousens
|
540a6643ac
|
txbuilder: clarify SIGHASH invalidation logic in addInput/addOutput
|
9 years ago |
Daniel Cousens
|
881a23f9d5
|
txbuilder: rename tx.outs.length to nOutputs
|
9 years ago |
Daniel Cousens
|
693e39c061
|
script: use Buffer.isBuffer consistently
|
9 years ago |
Daniel Cousens
|
2c11316600
|
Merge pull request #505 from bitcoinjs/214
2.1.4
|
9 years ago |
Daniel Cousens
|
b9a333c5b9
|
CHANGELOG: add 2.1.4 notes
|
9 years ago |
Daniel Cousens
|
e25ce449dc
|
2.1.4
|
9 years ago |
Daniel Cousens
|
40fc1b9e2e
|
Merge pull request #481 from bitcoinjs/minimalpush
isStandard compliance [for pubKeyHash / scriptHash outputs]
|
9 years ago |
Daniel Cousens
|
d48a7ab682
|
address: avoid unnecessary unchunking
|
9 years ago |
Daniel Cousens
|
f60cb2e491
|
scripts: ensure isPubKeyHashOutput/isScriptHashOutput adhere to BIP62
|
9 years ago |
Daniel Cousens
|
50f381fb5c
|
tests: add non-BIP62 compliant is*Output fixtures
|
9 years ago |
Daniel Cousens
|
dca7a38362
|
tests: remove unnecessary branch, fix bscript.fromHex undefined
|
9 years ago |
Daniel Cousens
|
ce9670eab4
|
Merge pull request #504 from fanatid/txb/addOutput
Fix TransactionBuilder.addOutput
|
9 years ago |
Kirill Fomichev
|
5de6818fcb
|
Fix TransactionBuilder.addOutput
|
9 years ago |
Daniel Cousens
|
3d43a6f681
|
Merge pull request #499 from bitcoinjs/changelog
CHANGELOG: add 2.1.3 notes
|
9 years ago |
Daniel Cousens
|
8ea5440be2
|
Merge pull request #502 from alex-seville/patch-1
Remove `const` and replace with `var`
|
9 years ago |
Alex Seville
|
a1da3065c4
|
Remove `const` and replace with `var`
To keep the project consistenly ES5.
Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const
|
9 years ago |
Daniel Cousens
|
f999947e34
|
CHANGELOG: add 2.1.3 notes
|
9 years ago |
Daniel Cousens
|
aff56dbcb6
|
Merge pull request #498 from bitcoinjs/noirc
README: remove IRC channel
|
9 years ago |
Daniel Cousens
|
4018beca7c
|
README: remove IRC channel
|
9 years ago |
Daniel Cousens
|
a43b024772
|
Merge pull request #495 from bitcoinjs/jprichardson-patch-1
readme: correct descriptions for bip38/bip38. Closes #491
|
9 years ago |
Daniel Cousens
|
9ab8739652
|
Merge branch 'master' into jprichardson-patch-1
|
9 years ago |
Daniel Cousens
|
d3083a8503
|
Merge pull request #496 from bitcoinjs/tf
Bump typeforce to 1.5.5
|
9 years ago |
Daniel Cousens
|
74fd5ae71d
|
tests: loop faucet until an unspent is given
|
9 years ago |
Daniel Cousens
|
d338c3872d
|
2.1.3
|
9 years ago |
Daniel Cousens
|
eca4c9ec32
|
package: use typeforce 1.5.5
|
9 years ago |
Daniel Cousens
|
cd4146d367
|
Merge branch 'master' into jprichardson-patch-1
|
9 years ago |
Daniel Cousens
|
a20d2680f4
|
Merge pull request #492 from fanatid/travis
travis, build matrix
|
9 years ago |
Kirill Fomichev
|
f88294132f
|
add matrix to .travis.yml
|
9 years ago |
JP Richardson
|
57fc4bdc61
|
readme: correct descriptions for bip38/bip38. Closes #491
|
9 years ago |
Daniel Cousens
|
b2e4016f62
|
Merge pull request #490 from bitcoinjs/dcousens-patch-1
README: ask for users to post examples
|
9 years ago |
Daniel Cousens
|
f8068bb990
|
README: ask for users to post examples
|
9 years ago |
Daniel Cousens
|
c8baf1e712
|
Merge pull request #489 from bitcoinjs/212
2.1.2
|
9 years ago |