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 support for third-party gas price estimator endpoints in the signer. #4203

Open
vgonkivs opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@vgonkivs
Copy link
Member

vgonkivs commented Jan 10, 2025

Based on CIP-18, we should provide a standardized interface for estimating gas usage and gas pricing for transactions. The signer currently relies on SimulateTx, which is resource-intensive.
The proposed solution is to allow the signer to be configured with an external service that can provide such information by adding an additional option containing the URL of the third-party estimator(I guess https://celenium.io/ potentially can provide such info). If configured, the signer would query this information from the external service and if not, SimulateTx can be used as a fallback solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant