This commit is contained in:
junderw 2020-05-21 13:09:06 +09:00
parent c2d8d19c61
commit bb89297919
No known key found for this signature in database
GPG key ID: B256185D3A971908
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
# 5.1.8
__fixed__
- Throw errors when p2wsh or p2wpkh contain uncompressed pubkeys (#1573)
__added__
- Add txInputs and txOutputs for Psbt (#1561)
__changed__
- (Not exposed) Added BufferWriter to help ease maintenance of certain forks of this library (#1533)
# 5.1.7 # 5.1.7
__fixed__ __fixed__
- Fixed Transaction class Output interface typing for TypeScript (#1506) - Fixed Transaction class Output interface typing for TypeScript (#1506)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "bitcoinjs-lib", "name": "bitcoinjs-lib",
"version": "5.1.7", "version": "5.1.8",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "bitcoinjs-lib", "name": "bitcoinjs-lib",
"version": "5.1.7", "version": "5.1.8",
"description": "Client-side Bitcoin JavaScript library", "description": "Client-side Bitcoin JavaScript library",
"main": "./src/index.js", "main": "./src/index.js",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",