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

fix(zk): avoid observing log from staticcalls #547

Merged
merged 8 commits into from
Aug 30, 2024
Merged

fix(zk): avoid observing log from staticcalls #547

merged 8 commits into from
Aug 30, 2024

Conversation

Karrq
Copy link
Contributor

@Karrq Karrq commented Aug 26, 2024

Motivation

After investigating #546 we noticed that logs were being processed also for STATICCALL, which aren't supposed to edit the state.

Solution

Logs are part of the state, so we should ignore observing them for STATICCALL

@Karrq Karrq requested a review from elfedy August 29, 2024 13:56
@Karrq Karrq merged commit a1155ab into main Aug 30, 2024
12 checks passed
@Karrq Karrq deleted the fix/static-logs branch August 30, 2024 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants