8000 Emit event for each bundle action performed by BLSWallet · Issue #193 · getwax/bls-wallet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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.
Emit event for each bundle action performed by BLSWallet #193
Closed
@jacque006

Description

@jacque006

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

Labels

contractsSmart contract relatedenhancementNew feature or request

Type

No type

Projects

Status

🤝 Done

Milestone

No milestone

Relationships

None yet 2DE0

Development

No branches or pull requests

Issue actions

    0