-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
fix: contract eth_call bug and made some improvements #5785
Conversation
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.
lgtm
"import": "./lib/index.js" | ||
}, | ||
"./browser": { | ||
"import": "./lib/browser/index.js" |
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.
Had to make this chance, because conditional exports were not equally compatible with different libraries and tools.
Named exports on the other hand make it more easy for all web builders and tools.
🎉 This PR is included in v1.10.0 🎉 |
Motivation
Use the
@lodestar/prover
in an existing project.Description
eth_call
to mix the transaction id in batch requestSteps to test or reproduce
Run all tests.