Skip to content

fix: restore perf-devnet-3 genesis content (stranded LFS pointer) - #154

Open
kamilchodola wants to merge 1 commit into
mainfrom
fix/restore-perf-devnet-3-genesis
Open

fix: restore perf-devnet-3 genesis content (stranded LFS pointer)#154
kamilchodola wants to merge 1 commit into
mainfrom
fix/restore-perf-devnet-3-genesis

Conversation

@kamilchodola

Copy link
Copy Markdown
Contributor

PR #143 committed the literal Git LFS pointer text for scripts/genesisfiles/nethermind/generator-amsterdam-perf-devnet-3.json as a normal blob (135 bytes, version https://git-lfs.github.com/spec/v1...), and the referenced LFS object (e15580a6…) was never uploaded — git lfs pull cannot fetch it and .gitattributes doesn't even track this path.

Consequence: every repricing-nethermind run on main for perf-devnet-3 hands Nethermind the pointer file as its chainspec; the node dies at startup with 'v' is an invalid start of a value in ChainSpecLoader and the RPC never comes up, so all tests get skipped. Test generation (Release Workstream) never reads this file, which is why osaka-repricings releases kept building fine while runs fail.

This restores the real JSON — the version currently validated against the perf-devnet-3 runner snapshot by the working Amsterdam benchmark branch (increase-batch-tx-limit): the pre-pointer content from 6b0db651 plus the four Amsterdam EIP activation timestamps (eip8037/7954/7976/7981).

Unblocks running osaka-repricings-v1.2.0 stateful benchmarks from main.

PR #143 committed the literal Git LFS pointer text as a normal blob and the
referenced LFS object was never uploaded, so every workflow run on main since
then hands Nethermind a 135-byte pointer file as its chainspec and the node
dies at startup with "'v' is an invalid start of a value". Test generation
never reads this file, which is why Release Workstream kept succeeding.

Restores the real JSON (the version validated against the perf-devnet-3
runner snapshot by the working Amsterdam benchmark branch).
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.

1 participant