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
Describe the solution you'd like
I'd like Rockfish to know about recent network fee stats to help its transactions go through more quickly. This could potentially improve payment success rates.
Specs:
pull number of transactions from streamed ledger
query that number of transactions from transactions endpoint
calculate fee metrics, e.g. max, mean, mode
use those data to modify the submitted fee for the next transaction
add configs to support this, e.g. max fee allowed
If a dedicated Horizon fee stats endpoint becomes available, look into that.
Describe the solution you'd like
I'd like Rockfish to know about recent network fee stats to help its transactions go through more quickly. This could potentially improve payment success rates.
Specs:
If a dedicated Horizon fee stats endpoint becomes available, look into that.
References
The text was updated successfully, but these errors were encountered: