diff --git a/AGENTS.md b/AGENTS.md index 1db3414c1f..fe13819f52 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -180,7 +180,7 @@ After writing or editing code, check LSP diagnostics and fix any type errors or - **Formatter:** Prettier 3.8.4 — `prettier.config.mjs` - **Linter (TS/JS):** ESLint 9.39.4 flat config — `ts-libs/eslint-config/` -- **Linter (Solidity):** Solhint 6.2.1 + Prettier plugin +- **Linter (Solidity):** Solhint 6.2.3 + Prettier plugin - **Linter (Kotlin/Java):** Spotless with ktlint + Google Java Format - **Linter (Go):** gofmt + golangci-lint - **Line length:** 120 characters diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2dd4971fa7..fb26e560a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ |------|---------| | Node.js | >= 24.18.0 (see `.nvmrc`) | | pnpm | >= 11.9.0 | -| JDK | 21 (for coordinator, Besu plugins) | +| JDK | 25 (for coordinator, Besu plugins) | | Docker | 24+ with 16 GB memory, 4+ CPUs | | Docker Compose | 2.19+ | | Make | 3.81+ |