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

Ingest 3rd party gas oracles for retry strategies #35

Open
KPrasch opened this issue Apr 30, 2024 · 1 comment
Open

Ingest 3rd party gas oracles for retry strategies #35

KPrasch opened this issue Apr 30, 2024 · 1 comment

Comments

@KPrasch
Copy link
Member

KPrasch commented Apr 30, 2024

This is a replacement for PR nucypher/nucypher#3412

The general idea of this issue, is to query 3rd party APIs (like etherscan, polygonscan, etc.) to improve the efficiency, robustness and success rate of transaction retry strategies.

This issue can be closed by a PR that integrates a configurable mechanism that works with popular gas/price oracles, documented usage examples ("cookbook" style), or by decision that such functionality is too domain-specific.

@cygnusv
Copy link
Member

cygnusv commented Aug 28, 2024

We have evidence that Infura is sometimes not providing correct max priority fee estimates (at least on Polygon Mainnet), which can affect TX finality; in particular, they often suggest fess below 30 gwei, which in theory is the minimum. Using gas price feeds together with our own validation rules can help.

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

No branches or pull requests

2 participants