Releases: ethstaker/eth-docker
Releases · ethstaker/eth-docker
Version 1.5.2
This is an optional update, that contains new features
- Erigon now uses
prune.r.beforefor a PoS-friendly pruned DB. This is a breaking change for existing Erigon DBs, you'd need to resync ./ethd configsets Geth and Erigon Grafana- Erigon available as a choice in
./ethd config - New
--dry-runflag forauto-prune.sh - New
--keep-targetsflag for./ethd update
Version 1.5.1
This is an optional update, that contains new features
- Enabled Lighthouse doppelganger protection by default
Version 1.5.0
This is an optional update, that contains new features
- Breaking change The old ETH1_* and BN_* variables have been removed. Please make sure your
.envfile no longer uses them../ethd updatewill convert.envfor you. - Teku validator-only setup now works better with load-balanced consensus clients such as Infura
- Erigon now fully prunes, please see Client Setup documentation as to what that means for consensus client initial sync
- Initial support for ARM64 setups such as Mac M1, Raspberry Pi4, AWS t4g. This has not been extensively tested, feedback very welcome.
./auto-prune.shscript that can be run in crontab and will prune Geth when disk space is below 100 GiB free or below 10% free. Requires the bc package.
Version 1.4.2.4
This is a bugfix update
- Work around a bug in Prysm that kept key import from working
- Added shared traefik as an advanced option
Version 1.4.2.3
This is an optional update, that changes behavior
./ethd updatenow migrates.envfirst, then builds new client images. This means that people who change build targets
will need to build again after running an update.
Version 1.4.2.2
This is a bugfix update
- Fix
CC_HOSTnot persisting on./ethd update
Version 1.4.2.1
This is an optional update, that adds new features
- Support for the new Erigon
--pruneflag - Support for Erigon binary builds
- NB A future release of eth-docker will change the pruning defaults of the Erigon DB, which will require a resync
from scratch of the DB.
Version 1.4.2
This is an optional update, that adds new features
- Support the changed beaconcha.in stats API URL
Version 1.4.1.2
This is a bugfix update
- Fixed Teku rapid sync when using grafana
- Teku now doesn't show initial error messages when using an Infura execution client
- Created "no timezone" options for teku files, for use with Amazon AMI
Version 1.4.1.1
This is a bugfix update
- Fixed Teku validator-only on low memory machines