1292 Commits (2f1609b9189d877810a80d40a4c8e6653f440434)

Author SHA1 Message Date
junderw 572fd159b0
Added TypeScript standard linter to tests 6 years ago
junderw e58d012615
Remove safe-buffer and add type to bitcoin-ops 6 years ago
junderw 912d6d41be
Fix some small bugs 6 years ago
junderw 3124e50e52
TypeScript hates Buffer.prototype.reverse, so fixed it. 6 years ago
junderw c17cdce348
Move all imports to modules where possible 6 years ago
junderw 9955c3c082
Add strictPropertyInitialization 6 years ago
junderw fdf0006fde
Add strictNullChecks 6 years ago
junderw 4cddc83016
noImplicitAny is now true 6 years ago
junderw 867f4b59f9
Add payments 6 years ago
junderw 5c34b4ce22
Add Witness Commitment 6 years ago
junderw 604072ffad
Add P2SH 6 years ago
junderw 528dff01c1
Add P2WSH 6 years ago
junderw c488001b82
Add P2WPKH 6 years ago
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 7 years ago
Daniel Cousens d232545ac8 rename MULTISIG to P2MS 7 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 7 years ago
JP Richardson 09b2475117
remove superfluous package.json file in payments/ 7 years ago
junderw 24d541d0ed
Fix default assignment of validate key for payments 7 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