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

4337 - Index User Operations #1858

Closed
Uxio0 opened this issue Feb 7, 2024 · 1 comment · Fixed by #1884
Closed

4337 - Index User Operations #1858

Uxio0 opened this issue Feb 7, 2024 · 1 comment · Fixed by #1884
Assignees
Labels
blocked enhancement New feature or request

Comments

@Uxio0
Copy link
Member

Uxio0 commented Feb 7, 2024

Index UserOperation

Database Model

UserOperation

  • bytes32 userOpHash
  • address sender
  • address paymaster
  • uint256 nonce
  • bool success
  • uint256 actualGasCost
  • uint256 actualGasUsed

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)

@Uxio0 Uxio0 added the enhancement New feature or request label Feb 7, 2024
@Uxio0 Uxio0 self-assigned this Feb 9, 2024
Uxio0 added a commit that referenced this issue Feb 21, 2024
@Uxio0
Copy link
Member Author

Uxio0 commented Mar 1, 2024

@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

@Uxio0 Uxio0 added the blocked label Mar 1, 2024
Uxio0 added a commit that referenced this issue Mar 1, 2024
Uxio0 added a commit that referenced this issue Mar 5, 2024
Uxio0 added a commit that referenced this issue Mar 7, 2024
Uxio0 added a commit that referenced this issue Mar 15, 2024
Uxio0 added a commit that referenced this issue Mar 20, 2024
Uxio0 added a commit that referenced this issue Mar 22, 2024
Uxio0 added a commit that referenced this issue Mar 25, 2024
Uxio0 added a commit that referenced this issue Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant