Skip to content

Comments

fix(executor): use correct precompile event method for Secp256r1#455

Merged
eigmax merged 1 commit intoProjectZKM:mainfrom
reallesee:fix/secp256r1-precompile-event-mode-check
Feb 24, 2026
Merged

fix(executor): use correct precompile event method for Secp256r1#455
eigmax merged 1 commit intoProjectZKM:mainfrom
reallesee:fix/secp256r1-precompile-event-mode-check

Conversation

@reallesee
Copy link
Contributor

Secp256r1 was calling rt.record_mut().add_precompile_event() directly instead of rt.add_precompile_event(). This skips the ExecutorMode check, so events get recorded even when not in Trace mode. Other curves don't have this issue.

@eigmax eigmax merged commit d58e434 into ProjectZKM:main Feb 24, 2026
3 checks passed
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.

2 participants