Bump electrum-client to v0.24.0 (0.6 release branch)#603
Merged
tnull merged 2 commits intoAug 11, 2025
Conversation
|
👋 I see @joostjager was un-assigned. |
Collaborator
Author
|
Draft until we can upgrade |
tnull
marked this pull request as draft
August 7, 2025 13:10
tnull
force-pushed
the
2025-08-fix-electrum-breakage-0.1
branch
from
August 8, 2025 13:15
0a785af to
2e5dd43
Compare
tnull
marked this pull request as ready for review
August 8, 2025 13:16
We bump the `electrum-client` dependency to the recently-introduced version v0.24.0.
The just-released rustc 1.89 added a new `mismatched-lifetime-syntaxes` lint which had two warnings pop up. We fix these here.
tnull
force-pushed
the
2025-08-fix-electrum-breakage-0.1
branch
from
August 8, 2025 13:16
2e5dd43 to
ca3cc1e
Compare
|
🔔 1st Reminder Hey @joostjager! This PR has been waiting for your review. |
tnull
requested review from
valentinewallace
and removed request for
joostjager
August 11, 2025 07:39
valentinewallace
approved these changes
Aug 11, 2025
Closed
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
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.
We bump the
electrum-clientdependency to the recently-introduced version v0.24.0.Here also backported to the 0.6 release branch.