We should have a utility module for fee estimation via various public interfaces. This will be useful for the Maker daemon as it needs to estimate current fees without human intervention.
This should be an independent module feestimation.rs that just gathers current fee rate data from a handful of public interfaces like, esplora, electrum, mempool.space etc. (the more the better).
Then combine them to come up with a reasonable default value.
We should have a utility module for fee estimation via various public interfaces. This will be useful for the Maker daemon as it needs to estimate current fees without human intervention.
This should be an independent module
feestimation.rs
that just gathers current fee rate data from a handful of public interfaces like, esplora, electrum, mempool.space etc. (the more the better).Then combine them to come up with a reasonable default value.