Skip to content

Add recommended feerate flow in peer manager#745

Merged
dpad85 merged 1 commit intomasterfrom
recommended-feerate
Sep 22, 2025
Merged

Add recommended feerate flow in peer manager#745
dpad85 merged 1 commit intomasterfrom
recommended-feerate

Conversation

@dpad85
Copy link
Member

@dpad85 dpad85 commented Sep 18, 2025

This recommended feerate relies on mempool.space estimation for the half-hour target, with a fallback to the peer funding feerate if mempool.space is unavailable. This is more robust than just relying on mempool.space, and the peer funding feerate is much more pertinent than a static hard-coded fallback.

This recommended feerate relies on mempool.space estimation for
an half-hour target, but falls back to the peer funding feerate
if mempool.space is unavailable.
@dpad85
Copy link
Member Author

dpad85 commented Sep 18, 2025

@robbiehanson Context is #743, which was an Android issue but may affect iOS as well, it's worth looking into.

@dpad85 dpad85 requested a review from robbiehanson September 18, 2025 14:32
@robbiehanson
Copy link
Contributor

iOS uses it's own custom MempoolMonitor. But I should copy what you did with the fallback values.

@dpad85 dpad85 merged commit d883bdc into master Sep 22, 2025
@dpad85 dpad85 deleted the recommended-feerate branch September 22, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants