-
Notifications
You must be signed in to change notification settings - Fork 320
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
Replace bdk FeeRate with rust-bitcoin FeeRate #1136
Labels
Milestone
Comments
This is a duplicate of #1037, but since this is way better specified, I'm closing that one and leaving this open instead haha |
3 tasks
A small change but I think we should push to 2.0 milestone. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the enhancement
We should be able to replace the bdk
FeeRate
struct with theFeeRate
from rust-bitcoin since they serve the same purpose and it's less confusing to users to have only one version of the type. Any missing functions from the bdk::FeeRate should be upstreamed to rust-bitcoin or moved to a new bdk trait implemented on rust-bitcoin'sFeeRate
.Use case
All existing uses for bdk's
FeeRate
.Additional context
https://docs.rs/bitcoin/0.30.1/bitcoin/blockdata/fee_rate/struct.FeeRate.html
https://docs.rs/bdk/1.0.0-alpha.1/bdk/struct.FeeRate.html
The text was updated successfully, but these errors were encountered: