Skip to content

Releases: eth-educators/eth-docker

Version 1.5.8

09 Oct 11:47
e1c9104
Compare
Choose a tag to compare

This is a bugfix update

  • beaconcha.in stats work with the split consensus/validator Lighthouse. Thanks to Faisal Moledina.

Version 1.5.7

09 Oct 11:38
b846412
Compare
Choose a tag to compare

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 with LH_RAPID_SYNC.

Version 1.5.5

06 Oct 18:23
2c01955
Compare
Choose a tag to compare

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

06 Oct 12:44
059adf3
Compare
Choose a tag to compare

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

23 Sep 13:33
bd3fe86
Compare
Choose a tag to compare

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 for auto-prune.sh
  • New --keep-targets flag for ./ethd update

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