You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We switched to secp256k1's fork that introduces musig2 bindings. It is however, conflicts with the current dependencies (#405). A PR (rust-bitcoin/rust-bitcoin#3913) has been opened to solve this issue.
It is important to note that when rust-bitcoin/rust-bitcoin#3913 is merged, we still won't be able to upgrade due to incompatibility with rust-bitcoin = "0.33.0".
I've further tested out backporting the upgrade to rust-bitcoin = "0.32.5", but there is still more work required due to other dependencies that use musig2 (which transitively uses secp256k1 = "0.29").
This task may have more steps than outlined above due to similar circumstances as above.
I'm removing this task from the milestone due to the indefinite nature of this task.
Issue Description
We switched to secp256k1's fork that introduces musig2 bindings. It is however, conflicts with the current dependencies (#405). A PR (rust-bitcoin/rust-bitcoin#3913) has been opened to solve this issue.
Tasks
Parts of the task:
rust-bitcoincore-rpc
to new versionsCargo.toml
with the new versionsDeadline of the Issue
indefinite
The text was updated successfully, but these errors were encountered: