Skip to content

Releases: eth-educators/eth-docker

Version 1.4.0.1

13 Jul 12:48
6ef0906
Compare
Choose a tag to compare

This is a bugfix update

  • Fix fallback execution client for Nimbus

Version 1.4.0

13 Jul 11:55
4a68611
Compare
Choose a tag to compare

This is an optional update, that contains new features

  • Support for Lodestar consensus client

Version 1.3.3.2

16 Jun 15:21
434a8eb
Compare
Choose a tag to compare

This is a bugfix update

  • Safer values for Teku on 8 GiB machines: 4G max heap, 2G soft max

Version 1.3.3.1

16 Jun 13:27
a96ff14
Compare
Choose a tag to compare

This is a bugfix release

  • Fixed ec-traefik.yml
  • Fixed Grafana to use the new consensus name
  • 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

10 Jun 11:35
a00303a
Compare
Choose a tag to compare

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

09 Jun 13:31
0411752
Compare
Choose a tag to compare

This is an optional upgrade, that contains new features

  • sudo ./ethd prune-geth simplifies 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

07 Jun 15:29
d6e7f80
Compare
Choose a tag to compare

This is a bugfix upgrade

  • ./ethd config can configure Teku Rapid Sync again
  • ./ethd help screen works again
  • ./ethd terminate command introduced

Version 1.2.5

06 Jun 16:32
c144a59
Compare
Choose a tag to compare

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 config now queries the user for desired Graffiti
  • ./ethd update now does a root-safe git pull to update eth-docker itself, and uses a different mechanism to redirect error messages for docker-compose pull, so it can update components like node-exporter with good UX.

Version 1.2.4

05 Jun 09:20
26cadf8
Compare
Choose a tag to compare

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.