Skip to content

Commit 483b987

Browse files
feat: bump miniscript crate to 12.3.4
Co-authored-by: llm-git <[email protected]> Issue: BTC-2650
1 parent 3f3646e commit 483b987

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

packages/wasm-utxo/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wasm-utxo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99
[dependencies]
1010
wasm-bindgen = "0.2"
1111
js-sys = "0.3"
12-
miniscript = { git = "https://github.com/BitGo/rust-miniscript", branch = "opdrop" }
12+
miniscript = { git = "https://github.com/BitGo/rust-miniscript", tag = "miniscript-12.3.4-opdrop" }
1313

1414
[dev-dependencies]
1515
base64 = "0.22.1"

packages/wasm-utxo/test/opdrop.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ function getDescriptorOpDropP2ms(locktime: number, keys: utxolib.BIP32Interface[
1313
}
1414

1515
describe("CLV with OP_DROP", function () {
16-
// OP_DROP enabled in this branch
17-
// return;
18-
1916
const locktime = 1024;
2017
const descriptor = Descriptor.fromString(
2118
getDescriptorOpDropP2ms(locktime, rootWalletKeys.triple),

0 commit comments

Comments
 (0)