LayerTwo-Labs / bip300301_enforcer

CUSF software enforcing BIP300 and BIP301 rules.
1 stars 4 forks source link

Only use one version of the `bitcoin` rust library #45

Open nchashch opened 2 weeks ago

nchashch commented 2 weeks ago

Right now there are two versions one from the bdk crate and another imported directly.

This is mentioned in #38

We're using two different version of rust-bitcoin throughout the project. One from bitcoin, and one re-exported from bdk. This leads to a bit wrangling back and forth to get the compiler to be happy. Would be very nice to converge on only one of these versions.

nchashch commented 2 weeks ago

This might not be feasible:

https://github.com/LayerTwo-Labs/bip300301_enforcer/pull/38#issuecomment-2412929310