1330 Commits (b89c82b9a651f11fe69a5d9a4f1e40bc72af2941)
 

Author SHA1 Message Date
Daniel Cousens b89c82b9a6 ECKey: fix modulo bias in makeRandom 10 years ago
Daniel Cousens d50d49bd29 1.5.7 10 years ago
Daniel Cousens 87470de22f tests: check that HDNode pubKey/privKey is initialized 10 years ago
Daniel Cousens f7c2c78902 Merge pull request #405 from jsantirso/patch-1 10 years ago
Joel Santirso fc9d2ff2f2 Update 1.5.x hdnode.js 10 years ago
Daniel Cousens 7f2f81233a 1.5.6 10 years ago
Daniel Cousens 3ee8b817b0 wallet: use randomBytes over crypto 10 years ago
Daniel Cousens 6b2377d838 1.5.5 10 years ago
Daniel Cousens 07a2510046 crypto: use create-hmac for deprecated Hmac functions 10 years ago
Daniel Cousens 35c3693849 integration: use an rng for the example over mocking 10 years ago
Daniel Cousens 9fddacd448 tests: fix standard format adherence 10 years ago
Wei Lu 6775e1a9af crypto: fix test randomBytes stub 10 years ago
Daniel Cousens 4b2ffda55e crypto: use packages directly 10 years ago
Daniel Cousens ffc1ea36b9 1.5.4 10 years ago
Daniel Cousens c4afe579bf package: use cb-helloblock 0.4.13 10 years ago
Daniel Cousens 2df13137aa package: remove unnecessary dev dependency 10 years ago
Daniel Cousens 953ca46177 package: update typeforce to 1.0.0, mocha/standard to latest 10 years ago
Daniel Cousens b93b84a95f 1.5.3 10 years ago
Daniel Cousens ca4a0c125f txbuilder: fix #374 null inputs 10 years ago
Daniel Cousens 2fc4cc31c9 tests: rename network->networks 10 years ago
Daniel Cousens d9b083f66e networks: remove failing tests, cannot be supported anyway 10 years ago
Daniel Cousens e31b5de3b1 tests: test autodetect in networks, fixed networks in HDNode 10 years ago
Daniel Cousens 2449c23f7e 1.5.2 10 years ago
Daniel Cousens d126907d11 txbuilder: re-add verification optimizations 10 years ago
Daniel Cousens c0ecb71fe7 txbuilder: refactor for clarity 10 years ago
Daniel Cousens c6fc8672f1 tests: fix standard styling 10 years ago
Daniel Cousens c0d9424e1c tests: ignore txHexIncomplete, instead check scriptSig after each signature 10 years ago
Daniel Cousens 9dc58c4c4c tests: refactor multisig test construction 10 years ago
Daniel Cousens 6ebb9b3079 tests: remove unnecessary script tests from TxBuilder 10 years ago
Daniel Cousens 15cc165b05 tests: clean up unused variables 10 years ago
Daniel Cousens cbc062d13c README: add blocktrail 10 years ago
Ruben de Vries 74d627854f add tests for various PS2H multisig signing scenarios 10 years ago
Ruben de Vries ce846bfb0f prefill signatures with OP_0s and place signatures in correct order in txb.sign when it's not already prefilled with OP_0s 10 years ago
Daniel Cousens 1dcad184ba integration: change 2-of-3 to 2-of-4 and update README 10 years ago
Ruben de Vries 74886c52c3 change 2of2 integration test to 2of3 10 years ago
Daniel Cousens 2dafb80c00 1.5.1 10 years ago
Daniel Cousens a82ebe8dbd tests: fix inconsistent key compression 10 years ago
Daniel Cousens 57a3700b32 TxBuilder: fix OP_0 in buildComplete 10 years ago
Daniel Cousens 67b4747e1f tests: add failing test for transaction builder multisig 10 years ago
Daniel Cousens 5c6a91d7d6 scripts: multisigInput only uses scriptPubKey for validation, OP_0 validation not necessary 10 years ago
Daniel Cousens c18672e01a tests: add example non-standard scripthash 10 years ago
Daniel Cousens 7e6a6a57a9 script: return malformed script if returned pushDataOut out of range 10 years ago
Daniel Cousens a2c9a487d1 tests: add failing scripts by cross-verifying ASM/Hex 10 years ago
Daniel Cousens 1c2d138980 scripts: fix isScriptHashInput classification 10 years ago
Daniel Cousens 91734c048d bufferutils/script: allow for invalid pushDatInts, fixes #367 10 years ago
Daniel Cousens 1a338ac053 tests: add failing pushDataInt fixtures 10 years ago
Daniel Cousens 20c773ab67 tests: add bitcoin core block fixtures 10 years ago
Daniel Cousens 3a15f0c6ba tests: add scriptHash(pubKeyHash) test fixture 10 years ago
Daniel Cousens 0bba21546f various: more standard-format artifact fixes 10 years ago
Daniel Cousens 8aa4f9ecc9 ecdsa/ecpubkey: rectify #364 artifacts 10 years ago