Releases: eth-educators/eth-docker
Releases · eth-educators/eth-docker
Version 1.5.8
This is a bugfix update
- beaconcha.in stats work with the split consensus/validator Lighthouse. Thanks to Faisal Moledina.
Version 1.5.7
This is a bugfix update
./ethd prune-geth
no longer tries to allocate a TTY, which could cause it to fail.lh-stats.yml
is now compatible withLH_RAPID_SYNC
.
Version 1.5.5
This is a bugfix update
- Removed doppelganger protection from
lh-validator.yml
, because it does not play well with Teku/Infura
Version 1.5.4
This is an optional update, that contains new features
- Support for Prym's new slasher and Lighthouse's slasher
- Optional
notz
files for Lighthouse and Teku, for use with Amazon Linux 2 or similar - Support for Lighthouse's new checkpoint sync. Requires LH v2.0.0
- Support for RocketPool and eth-docker side-by-side, using the execution client and consensus client in either eth-docker or RocketPool
Version 1.5.2
This is an optional update, that contains new features
- Erigon now uses
prune.r.before
for a PoS-friendly pruned DB. This is a breaking change for existing Erigon DBs, you'd need to resync ./ethd config
sets Geth and Erigon Grafana- Erigon available as a choice in
./ethd config
- New
--dry-run
flag forauto-prune.sh
- New
--keep-targets
flag 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
.env
file no longer uses them../ethd update
will convert.env
for 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.sh
script 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 update
now migrates.env
first, 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_HOST
not persisting on./ethd update