Skip to content

Commit

Permalink
Update dependencies and bump version to 2.2.0
Browse files Browse the repository at this point in the history
- Bumped versions of `@bitcoinerlab/miniscript` and `@bitcoinerlab/secp256k1` in package.json and package-lock.json.
- Bump to version 2.2.0 since prev commit alters default behavior from previous versions.

This update ensures transactions using relative timelocks correctly opt into RBF, providing flexibility for transaction fee adjustments while ensuring compatibility with relative timelocks.
  • Loading branch information
landabaso committed Jul 4, 2024
1 parent ad9a7fd commit 9ae22d3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bitcoinerlab/descriptors",
"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.",
"homepage": "https://github.com/bitcoinerlab/descriptors",
"version": "2.1.0",
"version": "2.2.0",
"author": "Jose-Luis Landabaso",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -67,8 +67,8 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@bitcoinerlab/miniscript": "^1.2.1",
"@bitcoinerlab/secp256k1": "^1.0.5",
"@bitcoinerlab/miniscript": "^1.4.0",
"@bitcoinerlab/secp256k1": "^1.1.1",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.3",
"ecpair": "^2.1.0",
Expand Down

0 comments on commit 9ae22d3

Please sign in to comment.