-
Notifications
You must be signed in to change notification settings - Fork 41
chore(deps): bump bdk-chain
to 0.23.1
#292
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
Merged
oleonardolima
merged 1 commit into
bitcoindevkit:master
from
oleonardolima:chore/bump-bdk-to-0.23.1
Aug 6, 2025
Merged
chore(deps): bump bdk-chain
to 0.23.1
#292
oleonardolima
merged 1 commit into
bitcoindevkit:master
from
oleonardolima:chore/bump-bdk-to-0.23.1
Aug 6, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a38f847
to
f6bbb19
Compare
Pull Request Test Coverage Report for Build 16784629949Details
💛 - Coveralls |
ValuedMammal
reviewed
Aug 6, 2025
- updates the `bdk-chain` to `0.23.1` in `bdk_wallet`. - updates the `esplora`, `electrum` and `bitcoind_rpc` to latest version. - fix `test_spend_coinbase` by applying tx without a last_seen as it's a coinbase tx.
f6bbb19
to
06acb13
Compare
ValuedMammal
approved these changes
Aug 6, 2025
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 06acb13
oleonardolima
added a commit
that referenced
this pull request
Aug 6, 2025
397500e chore(release): update to `2.1.0` (Leonardo Lima) Pull request description: fixes #286 ; depends on #292 ### Description - updates the version to `2.1.0` - updates the `CHANGELOG.md` ### Notes to the reviewers ### Changelog notice ```md - update the bdk_wallet version to `2.1.0` ``` ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `just p` before pushing ACKs for top commit: ValuedMammal: ACK 397500e Tree-SHA512: c8c6e28857a1a4b7ce9428ade728ed5601cb93f993ffb44a4f7568acbd3dbfdea8fe6ec4e4f6cb2cbf3cafb328e6f47e8ef2b7044aaa8499071a2d58303bae8d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
bdk-chain
to0.23.1
inbdk_wallet
.esplora
,electrum
andbitcoind_rpc
to latest version.Notes to the reviewers
I had to update the
insert_tx
intest_utils
and thewallet_rpc
example in order to work with bumped versions, let me know if all sounds good.Changelog notice
Checklists
All Submissions:
just p
before pushing