TechFlow reports that the Go Ethereum client has released Geth v1.13.1, a hotfix release following v1.13.0, primarily addressing the following issues:
- Fixed active fork detection on the engine API, which could cause signers to produce invalid blocks (#28135).
- Fixed snapshot sync database corruption caused by unexpected restarts under the path scheme (#28124, #28126).
- Fixed the
geth db inspectcommand when run against databases using the old hash scheme (#28108). - Fixed a regression in effective gas price calculation on the RPC API (#28130).
In addition to these fixes, v1.13.1 introduces support for configuring Geth via environment variables.




