-
Notifications
You must be signed in to change notification settings - Fork 332
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
Update esplora-client #830
Update esplora-client #830
Conversation
9a5c538
to
4d8ea88
Compare
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.
This would be nice to get in before the next release
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 4d8ea88
@rajarshimaitra can you update the commit message also to remove the part about electrsd changing? Then we should be able to get this into 0.26.0. |
4d8ea88
to
6e5873e
Compare
Done.. |
@rajarshimaitra hey sorry but I think we may need to roll this one back. There's some dependency for see: https://github.com/bitcoindevkit/bdk/actions/runs/3999121592/jobs/6862629601
|
I made this issue to add MSRV tests in |
Ugh, looks like rustls changed their MSRV to 1.57 on 2023-01-12 with a point release from 0.20.7 to 0.20.8, rustls/rustls#1152. 😞 https://github.com/rustls/rustls/blob/main/README.md |
I created a PR to change BDK MSRV to 1.57.0, we can discuss more here: #842 |
147a4ed Update electrsd to version 0.22 (Steve Myers) Pull request description: ### Description Update `electrsd` dev-dependency to version `0.22`. ### Notes to the reviewers We're able to do this now that esplora was updated in #830 and our MSRV was bumped to `1.57.0` in #842. ### Changelog None. ### 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) ACKs for top commit: rajarshimaitra: ACK 147a4ed Tree-SHA512: 20e0aebb02d786a4d426a2d2e66b78225a803eee2c2f6092b0cf8f18e6fe91e37ef7a74e109e3ad4d734af8de4dc71598f7e80f50d40187442dad323000c6090
Description
Update esplora-client and electrsd.
Update:
electrsd v0.22
requires msrv at 1.57.. So removed from the PR for now..Notes to the reviewers
Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing