Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+ |
Expand Down
Loading