You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue requests supporting elevated or even extra elevated fee priority in wallet2's automatic fee priority algorithm, adjust_priority.
Currently only unimportant and normal levels are supported, which might be insufficient during severe congestion.
The text was updated successfully, but these errors were encountered:
woodser
changed the title
Automatic fee priority algorithm only supports unimportant and normal levels
Support elevated and extra elevated priorities in automatic fee priority algorithm
Feb 14, 2025
I'm working this out for a future pr, but the idea was:
not sure if these are the specifics i want to stick with yet, which is why i havent pushed this in a pr.
Something like:
If > 360 block backlog and avg fee-rate in the tx pool is > 2x low, then return priority 3 ("elevated")
this would ensure that we aren't growing blocks unnecessarily fast due to low fee spam.
iirc, "normal fee" is enough to hit 3mb blocks within 72hrs, but there are times when using "elevated" makes sense imo.
i also feel there's absolutely no time when auto should elevate to priority 4. That would be horribly expensive and unexpected ux. Opt-in only. At "elevated" fee tier(3), blocks grow 4x as fast as "normal"(2), so any backlog should be negligible.
This issue requests supporting
elevated
or even extra elevated fee priority in wallet2's automatic fee priority algorithm,adjust_priority
.Currently only
unimportant
andnormal
levels are supported, which might be insufficient during severe congestion.The text was updated successfully, but these errors were encountered: