Skip to content

Feat/finalize 3.0.1 - #1

Merged
ncervaens merged 7 commits into
mainfrom
feat/finalize-3.0.1
Aug 21, 2026
Merged

Feat/finalize 3.0.1#1
ncervaens merged 7 commits into
mainfrom
feat/finalize-3.0.1

Conversation

@ncervaens

Copy link
Copy Markdown
Contributor

Brings the CLI in line with the 3.0.1 sovereign stack:

  • Update to the latest published service images; hub-less is now the default topology for pulled inits too (PNH removed from the default deployment)
  • Blockscout explorers default-on for every participant (--no-blockscout to disable, --blockscout <list> to narrow); backend/frontend pinned as a matched pair (ghcr 9.0.2 / v2.3.5)
  • Suppress forge lint-on-build noise from the contracts image (~1500 warning lines per compile drowned real output in init/verify)
  • README/DEV_MODE updated to match

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread internal/stacks/dev.go
// pointer files unless git-lfs smudged them. Pull explicitly so the checkout
// has real blobs. Best-effort: a no-op for non-LFS repos, and skipped (with
// a note) when git-lfs isn't installed.
if exec.Command("git", "-C", dir, "lfs", "pull").Run() != nil {
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
B Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@ncervaens
ncervaens merged commit 29c9c54 into main Aug 21, 2026
5 of 6 checks passed
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.

3 participants