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

Implement Dynamic Network fee estimation #501

Closed
coderofstuff opened this issue Jul 1, 2024 · 1 comment
Closed

Implement Dynamic Network fee estimation #501

coderofstuff opened this issue Jul 1, 2024 · 1 comment
Assignees

Comments

@coderofstuff
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The recent congestion has demonstrated that there are opportunities for improvement related to making wallet adapt to fee markets. Existing wallet implementations only attempt to pay the lowest possible fees and don't take into consideration the traffic in the network. This feature allows wallets to have a view of that traffic by having a way to estimate fees that achieves a certain SLA

Describe the solution you'd like

Provide wallets an RPC method to return a dynamic fee that meets some SLA. Specific SLA to be met is TBD, and can vary. There may be multiple.

@coderofstuff
Copy link
Collaborator Author

Implemented by #513

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 a pull request may close this issue.

2 participants