1292 Commits (2f1609b9189d877810a80d40a4c8e6653f440434)

Author SHA1 Message Date
Luke Childs 6ed635d7b4 Flesh out signInput interface 6 years ago
Luke Childs 6a5e395ebd Extend BIP174 PSBT base class 6 years ago
junderw 1b39d9caf4
Make errors clearer and increase coverage 6 years ago
junderw 691e4d15d1
Create Signer interface and use it 6 years ago
junderw 1cc7205e9c
Remove @ts-ignore 6 years ago
junderw d814c21466
Condense sign parts work directly 6 years ago
junderw 84d5e67e38
Use for loop instead of some to allow for future await usage 6 years ago
junderw ee3150d7c7
Refactor sign for clarity 6 years ago
junderw 7c454e5f44
TIL: destructuring objects without let or const is a thing 6 years ago
junderw 2e4c9f6b7a
Remove checks to outer function 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 e28e04427e
Use Prettier to make JS easier to read/audit 6 years ago
junderw 352e9ef0a3
Add low R signing to TransactionBuilder 6 years ago
junderw 3b402d00c6
Add low R grinding option 6 years ago
junderw 335ed99a1c
Fix error for lack of rmd160 in Electron v4 6 years ago
junderw 74375bfedf
Fix class constructors 6 years ago
junderw 0426c66389
Remove prepare script and checkMerkleRoot method on Block 6 years ago
junderw 7fb859b1f7
Fix lint types.ts 6 years ago
junderw 08c4d6ac7d
Fix lint for templates 6 years ago
junderw 512b03e284
Fix lint transaction_builder.ts 6 years ago
junderw e6ea0389a2
Fix lint for transaction.ts 6 years ago
junderw 94f3348519
Fix lint for script_number.ts script_signature.ts 6 years ago
junderw c2c650812e
Fix lint script.ts 6 years ago
junderw f058140ea8
Fix lint payments p2wsh 6 years ago
junderw 3ddb88168d
Fix lint payments p2wpkh 6 years ago
junderw fe62e13023
Fix lint payments p2sh 6 years ago
junderw db0e3f1203
Fix lint payments p2pkh 6 years ago
junderw 8d5d78431c
Fix P2PK payment lint 6 years ago
junderw 4054f3ae87
Fix lint for p2ms payment 6 years ago
junderw db937f8110
Fix lazy.ts in payments lint 6 years ago
junderw 389ec8cb33
Fix embed.ts and index.ts for payments lint 6 years ago
junderw 3f34fe457a
Fix index.ts networks.ts lint 6 years ago
junderw 6a734aef4c
Fix lint for ecpair.ts 6 years ago
junderw cb5ab7684e
Fix classify.ts lint 6 years ago
junderw 51d078cbce
Fix block.ts lint 6 years ago
junderw d9cba6f176
Fixed address.ts lint 6 years ago
junderw ee60862df6
Add JS for prettier glob fix 6 years ago
junderw 0729fde36f
Remove eslint comments. 6 years ago
d-yokoi 0ad8fbc6ba
style: add build output after applying prettier 6 years ago
junderw 4c6ea80459
Check for segwit block with no witness commit 6 years ago
junderw e52abecee2
Move to checkTxRoots and warn checkMerkleRoot deprecation 6 years ago
junderw 1732bafbc1
Update TypeScript to use ! instead of casting 6 years ago
junderw bc28949056
Commit js, ts, and definitions in separate folders 6 years ago
junderw e7ac2b9a4e
pull in bip32 typescript 6 years ago
junderw 63d51d1da7
Export some types and interfaces 6 years ago
junderw b8c2e9e339
Change ECPair to be compatible with payment({pubkey:ecpair.publicKey}) 6 years ago
junderw 35adaa8471
Add test from bugfix, also remove unnecessary arg 6 years ago
junderw f8427274cc
Add a few type aliases to TransactionBuilder 6 years ago