github etclabscore/core-geth v1.12.10
Kronos (v1.12.10)

latest releases: v1.12.20, v1.12.19, v1.12.18...
19 months ago

🙈 This is a hotfix release. We encourage anyone using v1.12.9 to upgrade to this version instead.

The previous release consumes a lot of CPU because a transaction cacher turns on and off a lot, and generally does a bad job at caching transactions. This release fixes that problem, reducing the general CPU use of geth greatly, back to v1.12.8 levels.

What's Changed

  • Fix geth hogging CPU, caused by a misbehaving transaction cacher, resulting from badly constructed concurrency logic (#524).

Comparison with last release: v1.12.9..v1.12.10

Docker images published under etclabscore/core-geth.

  • Docker Tag Format Deprecation Notice

    The Docker build tag format is moving from version-X.Y.Z to vX.Y.Z, eg. version-1.12.9 to v1.12.9.
    The former pattern will be removed with the v1.12.12 tag release.

Old New
docker pull etclabscore/core-geth:version-1.12.9 docker pull etclabscore/core-geth:v1.12.9

Don't miss a new core-geth release

NewReleases is sending notifications on new releases.