-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
feat: add support for eth_estimateGas #5521
Conversation
32ee3f5
to
259b699
Compare
Performance Report✔️ no performance regression detected Full benchmark results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for the fast progress
The fixtures from packages/prover/test/fixtures/mainnet/eth_estimateGas_contract_call.json
are generated with data from existing networks or random txs?
@dapplion All fixtures are generated form real network. There is a file generate_fixtures.ts which perform that logic. |
🎉 This PR is included in v1.9.0 🎉 |
Motivation
Make a feature full
prover
package.Description
Add support for
eth_estimateGas
.Relates #4261
Steps to test or reproduce