junderw
|
10fcf3d9e1
|
Remove private __byteLength from Transaction
|
5 years ago |
junderw
|
48bf08c0d3
|
Add weight and ability to get strippedsize
|
5 years ago |
junderw
|
2aa3926616
|
Fix Transaction Output type
Co-authored-by: longhoang.wkm <longhoang@wakumo.vn>
|
6 years ago |
junderw
|
34b0b525fc
|
Update @types/node and fix problems with types
|
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
|
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
|
a3bfee75b0
|
Fix method names for PSBT
|
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
|
ccab2652f9
|
Add sighash checks for signer
|
6 years ago |
junderw
|
01c7ac39b6
|
Add clone, addInputs, addOutputs
|
6 years ago |
junderw
|
b8c341dea0
|
Finalize should chain this as well.
|
6 years ago |
junderw
|
e4e5111376
|
Refactor: cache
|
6 years ago |
junderw
|
f66b568e4d
|
Add sign all inputs method
|
6 years ago |
junderw
|
d0d94c7f06
|
Add signature verify method
|
6 years ago |
junderw
|
8d52ce1668
|
Add some tests and an input duplicate checker
|
6 years ago |
junderw
|
93e1661c6c
|
Remove need for ts-ignore
|
6 years ago |
junderw
|
14eeb309df
|
Add fee checking before extract
|
6 years ago |
junderw
|
45bd5b4751
|
Check for signatures, add setSequence
|
6 years ago |
junderw
|
5b5daf84dd
|
Remove unnecessary extra Transaction Buffer parsing
|
6 years ago |
junderw
|
539c88596a
|
Add version and locktime setters
|
6 years ago |
junderw
|
f7e726a8eb
|
Add TX cache and addInput addOutput
|
6 years ago |
junderw
|
2b8e8001bc
|
Support Addresses for outputs
|
6 years ago |
junderw
|
77dde89acc
|
Add async signing method
|
6 years ago |
junderw
|
813b84f91f
|
Finalize and extract done
|
6 years ago |
junderw
|
f72c915ff1
|
Start towards finalizing inputs
|
6 years ago |
Luke Childs
|
6ed635d7b4
|
Flesh out signInput interface
|
6 years ago |
Luke Childs
|
6a5e395ebd
|
Extend BIP174 PSBT base class
|
6 years ago |
junderw
|
691e4d15d1
|
Create Signer interface and use it
|
6 years ago |
junderw
|
053d282e9d
|
Add stricter Signer interface check
|
6 years ago |
junderw
|
969b3a5e18
|
Fix tests to use new sign method
|
6 years ago |
junderw
|
17f5f35569
|
Migrate to stricter type checks during sign
|
6 years ago |
junderw
|
c6c59c7c68
|
Expose more interfaces to top level
|
6 years ago |
junderw
|
1c75c02038
|
Fix publicKey type on ECPairInterface
|
6 years ago |
jolestar
|
67aa87e28d
|
fix bug:ECPair.verify should return boolean
fECPair.verify should return boolean, and js implements indeed return boolean.
|
6 years ago |
junderw
|
352e9ef0a3
|
Add low R signing to TransactionBuilder
|
6 years ago |
junderw
|
ccd439b805
|
Modify interface
|
6 years ago |
junderw
|
3b402d00c6
|
Add low R grinding option
|
6 years ago |
junderw
|
329809fa4a
|
Fix address.*OutputScript and ECPairOptions rng
|
6 years ago |
junderw
|
d951423a35
|
Fix TransactionBuilder types
|
6 years ago |