-
Notifications
You must be signed in to change notification settings - Fork 279
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
4337 - Index User Operations #1858
Labels
Comments
@falvaradorodriguez @moisses89 I would like a review here, this issue is ready but blocked as I don't want to modify our database until we have the final version of the contracts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Index UserOperation
Database Model
UserOperation
Event
UserOperationEvent (index_topic_1 bytes32 userOpHash, index_topic_2 address sender, index_topic_3 address paymaster, uint256 nonce, bool success, uint256 actualGasCost, uint256 actualGasUsed)
The text was updated successfully, but these errors were encountered: