Luke Childs
|
eb6d40bb18
|
Add inputCount getter
|
6 years ago |
Luke Childs
|
63080c48c7
|
Remove uneeded test fixture for Transaction class
We just added this to test Transaction.toPsbt() which we've now moved to TransactionBuilder
|
6 years ago |
Luke Childs
|
483c144cff
|
Fix JSON formatting
|
6 years ago |
Luke Childs
|
cd84ab90e4
|
Move toPsbtString() to TransactionBuilderV2 not Transaction
|
6 years ago |
Luke Childs
|
ba40c1e02c
|
Don't extend TransactionBuilderV2 from TransactionBuilder
|
6 years ago |
Luke Childs
|
cb42000841
|
Move new method over to TransactionBuilderV2
|
6 years ago |
Luke Childs
|
d5d0f63083
|
Use Base64 strings for PSBT serialisation
|
6 years ago |
Luke Childs
|
0278ba32ff
|
Rebuild source with TODO comments
|
6 years ago |
Luke Childs
|
100c8d33a5
|
Ignore tslint max line length for comment URL
|
6 years ago |
Luke Childs
|
aa01475316
|
Add TODO to check the empty buffer behaviour
|
6 years ago |
Luke Childs
|
dd3141237d
|
Add TODO comment about storing imported PSBT reference
|
6 years ago |
Luke Childs
|
0626fc3d34
|
Fix test formatting
|
6 years ago |
Luke Childs
|
de46b941b6
|
Comment out fromPsbt() => toPsbt() tests for now. They won't work until we get sigs working
|
6 years ago |
Luke Childs
|
2a482bdbf4
|
Test there is no data loss when going from fromPsbt() => toPsbt()
|
6 years ago |
Luke Childs
|
24040f49b2
|
Test there is no data loss when going from toPsbt() => fromPsbt()
|
6 years ago |
Luke Childs
|
92ad8212ab
|
Add basic tests for Transaction.toPsbt()
|
6 years ago |
Luke Childs
|
a491ce6bc6
|
Add toPsbt() method to Transaction class
|
6 years ago |
Luke Childs
|
a0dc8b87ae
|
Add more test vectors from BIP174 tests
|
6 years ago |
Luke Childs
|
582df7463a
|
Build transction from unsigned PSBT transaction and then add input script / witness data
|
6 years ago |
Luke Childs
|
adeceee261
|
Add failing PSBT test
We can't call extractTransaction() on a PSBT without signatures
|
6 years ago |
Luke Childs
|
59415cd4f3
|
Add basic test for fromPsbt
|
6 years ago |
Luke Childs
|
aaa7a5a273
|
Use shorthand GitHub resolution in package.json
|
6 years ago |
Luke Childs
|
06a749fc3e
|
Update bip174 package so we can import as ES module
We weren't exposing the type definitions before
|
6 years ago |
Luke Childs
|
e819d0cf17
|
Add fromPsbt method to TransactionBuilder
|
6 years ago |
Luke Childs
|
53b25f7c70
|
Add bip174 dependency from GitHub PR branch
|
6 years ago |
Jonathan Underwood
|
b3def6b400
|
Merge pull request #1404 from bitcoinjs/fixExports
Expose more interfaces to top level
|
6 years ago |
junderw
|
73b6f55850
|
5.0.5
|
6 years ago |
junderw
|
c6c59c7c68
|
Expose more interfaces to top level
|
6 years ago |
Jonathan Underwood
|
f9f4707b34
|
Merge pull request #1402 from bitcoinjs/bump504
5.0.4
|
6 years ago |
Jonathan Underwood
|
be942f07a3
|
Merge pull request #1401 from bitcoinjs/fixRimraf
Fix rimraf to delete types folder as well
|
6 years ago |
Jonathan Underwood
|
f2ce2ba88f
|
Merge pull request #1400 from bitcoinjs/updateChangelog
Update changelog
|
6 years ago |
Jonathan Underwood
|
6808dc69a2
|
Merge pull request #1185 from bitcoinjs/addComplexScript
Add complex script example in integration tests.
|
6 years ago |
junderw
|
119e8397f9
|
5.0.4
|
6 years ago |
junderw
|
dfd25045ef
|
Fix rimraf to delete types folder as well
|
6 years ago |
junderw
|
0b37eaa19b
|
Update changelog
|
6 years ago |
junderw
|
3145d3f9ec
|
Fix comments
|
6 years ago |
junderw
|
267b0c5d00
|
Easier var names
|
6 years ago |
junderw
|
9f96fd097b
|
Merge branch 'master' into addComplexScript
|
6 years ago |
Jonathan Underwood
|
94872f9bfe
|
Merge pull request #1387 from bitcoinjs/trimSpace
Use Prettier to make JS easier to read/audit
|
6 years ago |
junderw
|
9aa2842123
|
Merge branch 'master' into trimSpace
|
6 years ago |
Jonathan Underwood
|
39bd08002b
|
Merge pull request #1385 from bitcoinjs/lowR
Add low R value signing as option to ECPair.sign
|
6 years ago |
junderw
|
04b1f50a2f
|
Add js format check to CI
|
6 years ago |
junderw
|
4d9c1b81bd
|
Update packages npm audit
|
6 years ago |
Jonathan Underwood
|
cbc189ca8d
|
Merge pull request #1397 from bitcoinjs/fixECPair
Fix publicKey type on ECPairInterface
|
6 years ago |
junderw
|
41d88f8baf
|
Merge branch 'master' into trimSpace
|
6 years ago |
junderw
|
6c3e30e948
|
Merge branch 'master' into lowR
|
6 years ago |
Jonathan Underwood
|
88cfdcc0f1
|
Merge pull request #1398 from agentofuser/node-12
Support node 12
|
6 years ago |
Agent of User
|
5a381ba582
|
Bump tiny-secp256k1 to version supporting node 12
|
6 years ago |
junderw
|
1c75c02038
|
Fix publicKey type on ECPairInterface
|
6 years ago |
Jonathan Underwood
|
ea4fd58e87
|
Merge pull request #1396 from lukechilds/clean-before-build
Remove source files before rebuilding
|
6 years ago |