Bump electrsd to 0.26 + bitcoind_25_0 and fix msrv errors#76
Merged
notmandatory merged 3 commits intobitcoindevkit:masterfrom Feb 7, 2024
Merged
Bump electrsd to 0.26 + bitcoind_25_0 and fix msrv errors#76notmandatory merged 3 commits intobitcoindevkit:masterfrom
notmandatory merged 3 commits intobitcoindevkit:masterfrom
Conversation
c20ed68 to
06f6bca
Compare
Member
Author
|
For some reason with the |
storopoli
approved these changes
Feb 4, 2024
ad3be66 to
b23a88f
Compare
Pull Request Test Coverage Report for Build 7777789071
💛 - Coveralls |
Member
Author
|
To get the |
Have you tried 2? |
tnull
reviewed
Feb 5, 2024
b23a88f to
ac2fd86
Compare
Member
Author
Two would probably work, but it runs fast enough with 1 so I don't see a need to push it. |
tnull
approved these changes
Feb 6, 2024
oleonardolima
approved these changes
Feb 6, 2024
Merged
tcharding
approved these changes
Feb 7, 2024
chrono-raven6i90
added a commit
to chrono-raven6i90/rust-esplora-client
that referenced
this pull request
Oct 28, 2025
…itcoind_25_0 and fix msrv errors
ac2fd862ef5b457fc7e158f3f19ef64c77589136 ci: limit test threads to 1 (Steve Myers)
19bdeb17abfc4f9fa1e514b333f488c81be430f8 replace temporary dependency on bitcoin-internals with hex-conservative (Steve Myers)
c99118e3437eae2db218f961f46e773c2778abe9 bump electrsd to 0.26 + bitcoind_25_0 and fix msrv errors (Steve Myers)
Pull request description:
This PR bumps electrsd to 0.26 and replaces temporary dependency on `bitcoin-internals` with `hex-conservative` as done in #75. Fixed CI MSRV issues with dev dependencies blocking #75 and #74.
ACKs for top commit:
evanlinjin:
ACK ac2fd862ef5b457fc7e158f3f19ef64c77589136
tcharding:
ACK ac2fd862ef5b457fc7e158f3f19ef64c77589136
Tree-SHA512: 37d825aae78d1ca89806870455b97a48e5a69bbdd78adadb16f506fb4df0fe98dc3a262b8fb74b68f5c44031e76c8fa0b5304c8592bf332356a0215843a52c33
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.
This PR bumps electrsd to 0.26 and replaces temporary dependency on
bitcoin-internalswithhex-conservativeas done in #75. Fixed CI MSRV issues with dev dependencies blocking #75 and #74.