Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust-bitcoin version we use does not provide methods to get sigops from Script #1457

Open
GitGab19 opened this issue Feb 5, 2025 · 0 comments · May be fixed by #1487
Open

rust-bitcoin version we use does not provide methods to get sigops from Script #1457

GitGab19 opened this issue Feb 5, 2025 · 0 comments · May be fixed by #1487
Assignees
Milestone

Comments

@GitGab19
Copy link
Collaborator

GitGab19 commented Feb 5, 2025

We are currently using version 0.29.1 of rust-bitcoin crate.

Methods to compute sigops from Script were introduced in their 0.31.0 release: https://github.com/rust-bitcoin/rust-bitcoin/blob/master/bitcoin/CHANGELOG.md#0310---2023-10-18.

We need to bump our imported version to get those methods.

@GitGab19 GitGab19 self-assigned this Feb 5, 2025
@GitGab19 GitGab19 linked a pull request Feb 17, 2025 that will close this issue
@GitGab19 GitGab19 added this to the 1.3.0 milestone Feb 17, 2025
@GitGab19 GitGab19 moved this from Todo 📝 to Ready For Review 🔍 in SV2 Roadmap 🛣️ Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready For Review 🔍
Development

Successfully merging a pull request may close this issue.

1 participant