Skip to content

Commit 9b2453f

Browse files
committed
Merge #86: Update miniscript version to 6.1.0
e2743d1 Update miniscript version to 6.1.0 (Steve Myers) Pull request description: ### Description Did a `cargo update` to update `miniscript` dependency in Cargo.lock to `6.1.0` and fix related audit issue. ```text Crate: miniscript Version: 6.0.1 Warning: yanked Dependency tree: miniscript 6.0.1 └── bdk 0.17.0 ├── bdk-reserves 0.17.0 │ └── bdk-cli 0.5.0 └── bdk-cli 0.5.0 ``` ### Notes to the reviewers There is still one audit issue that I can't figure out how to fix, I created #85 to track it. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing #### New Features: * [ ] I've added tests for the new feature * [ ] I've added docs for the new feature * [ ] I've updated `CHANGELOG.md` #### Bugfixes: * [ ] This pull request breaks the existing API * [ ] I've added tests to reproduce the issue which are now passing * [ ] I'm linking the issue being fixed by this PR ACKs for top commit: rajarshimaitra: tACK e2743d1 Tree-SHA512: 0fd9bc7a29faef4477b011d9a9a882f74e7ba70a89b7634742785ebec1933a381d766772922a7c5c76c0460e2c2882c5cc23ff1c66a4edb7d315bcf4890a86ae
2 parents 8d14cf5 + e2743d1 commit 9b2453f

File tree

2 files changed

+55
-56
lines changed

2 files changed

+55
-56
lines changed

Cargo.lock

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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ mod test {
20812081
let descriptor = result_obj.get("descriptor").unwrap().as_str().unwrap();
20822082
assert_eq!(
20832083
&descriptor,
2084-
&"sh(wsh(thresh(3,pk(Alice),s:pk(Bob),s:pk(Carol),sdv:older(2))))#l4qaawgv"
2084+
&"sh(wsh(thresh(3,pk(Alice),s:pk(Bob),s:pk(Carol),snl:older(2))))#rmef3s78"
20852085
);
20862086
}
20872087

0 commit comments

Comments
 (0)