1229 Commits (267b0c5d00603f6ce6675b7b3d48889a8c1de237)

Author SHA1 Message Date
junderw 3db951fc64
Add p2pkh template 6 years ago
junderw 9da1c95f89
Add P2PK templates 6 years ago
junderw 2f32ea6bc9
OP_RETURN and Multisig templates 6 years ago
junderw 3b77caa4f1
Fixed script, script number and signature 6 years ago
junderw fce08352f5
Add TransactionBuilder 6 years ago
junderw 58a6b0e545
Convert ECPair 6 years ago
junderw a652d0492d
Added Transaction 6 years ago
junderw 2eb9534939
Move Block Class from ES6 PR 6 years ago
junderw 91d3037cf3
Fix some exports 6 years ago
junderw 037fbd8984
# This is a combination of 2 commits. 6 years ago
junderw b4d54af0fe
Remove AllowJS and get definitions 6 years ago
junderw d684a6b2ef
Fix compiler errors, tests, and scripts 6 years ago
junderw bb98289501
Renamed files to ts 6 years ago
junderw f860d467d6
Revert "Merge pull request #1086 from bitcoinjs/refactorTransaction" 6 years ago
junderw 7c0e02ad48
Fix Block to allow regtest target (easiest possible target) 6 years ago
junderw 44a98c0fa6
Add regtest network 6 years ago
junderw a88aa33348
Revert function hoisting removal 6 years ago
Daniel Cousens a976fba27b add network derivation from redeem.network 6 years ago
junderw 17c89fdc5e
Move Transaction to ES6 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