Kyoto version bump and new methods#797
Merged
reez merged 2 commits intobitcoindevkit:masterfrom Jul 9, 2025
Merged
Conversation
0913c84 to
8c911f2
Compare
bdk_kyoto to recent patch23166c7 to
476db98
Compare
Adding a patch to the DNS queries to make the results more reliable
Users may want to add a `Peer` while the node is running, perhaps after the user updates a list. This is easily done. Developers that are working on desktop or even server platforms may have less strict bandwidth requirements than in the mobile case. These users could make use of fetching the average fee rate for a block, which could be used in some cases to fall-back or roughly estimate fee rates with.
476db98 to
cd9b71c
Compare
reez
approved these changes
Jul 9, 2025
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.
The first commit adds a patch from
bdk_kyototo make DNS queries more robust and reliableThe second commit adds some nice-to-haves I discovered while working on a macOS app.
connectis straightforward, where the user can request the light client connects to a specific node even while the light client is running.average_fee_rateis more of a niche case, but I realized would still be useful in the desktop/server case. The method requests a block to compute the average fee rate. Computing the fee rate is easily done, it is just a bandwidth-heavy method.Changelog
connectandaverage_fee_rateto Kyoto client methodsAll Submissions:
cargo fmtandcargo clippybefore committing