Skip to content

Commit

Permalink
Update @bitcoinerlab/secp256k1 from version 1.0.2 to 1.0.5, `bi…
Browse files Browse the repository at this point in the history
…p32` from `3.1.0` to `4.0.0`, and `bitcoinjs-lib` from `6.1.0` to `6.1.3`. There are no breaking changes.
  • Loading branch information
landabaso committed Jul 14, 2023
1 parent 92be669 commit 2a97b62
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 60 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2023-07-14

### Changed
- Updated `@bitcoinerlab/secp256k1` from version `1.0.2` to `1.0.5`, `bip32` from `3.1.0` to `4.0.0`, and `bitcoinjs-lib` from `6.1.0` to `6.1.3`. There are no breaking changes.
- Started using `noble-hashes` instead of `create-hash`, `pbkdf2`, and `randombytes`. This change was made to improve the maintainability of the library.

## [1.0.0] - 2023-07-14

### Changed
Expand Down
160 changes: 108 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bitcoinerlab/descriptors",
"homepage": "https://github.com/bitcoinerlab/descriptors",
"version": "1.0.0",
"version": "1.0.1",
"description": "This library parses and creates Bitcoin Miniscript Descriptors and generates Partially Signed Bitcoin Transactions (PSBTs). It provides PSBT finalizers and signers for single-signature, BIP32 and Hardware Wallets.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -52,13 +52,6 @@
"files": [
"dist"
],
"dependencies": {
"@bitcoinerlab/miniscript": "^1.2.1",
"@bitcoinerlab/secp256k1": "^1.0.2",
"bip32": "^3.1.0",
"bitcoinjs-lib": "^6.1.0",
"ecpair": "^2.1.0"
},
"peerDependencies": {
"ledger-bitcoin": "^0.2.2"
},
Expand Down Expand Up @@ -89,5 +82,12 @@
"regtest-client": "^0.2.0",
"ts-node-dev": "^2.0.0",
"typescript": "5.0"
},
"dependencies": {
"@bitcoinerlab/miniscript": "^1.2.1",
"@bitcoinerlab/secp256k1": "^1.0.5",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.3",
"ecpair": "^2.1.0"
}
}

0 comments on commit 2a97b62

Please sign in to comment.