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

[Flow EVM] Trigger OnLog tracing hook for transactions with logs #6842

Open
m-Peter opened this issue Dec 30, 2024 · 0 comments
Open

[Flow EVM] Trigger OnLog tracing hook for transactions with logs #6842

m-Peter opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels

Comments

@m-Peter
Copy link
Collaborator

m-Peter commented Dec 30, 2024

Currently, our custom StateDB EVM implementation, does not call this hook. To overcome this, we're manually doing so in EVM Gateway:

However, it would be ideal to have this in the same place where all the other tracing hooks are being trigger. For example: https://github.com/onflow/flow-go/blob/master/fvm/evm/emulator/emulator.go#L187-L192

@m-Peter m-Peter self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant