1161 Commits (ee694a3de1078f6558595403bd6169fb33ba7e59)

Author SHA1 Message Date
junderw 44a98c0fa6
Add regtest network 6 years ago
Daniel Cousens a976fba27b add network derivation from redeem.network 6 years ago
Daniel Cousens c8ae86b9ce refactor(txb): maxSignatures is optional 6 years ago
Daniel Cousens 7c3d1f292d txb: add inline explanatory comment 6 years ago
Daniel Cousens 1119a449a5 txbuilder: add missing signature P2MS fixture 6 years ago
Daniel Cousens d232545ac8 rename MULTISIG to P2MS 6 years ago
Daniel Cousens a58c5b4f5b txb/tests: add solo SIGHASH_ALL fixes 6 years ago
Daniel Cousens 2223e6170e txb/tests: test solo SIGHASH_ALL, support existing SIGHASH_NONE 6 years ago
Daniel Cousens ed1c1a5661 txb: enforce outputs exist when signing 7 years ago
Daniel Cousens f89ef93d1e rm empty file 6 years ago
JP Richardson 09b2475117
remove superfluous package.json file in payments/ 6 years ago
junderw 24d541d0ed
Fix default assignment of validate key for payments 6 years ago
Daniel Cousens 55207e5742 tests/payments/p2pk*: add signature mismatch tests 7 years ago
Daniel Cousens 3ed77c4820 payments: cleanup 7 years ago
Daniel Cousens 54ec449a75 payments/p2sh: try not to rely on o. in validation 7 years ago
Daniel Cousens cf9a35f59b payments: more const 7 years ago
Daniel Cousens 85b1b92b6d tests/ECPair: test fromPublic/fromPrivate in isolation 7 years ago
Daniel Cousens 079d83d887 txbuilder: note consensus issue 7 years ago
Daniel Cousens de0259a820 tests/integration/payments: enable failing P2SH(P2WSH(P2WPKH)) tests 7 years ago
Daniel Cousens 74756ed597 TransactionBuilder: fix P2WPKH not using a P2PKH signScript for P2WPKH 7 years ago
Daniel Cousens 14d9636b6e testing/p2wsh: add missing test case coverage 7 years ago
Daniel Cousens 5481bde49c templates: rm unused nulldata code 7 years ago
Daniel Cousens de90fea0ac payments: rename p2data to embed 7 years ago
Daniel Cousens 44c13665c8 payments: add p2data 7 years ago
Daniel Cousens 7104bb412e tests/payments: add missing tests 7 years ago
Daniel Cousens 0d9619aeed payments/p2wpkh: fix exception messages 7 years ago
Daniel Cousens 35e0956ed9 payments/p2ms: add const to p2ms 7 years ago
Daniel Cousens a9090dc0cc templates: rm dead code 7 years ago
Daniel Cousens 0d0f1d0847 payments: rm dependence on address export 7 years ago
Daniel Cousens 6cacea6f31 rm templates export, rename to classify 7 years ago
Daniel Cousens 400be7114b use payments in TxBuilder 7 years ago
Daniel Cousens 1fba0c62a5 tests: add missing context information to Sighash V1 description 7 years ago
Daniel Cousens 47e5a0e179 witnessScriptHash: fix null decompile leading to errors -- TODO: add test 7 years ago
Daniel Cousens 38efc35fdf payments: dont always require output data 7 years ago
Daniel Cousens 6c957533d6 index: expose payments 7 years ago
Daniel Cousens f9a739e1db add payments p2ms, p2pk, p2pkh, p2sh, p2wpkh, p2wsh 7 years ago
Daniel Cousens a5db0a4e44 sed -i 's/ var / const /', with const->let fixes 7 years ago
Daniel Cousens 91b8823aa8 sed -i 's/^var /const /' 7 years ago
Daniel Cousens 93b1ae4303 sed -i 's/^let /const /' 7 years ago
Daniel Cousens 7592a6bcc2 script: rename isCanonicalSignature to isCanonicalScriptSignature 7 years ago
Daniel Cousens d934e543d8 rm Litecoin 7 years ago
Daniel Cousens 726e4c53b6 script: use ecc.isPoint for canonical public keys 7 years ago
Daniel Cousens 2fe220517f transition ECPair to properties over getters 7 years ago
Daniel Cousens fba0699dd3 rm ecdsa, add new ECPair using secp256k1 7 years ago
Daniel Cousens c2a5d9dc1a rm getAddress 7 years ago
Daniel Cousens 4aaf295cd5 fix standard 11 issues 7 years ago
Daniel Cousens 581f57ff6f script/tx: decompile returns maybe chunks 7 years ago
Daniel Cousens 6c4977983d ECPair/script_signature: switch to 64-byte RS buffers only 7 years ago
Daniel Cousens 884f3fd57d rm HDNode, use bip32 module 7 years ago
Daniel Cousens 90a73e195e use safe-buffer 7 years ago