v2.60.9
github-actions
released this
25 Oct 14:46
·
6 commits
to release/2.60
since this release
Breaking change:
Release process:
- Returned prefix "v" to git tag, docker tags. Reason: compatibility with Golang's rules (go.mod)
- Switched to go 1.22 while building artifacts
- Docker images now use "debian:12.7-slim" as a base image
- From now onwards only the following three OS/Arch are supported: linux arm64, amd64(v1) and amd64v2
- Artifacts for amd64 architecture are built and delivered with "silkworm" support (https://github.com/erigontech/silkworm)
Description of the change
Improvements:
- Type of error field in structlog logger differs from geth, alloy (#12089) by @taratorio in #12241
- dbg: env var for heap profile output file path by @taratorio in #12398
- rpcd no open before download by @AskAlexSharov in #12411
Bugfixes:
- Fixed Polygon OOM issue upon BadHeaders by @taratorio in #12405
- Fixed RPC error when calling debug_traceTransaction with borTraceEnabled at particular blocks by @shohamc1 in #12315
Full Changelog: 2.60.8...v2.60.9