Skip to content

Conversation

@reez
Copy link
Collaborator

@reez reez commented Jan 8, 2025

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:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

New Features:

  • I've added tests for the new feature
  • I've added docs for the new feature

Bugfixes:

  • This pull request breaks the existing API
  • I've added tests to reproduce the issue which are now passing
  • I'm linking the issue being fixed by this PR

@reez reez marked this pull request as ready for review January 8, 2025 14:53
@reez reez requested a review from thunderbiscuit January 8, 2025 14:53
Copy link
Member

@thunderbiscuit thunderbiscuit left a 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_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"] }
Copy link
Member

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.

Copy link
Collaborator Author

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_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" }
Copy link
Member

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!

@reez reez merged commit cdac6b4 into bitcoindevkit:master Jan 8, 2025
25 checks passed
@reez reez deleted the one-point branch January 8, 2025 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants