Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add network fee monitoring and dynamic fee values #18

Open
Reidmcc opened this issue Feb 20, 2019 · 0 comments
Open

Add network fee monitoring and dynamic fee values #18

Reidmcc opened this issue Feb 20, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Reidmcc
Copy link
Owner

Reidmcc commented Feb 20, 2019

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.

References

@Reidmcc Reidmcc added the enhancement New feature or request label Feb 20, 2019
@Reidmcc Reidmcc added this to the 0.4.0-alpha milestone Feb 20, 2019
@Reidmcc Reidmcc self-assigned this Feb 20, 2019
@Reidmcc Reidmcc modified the milestones: 0.4.0-alpha, Future Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant