This repository was archived by the owner on Nov 5, 2023. It is now read-only.
This repository was archived by the owner on Nov 5, 2023. It is now read-only.
Closed
Description
Problem
When VerificationGateway.processBundle
is executed, if the encoded functions that are run from actions in BLSWallet._performOperation
emit any events, it can be hard to determine which events came from which actions.
Solution
- Emit an event after each action run in
BLSWallet._performOperation
with action metadata including information like action index, value, contract address, etc.
Considerations
This might not be worth doing if it will add significant gas overhead to VerificationGateway.processBundle
.
Metadata
Metadata
Assignees
Type
Projects
Status
🤝 Done