-
Notifications
You must be signed in to change notification settings - Fork 320
Open
Labels
Description
Background
- Currently transactions for 0.7 entrypoint are not indexed due to the changes in the object structure from the bundler.
- As this is not supported in other networks but Sepolia we are ignoring the transactions 4337: Ignore UserOperations for v0.7.0 entrypoint #2024 and implementing this in the future
Tasks
- Add entrypoint to safe-transaction-service
- Refactor safe-eth-py to propertly parse 0.7 UserOperations (different fields from 0.6): Refactor 4337 Bundler API after 0.7.0 entrypoint is released safe-eth-py#785
- Add test for this case
- Refactor database model or even create a new one