[ZkcTracer] feat: simple zkc program that compiles to a binary file which is then…#3135
Conversation
… go-corset check against a json input file
prover Changelog Preview (informational)[Unreleased] diff (commits touching
|
linea-besu Changelog Preview (informational)[Unreleased] diff (commits touching
|
postman Changelog Preview (informational)[Unreleased] diff (commits touching
|
coordinator Changelog Preview (informational)[Unreleased] diff (commits touching
|
tx-exclusion-api Changelog Preview (informational)[Unreleased] diff (commits touching
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
There are 4 total unresolved issues (including 2 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b50f8b7. Configure here.

… go-corset check against a json input file
This PR implements issue(s) #
Checklist
PR.
Note
Low Risk
Low risk: adds a new CI workflow and Makefile targets for compiling/executing a small test ZKC program, without changing production logic.
Overview
Adds a new GitHub Actions workflow (
arithmetization-simple-zkc-binary-run-and-go-corset-check.yml) that installszkc, compiles a small ZKC program into a binary, and runszkc exec --checkagainst a JSON input on PRs/pushes affecting arithmetization.Updates
arithmetization/Makefileto make ZKC inputs configurable via env vars, and introduceszkc-check/zkc-compile-and-checktargets.Adds a minimal
simple_add.zkcand matchingsimple_add.jsonfixture used by the CI check.Reviewed by Cursor Bugbot for commit 4d4ec69. Bugbot is set up for automated code reviews on this repo. Configure here.