1774 Commits (c8dcd2959add98d53912e1fd2c46a5737b702379)
 

Author SHA1 Message Date
Daniel Cousens 9a62ab600f tests: update integration tests to use setLockTime 9 years ago
Daniel Cousens 8a37c1193a tests: add signature invalidation test for setLockTime 9 years ago
Daniel Cousens 6c0745adce TxBuilder: add setLockTime 9 years ago
Daniel Cousens bda2e28a8f Merge pull request #524 from blocktrail/txb-locktime-test 9 years ago
Daniel Cousens 61d5e00ef1 Merge pull request #525 from bitcoinjs/license-link 9 years ago
Daniel Cousens 541e5b29dc Merge pull request #526 from bitcoinjs/https-badges 9 years ago
Daniel Cousens 2989fa783b README: use https for badges 9 years ago
Daniel Cousens 3029ebee9d README: directly link to LICENSE 9 years ago
Ruben de Vries ccec864785 locktime and version were set too late in test scenario and not included when signing (the test scenario). 9 years ago
Daniel Cousens 96fb92feb5 Merge pull request #519 from bitcoinjs/clean 9 years ago
Daniel Cousens 35a2a6ba1e tests/integration: increase multisig timeout 9 years ago
Daniel Cousens a5f1994f86 tests/integration: remove redundant check 9 years ago
Daniel Cousens f9f41addda tests/integration: throw if no unspent is given 9 years ago
Daniel Cousens 755c344e16 tests/integration: re-broadcast input tx to avoid missing inputs error 9 years ago
Daniel Cousens 382409c575 tests: rm unused fixtures 9 years ago
Daniel Cousens d47ed2c3ba Merge pull request #517 from bitcoinjs/locktimetests 9 years ago
Daniel Cousens b6d986dd10 tests/integration: amend lockTime example to allow redemption, add redepemtion examples 9 years ago
Daniel Cousens 531e6245fa Merge pull request #516 from bitcoinjs/scrnum 9 years ago
Daniel Cousens d7da292063 script_number: initialize result to 0 9 years ago
Daniel Cousens 302bbe81ba script_number: refactor to mimic bitcoin/bitcoin 9 years ago
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 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 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 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 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 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 9 years ago