chore: update pnpm-lock.yaml for dotenv devDependency (9221 CI fix)#20
Closed
lodekeeper wants to merge 5 commits intounstablefrom
Closed
chore: update pnpm-lock.yaml for dotenv devDependency (9221 CI fix)#20lodekeeper wants to merge 5 commits intounstablefrom
lodekeeper wants to merge 5 commits intounstablefrom
Conversation
dotenv@^16.4.5 was added to packages/beacon-node/package.json in the nightly-spec-tests support work but pnpm-lock.yaml wasn't regenerated, causing `pnpm install --frozen-lockfile` to fail in CI with ERR_PNPM_OUTDATED_LOCKFILE. 🤖 Generated with AI assistance
Upstream consensus-specs ChainSafe#5127 adds epoch_boundary sanity tests for Gloas (and post-Gloas `heze`). The case format is identical to blocks (pre / post / blocks_N / meta.blocks_count), so route it through the existing sanityBlocks runner. Surfaced by pnpm test:spec:minimal against nightly artifacts downloaded via the new nightly workflow in ChainSafe#9221. 🤖 Generated with AI assistance
Owner
Author
|
Superseded by upstream ChainSafe#9221 (identical diff). |
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
Local test PR to run CI on the
lodekeeper/lodestarfork for upstream ChainSafe#9221 (feat: support nightly spec testsby @brech1).This branch = brech1/feat/nightly-workflow + one lockfile commit.
Upstream CI is failing with
ERR_PNPM_OUTDATED_LOCKFILEbecausedotenv@^16.4.5was added topackages/beacon-node/package.jsonbutpnpm-lock.yamlwasn't regenerated. The single commit on top of the PR branch adds the missing 3 lines.Notes
Local validation of the nightly-download path also passed:
pnpm download-spec-tests latestsuccessfully fetched general/mainnet/minimal artifacts (~1.5GB) fromethereum/consensus-specsrun 24809971298 via GitHub API.pnpm test:spec:generalran green (2437/2437 passing) against the nightly-downloaded tests.AI assistance
Drafted and validated with AI assistance.