Skip to content

Releases: eth-educators/eth-docker

Version 1.5.1

23 Aug 11:59
d2a9a1e
Compare
Choose a tag to compare

This is an optional update, that contains new features

  • Enabled Lighthouse doppelganger protection by default

Version 1.5.0

20 Aug 13:46
0f7124e
Compare
Choose a tag to compare

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

29 Jul 22:08
45ad742
Compare
Choose a tag to compare

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

22 Jul 19:46
a0bff0d
Compare
Choose a tag to compare

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

22 Jul 18:33
c2398e6
Compare
Choose a tag to compare

This is a bugfix update

  • Fix CC_HOST not persisting on ./ethd update

Version 1.4.2.1

22 Jul 16:41
0026b3d
Compare
Choose a tag to compare

This is an optional update, that adds new features

  • Support for the new Erigon --prune flag
  • 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

21 Jul 16:58
17888a7
Compare
Choose a tag to compare

This is an optional update, that adds new features

  • Support the changed beaconcha.in stats API URL

Version 1.4.1.2

21 Jul 16:13
265cc54
Compare
Choose a tag to compare

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

21 Jul 15:05
0eaaf2d
Compare
Choose a tag to compare

This is a bugfix update

  • Fixed Teku validator-only on low memory machines

Version 1.4.1

20 Jul 19:42
0319fcd
Compare
Choose a tag to compare

This is an optional update, that contains new features

  • Prysm doppelganger protection enabled by default