Electrum params#1010
Conversation
|
@thunderbiscuit would like to slip this into 3.0 release, if possible, heads up |
There was a problem hiding this comment.
ACK 4e7733b.
If you plan on also cherry-picking these commit for a PR on release/3.0, would you mind adding the changelog entry there? Just because on that branch we do have the changelog all prepared and ready.
|
I think we could also sneak in the new Electrum client maybe? Through the update of bdk_electrum to 0.24.0... |
for sure no prob, added #1011 @thunderbiscuit |
yeah I can open up a separate pr testing that out? |
|
This is in theory good to merge so feel free to do that if you want, but if you then bump the electrum client you'll have to redo the part of the method that uses |
|
updated bdk_electrum |
Description
Adds optional timeout and retry args to ElectrumClient::new, matching electrum-client::ConfigBuilder
Defaults remain unchanged when omitted: timeout = None, and retry keeps upstream’s default.
Notes to the reviewers
Documentation
bdk_wallethttps://docs.rs/electrum-client/0.24.1/electrum_client/struct.ConfigBuilder.html#method.timeout
https://docs.rs/electrum-client/0.24.1/electrum_client/struct.ConfigBuilder.html#method.retry
bitcoinuniffiChangelog
Checklists
All Submissions:
cargo fmtandcargo clippybefore committingchangelog:*labelNew Features:
Bugfixes: