Releases: ethstaker/eth-docker
Releases · ethstaker/eth-docker
Version 1.4.1
This is an optional update, that contains new features
- Prysm doppelganger protection enabled by default
Version 1.4.0.1
This is a bugfix update
- Fix fallback execution client for Nimbus
Version 1.4.0
This is an optional update, that contains new features
- Support for Lodestar consensus client
Version 1.3.3.2
This is a bugfix update
- Safer values for Teku on 8 GiB machines: 4G max heap, 2G soft max
Version 1.3.3.1
This is a bugfix release
- Fixed ec-traefik.yml
- Fixed Grafana to use the new
consensusname - Teku can now run on machines with 8GiB of RAM, by setting its soft max heap limit to 1g, not 2g.
Version 1.3.2
This is an optional upgrade, that contains new features
- Added Grafana metrics for Erigon
- Grafana metrics for standalone Erigon/Geth via
blank-grafana.yml
Version 1.3.0
This is an optional upgrade, that contains new features
sudo ./ethd prune-gethsimplifies pruning Geth- Separating consensus client and validator client is now supported for Teku, Lighthouse and Prysm. Please see the Secure Web Proxy instructions at https://eth-docker.net.
Version 1.2.5.2
This is a bugfix upgrade
./ethd configcan configure Teku Rapid Sync again./ethd helpscreen works again./ethd terminatecommand introduced
Version 1.2.5
v1.2.5 2021-06-06
This is an optional upgrade, that contains new features
- Erigon (still in alpha) now syncs a pruned DB
./ethd confignow queries the user for desired Graffiti./ethd updatenow does a root-safegit pullto update eth-docker itself, and uses a different mechanism to redirect error messages fordocker-compose pull, so it can update components like node-exporter with good UX.
Version 1.2.4
v1.2.4 2021-06-05
This is a bugfix update
./ethd update no longer attempts to docker-compose pull or git pull. In some instances the expected error messages from docker-compose pull were not redirected to /dev/null, and updating ancillary components while throwing a bevy of error messages is terrible UX.