chore: add lambdavm to zkVM test monitor + prettify display names#49
Open
codygunton wants to merge 2 commits into
Open
chore: add lambdavm to zkVM test monitor + prettify display names#49codygunton wants to merge 2 commits into
codygunton wants to merge 2 commits into
Conversation
✅ Deploy Preview for zkevm-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
c60d24d to
23dc8fd
Compare
Merged
lambdavm was added to eth-act/zkevm-test-monitor. Add it to the nightly sync ZKVMS list and seed test-monitor-summary.json with its current run so it appears on the tracker without waiting for the next sync. It reports RV64IM, so it surfaces in the RV64-filtered readiness table. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The track page uppercased the test monitor's lowercase identifier keys (ZISK, LAMBDAVM, ...). Map them to nicely-cased display names — Jolt, LambdaVM, SP1, ZisK — with an uppercase fallback for unknown keys. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lambdavm was added to eth-act/zkevm-test-monitor. This PR wires it into the website and tidies up zkVM name rendering.
Changes
Add lambdavm
lambdavmto the nightly syncZKVMSlist insync-test-monitor.ymltest-monitor-summary.jsonwith its current run so it shows immediately rather than after the next nightly syncRV64IM, so it appears in the RV64-filtered readiness tablePrettify display names
ZISK,LAMBDAVM, …). Map them to nicely-cased display names — Jolt, LambdaVM, SP1, ZisK — with an uppercase fallback for unknown keysNotes
Independent of #48 (the test-monitor latest-run fix) — different source files. The only shared file is the generated
test-monitor-summary.json, where this PR only inserts thelambdavmblock and #48 only touches the sp1/zisk rows, so the two merge in either order.🤖 Generated with Claude Code