155 Commits (psbt-tx-getters)

Author SHA1 Message Date
Luke Childs fde6025480 Remove script from txInputs 5 years ago
Luke Childs 2d4a3b9354 Don't expose witness on Psbt.txInputs 5 years ago
Luke Childs e7345d5446 {in,out}puts => tx{In,Out}puts 5 years ago
Luke Childs 6c616bff78 Add address to output data 5 years ago
Luke Childs 58cdb3a362 Add setters for version and locktime 5 years ago
Luke Childs c9b2964546 Remove extra return statement 5 years ago
Luke Childs c68986231c Improve property names 5 years ago
Luke Childs f7034350e9 Clone transaction data more efficiently 5 years ago
Luke Childs 854c601342 Add getters for Psbt.{txVersion,txLocktime,txInputs,txOutputs} 5 years ago
junderw 5679a4b455
Check write/read Slice out of bounds 5 years ago
junderw 717166e668
Fix comment 5 years ago
junderw c8fdfae955
Add BufferReader tests 5 years ago
junderw 06674b19fe
Add BufferReader to Transaction and fix tests 5 years ago
junderw 91e6c8abc3
Move to bufferutils and add BufferReader 5 years ago
Otto Allmendinger cec5fb5357
Extract BufferWriter class 5 years ago
Jonathan Underwood ad7577c4e2
Update ts_src/psbt.ts 5 years ago
junderw 10fcf3d9e1
Remove private __byteLength from Transaction 5 years ago
junderw e10324f850
PSBT Bugfix for multiple of same pubkey in p2ms 5 years ago
junderw 48bf08c0d3
Add weight and ability to get strippedsize 5 years ago
junderw 22d5831b9b
Remove Output casts from Transaction class 5 years ago
junderw 2aa3926616
Fix Transaction Output type 5 years ago
junderw 4b5a519bfe
Use single func instead of 3 6 years ago
junderw 22682fc2c3
Allow custom implementations of finalizers 6 years ago
junderw 7ef3fe4996
Add sanity check for arguments 6 years ago
junderw 6c08a0be40
Move tests to TypeScript (coverage is still JS based) 6 years ago
junderw d2d368b8cd
Fix PsbtOutputExtended address support 6 years ago
junderw 14d10c74a5
Remove VSize, can get from Transaction 6 years ago
junderw 139197e545
Add getFee and getVSize 6 years ago
junderw bf45f3638b
WIP: Allow nonWitnessUtxo with segwit 6 years ago
junderw 139567d6c5
Fix addInput and addOuput for Psbt 6 years ago
junderw dfda8c5ef3
Fix Signer interface 6 years ago
junderw 1605f99e17
Move lowR to public writable attribute 6 years ago
junderw 06b38a7d83
Refactor: add function getPsigsFromInputFinalScripts 6 years ago
junderw e4844828de
Check signatures for finalized inputs too 6 years ago
junderw a3bfee75b0
Fix method names for PSBT 6 years ago
junderw 6e447b1f1b
Refactor: Create cache in constructor 6 years ago
junderw d05806fe69
Update README, add deprecation warning 6 years ago
junderw e19bc58b30
Rename methods 6 years ago
junderw 4366b621d7
Add HD signer methods 6 years ago
junderw 1326e0cc42
Remove the cached buffer getter 6 years ago
junderw 19a33f7da8
Add comments and remove fromTransaction 6 years ago
junderw 71ddd656a3
Modify for new BIP174 interface system 6 years ago
junderw 1feef9569c
Composition over inheritance 6 years ago
junderw c403757ce8
Add name attribute to Payments 6 years ago
junderw 2f1609b918
Fix: P2WPKH was signing with nonWitnessUtxo 6 years ago
junderw ccab2652f9
Add sighash checks for signer 6 years ago
junderw fa897cf78e
Check signatures for sighash type before finalize 6 years ago
junderw 01c7ac39b6
Add clone, addInputs, addOutputs 6 years ago
junderw b8c341dea0
Finalize should chain this as well. 6 years ago
junderw ba33f0317f
Add check for spending more than you have 6 years ago