[ZkTracer] Add several blake test cases#3117
Conversation
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
|
prover Changelog Preview (informational)[Unreleased] diff (commits touching
|
…Consensys/linea-monorepo into 3116-zktracer-add-more-blake-test-cases
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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 2b0d5c3. Configure here.

This PR implements issue(s) #
Checklist
PR.
Note
Low Risk
Low risk: changes are confined to the RISC-V example/test harness (Makefile/docs) and add/commit test fixtures, with no impact on production runtime code.
Overview
Adds a new
make blake-alltarget inarithmetization/src/test/examples/Makefileto iterate over input vectors fromrust/src/blake/blake.alland runblake_with_in_bytes.rsfor each case.Updates the examples
README.mdaccordingly (including the shell alias rename toriscv-test) and commits a large set of generated single-opcode RV64IM assembly test programs underasm/src/op/by removing the previous ignore rule; the old opcode-test generation/runner scripts underasm/scripts/are deleted.Reviewed by Cursor Bugbot for commit d0a782c. Bugbot is set up for automated code reviews on this repo. Configure here.