-
Notifications
You must be signed in to change notification settings - Fork 45
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
deps: bump bdk to 1.0.0 #647
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 93edca7.
Maybe one little change if you agree with it, otherwise it's good to go either way.
bdk-ffi/Cargo.toml
Outdated
bdk_core = { version = "0.4.0" } | ||
bdk_esplora = { version = "0.20.0", default-features = false, features = ["std", "blocking", "blocking-https-rustls"] } | ||
bdk_electrum = { version = "0.20.0", default-features = false, features = ["use-rustls-ring"] } | ||
bdk_wallet = { version = "=1.0.0", features = ["all-keys", "keys-bip39", "rusqlite"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should be able to remove the =
sign here and let cargo do its thing since new feature versions should not introduce breaking changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated to remove the =
bdk_wallet = { version = "=1.0.0", features = ["all-keys", "keys-bip39", "rusqlite"] } | ||
bdk_core = { version = "0.4.1" } | ||
bdk_esplora = { version = "0.20.1", default-features = false, features = ["std", "blocking", "blocking-https-rustls"] } | ||
bdk_electrum = { version = "0.20.1", default-features = false, features = ["use-rustls-ring"] } | ||
bitcoin-ffi = { git = "https://github.com/bitcoindevkit/bitcoin-ffi", tag = "v0.1.2" } | ||
|
||
uniffi = { version = "=0.28.0" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't do that for uniffi though!
Description
Bump to 1.0.0
Reworded next_unused_address docstring
Notes to the reviewers
Basically just updating deps, double checking from this PR
Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
Bugfixes: