-
Notifications
You must be signed in to change notification settings - Fork 86
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
Update 4337-gas-metering/alchemy
to use v0.7 EntryPoint
#316
Comments
To Check Support: https://docs.alchemy.com/reference/eth-supportedentrypoints |
mmv08
added a commit
that referenced
this issue
Jul 19, 2024
This PR partially #316: 1. It upgrades Alchemy code to use the v0.7.0 of the entrypoint, including all the alchemy-related packages 2. I exported all the alchemy-related utils function from `src/utils/userOps.ts` to `alchemy/utils.ts` 3. I also added a special exception for the case where the user operations do not involve account deployment where if the account doesn't have enough stake in the entrypoint from the previous deployment user operation, it will execute a call to `depositTo` in the entry point and inflate the benchmark numbers. Now, a special case is added with the entrypoint deposit before the user operation submission for all user operations that do not involve a deployment.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current version uses
v0.6 EntryPoint
for gas metering, as the latest version is released, it is best to use the latest version for the Gas Analysis.Current Blockers:
EntryPoint v0.7
currently.Expected Outcome
v0.7
EntryPoint with the compatible Safe 4337 Module.The text was updated successfully, but these errors were encountered: