🙈 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
tovX.Y.Z
, eg.version-1.12.9
tov1.12.9
.
The former pattern will be removed with thev1.12.12
tag release.
Old | New |
---|---|
docker pull etclabscore/core-geth:version-1.12.9
| docker pull etclabscore/core-geth:v1.12.9
|