From efb8a6bf272f4521b461fae825fdf4eadebbc37e Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 10 Aug 2026 07:08:46 +0000 Subject: [PATCH] docs: auto-fix markdown audit findings (weekly audit 2026-08-10) Co-authored-by: kyzooghost --- AGENTS.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 1db3414c1f7..fe13819f525 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 2dd4971fa79..fb26e560a3f 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+ |