Commit graph

2859 commits

Author SHA1 Message Date
dependabot[bot] 397ef6d23a
Bump y18n from 4.0.0 to 4.0.3
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-29 07:41:11 +00:00
Jonathan Underwood 239711bf4e
Merge pull request #1676 from andrewtoth/bech32m
Support BIP350 bech32m address serialization and future segwit versions
2021-02-19 21:05:28 +09:00
Jonathan Underwood ef9f80906c
Update main_ci.yml 2021-02-19 21:03:58 +09:00
Jonathan Underwood 576e4e2ac9
Merge pull request #1679 from bitcoinjs/fixActions-1
Update main_ci.yml
2021-02-19 21:02:43 +09:00
Jonathan Underwood c7b3506f48
Update main_ci.yml 2021-02-19 21:00:57 +09:00
Andrew Toth a75f32f7f9 Update test fixtures for bech32m address de/serialization 2021-02-16 16:48:18 -05:00
Andrew Toth 2f7c83b286 Support address de/serialization from/to future bech32m outputs 2021-02-16 16:48:05 -05:00
Andrew Toth 40e73b4898 Bump bech32 to v2.0.0 2021-02-15 14:47:17 -05:00
Jonathan Underwood 9267387206
Merge pull request #1656 from bitcoincoretech/issue_1470b
#1470 Bring over TransactionInput & TransactionOutputfrom BIP174; update tiny-secp256k1 to v1.1.5
2021-02-04 14:10:28 +09:00
Jonathan Underwood 1368b82be2
Merge pull request #1669 from bitcoincoretech/issue_1654
#1654 add link to Web UI in README
2021-02-04 14:09:03 +09:00
Jonathan Underwood 950e4717a0
Merge pull request #1671 from bitcoinjs/feature/githubActions
Use Github Actions for CI
2021-02-04 12:03:02 +09:00
junderw f5217e3acb
Use Github Actions for CI 2021-02-04 11:52:49 +09:00
Vlad Stan 34412d3e62 #1654 add link to Web UI in README 2021-02-01 12:28:54 +02:00
Vlad Stan 14cfb55884 #1470 update tiny-secp256k1 to v1.1.6 2020-12-02 11:40:29 +02:00
Vlad Stan c0c9760ed2 #1470 update tiny-secp256k1 from 1.1.1 to 1.1.5; 2020-11-27 10:00:51 +02:00
Vlad Stan 6661e3d5c4 #1470 Bring over TransactionInput & TransactionOutputfrom BIP174 2020-11-26 19:23:01 +02:00
Jonathan Underwood 533d6c2e6d
Merge pull request #1627 from bitcoincoretech/issue_4d
Issue 4d
2020-10-01 22:23:08 +09:00
Vlad Stan 7d3bc8ffbc #5 remove redeem script name 2020-10-01 15:12:54 +03:00
Vlad Stan e80dc8d347 #4 check name field for equate() 2020-10-01 15:12:06 +03:00
Vlad Stan 09a0eb9779 #4 do not add empty redeem script name 2020-10-01 15:10:49 +03:00
Jonathan Underwood f1d04cec00
Merge pull request #1563 from bitcoinjs/addPsbtMethods
Add PSBT methods
2020-09-12 00:53:13 +09:00
junderw 7aaef308e0
5.2.0 2020-09-12 00:49:05 +09:00
junderw 5e3442b74b
Fix txOutputs 2020-09-12 00:35:57 +09:00
junderw 3a54c73817
Update bip174 dep 2020-09-12 00:19:21 +09:00
junderw 17c47e9102
Merge branch 'master' into addPsbtMethods 2020-09-12 00:18:37 +09:00
Jonathan Underwood cd4577432f
Merge pull request #1617 from bitcoincoretech/issue_1
Add more unit tests, improve test coverage
2020-09-09 07:23:14 +09:00
Vlad Stan bae1d36244 add test for "Signature mismatch" 2020-09-07 13:49:10 +03:00
Vlad Stan c63721ca8f Add tests for the exceptions: 'Input and witness provided' and 'Non push-only scriptSig' 2020-09-07 10:56:06 +03:00
Vlad Stan b77b1a0653 add unit tests for three uncovered cases 2020-09-02 11:16:43 +03:00
Vlad Stan 970b554896 improve test name - show actual value for UINT31_MAX 2020-09-02 11:15:11 +03:00
Vlad Stan 0148d40f88 add unit tests for UInt31 and BIP32Path 2020-09-02 10:08:31 +03:00
Vlad Stan ec17b06bde cover 'fromBech32(address)' throwing exception & bad 'decodeBech32.data.length' 2020-09-01 15:45:34 +03:00
Vlad Stan 883d021117 cover the case when some chunks are "minimalOP" 2020-09-01 14:58:43 +03:00
Vlad Stan bc9b5abb7c Throw Error if no private key found when calling toWIF() 2020-08-31 17:09:08 +03:00
Vlad Stan 62bb17b045 Separate readUInt64LE fixtures from writeUInt64LE; add two more tests: "n < 0" & "0 < n < 1" 2020-08-31 15:57:09 +03:00
Jonathan Underwood 68fb3cdb11
Merge pull request #1608 from bitcoinjs/fixVuln
Fix vulns from npm audit
2020-07-30 18:48:58 +09:00
junderw e7ef9715d1
Fix vulns from npm audit 2020-07-30 18:33:48 +09:00
Jonathan Underwood 7622c58365
Merge pull request #1575 from bitcoinjs/fixTestSortPubkey
Actually sort pubkeys in test
2020-06-01 16:14:53 +09:00
Jonathan Underwood 3520985e6c
Merge pull request #1585 from bitcoinjs/bumpnewver
Bump to version 5.1.10
2020-06-01 16:11:59 +09:00
junderw 91bb1e91ae
5.1.10 2020-06-01 15:59:06 +09:00
junderw 0fb04aefa1
Update CHANGELOG 2020-06-01 15:59:01 +09:00
Jonathan Underwood 0a80584881
Merge pull request #1582 from bitcoinjs/psbt-signInputAsync-fix
Fix signInputAsync when SignerAsync rejects
2020-06-01 15:55:14 +09:00
junderw 65d7603cf7
Fix signInputAsync when SignerAsync rejects
Co-authored-by: Zhang Zengbo <zengbo.zhang@gmail.com>
2020-06-01 15:40:28 +09:00
Jonathan Underwood 9e2a8fe45a
Merge pull request #1578 from bitcoinjs/psbt-nonstandard-output-fix
Handle non-standard output types in Psbt.txOutputs
2020-05-29 16:10:05 +09:00
junderw afba17ee5d
5.1.9 2020-05-29 16:05:35 +09:00
Luke Childs 48967652ca
Handle non-standard output types in Psbt.txOutputs 2020-05-29 16:05:27 +09:00
junderw c0718a9f7c
Actually sort pubkeys in test 2020-05-22 08:14:30 +09:00
Jonathan Underwood 85ee2a3c5d
Merge pull request #1573 from bitcoinjs/fixSegwitPayments
Throw errors when p2wsh or p2wpkh contain uncompressed pubkeys.
2020-05-21 13:17:10 +09:00
junderw bb89297919
5.1.8 2020-05-21 13:09:06 +09:00
junderw c2d8d19c61
Simplify chunkHasUncompressedPubkey and remove lazy load of output script 2020-05-21 12:54:49 +09:00