Skip to content

Releases: eth-educators/eth-docker

Version 2.2.9.5

16 Apr 14:54
766bef4
Compare
Choose a tag to compare

This is an optional release

  • Use docker compose if it and docker-compose are installed
  • Nethermind memory hint higher for 64 GiB RAM
  • create-withdrawal-change.sh handles 12-word mnemonics
  • Nimbus validator exit changed to fit new Nimbus behavior
  • New command ./ethd keys sign-exit from-keystore [--offline] to create pre-signed exit messages

Version 2.2.9.4

13 Apr 22:28
6e71cb0
Compare
Choose a tag to compare

This is an optional release with bug fixes

  • ./ethd resync-consensus fixed for Prysm and Lodestar. Thanks @FloatingUpstream!
  • ./ethd resync-consensus can now wipe Teku and Nimbus DB safely, without touching keys.
  • Prysm uses the gcr.io docker image registry. Thanks @FloatingUpstream!

Version 2.2.9.3

12 Apr 12:19
83c078b
Compare
Choose a tag to compare

This is an optional release

  • Nethermind uses Full pruning mode instead of Hybrid
  • Nethermind uses a lower memory hint to resolve OOM during prune
  • Nethermind archive mode fixed
  • Support for stake fish, staked.us and allnodes withdrawal change. Thanks @valefar!

Version 2.2.9.2

09 Apr 10:32
f15222f
Compare
Choose a tag to compare

This is an optional release with bug fixes

  • Teku CL uses liveness tracking so doppelganger detection actually works
  • ethdo now works with reverse hybrid setups, and similar setups where the CL is remote
  • Undo a too-aggressive shell lint change, so saying "no" to Grafana works again
  • Adjust Nethermind prune threshold to account for it using MB not MiB
  • Adjust Nethermind memory hint in the hopes it won't OOM during prune
  • Withdrawal credential change readme clarification around the mnemonic that is needed

Version 2.2.9.1

03 Apr 15:10
0ac2eb1
Compare
Choose a tag to compare

This is an optional release with bug fixes

  • Support Teku doppelganger detection
  • ./ethd keys send-address-change counts unique addresses. Thanks to @valefar for fixing the logic!
  • Shell lint pass, which fixes a bug in ./ethd prune-nethermind and ./ethd install

Version 2.2.9

01 Apr 14:09
b1efc9f
Compare
Choose a tag to compare

This is an optional release

  • Add automatic pruning to Nethermind, controlled by AUTOPRUNE_NM in .env

Version 2.2.8.7

31 Mar 21:07
e5719e8
Compare
Choose a tag to compare

This is an optional release

  • Remove soft max heap from Teku and Besu default JVM heap settings
  • Resolve failure when upgrading from eth-docker 2.2.8.3 or earlier
  • Dasel dependency upgraded to 2.1.2
  • reth.yml sets the P2P port
  • Remove check for apparmor
  • ./ethd install now requires Ubuntu 20.04 or later or Debian 10 or later
  • ./ethd warns the user if they are using Compose V1

Version 2.2.8.6

25 Mar 16:43
b34fe3f
Compare
Choose a tag to compare

This is a bugfix release

  • Fix a bug introduced in 2.2.8.5 that would break Graffiti with spaces. Thanks @nflaig!
  • New command ./ethd keys delete all

Version 2.2.8.5

25 Mar 13:15
c1b20ff
Compare
Choose a tag to compare

This is an optional release

  • Support client default graffiti - use this for Lodestar incentive
  • Add Lodestar beaconcha.in monitoring. Thanks @nflaig!
  • Keymanager works on ARM64
  • Rely on default ethdo timeout
  • Require 250 GiB free for Nethermind prune
  • Only overwrite .env.bak when there are changes
  • Warn user if git pull fails during ./ethd update

Version 2.2.8.4

21 Mar 22:15
1af5c11
Compare
Choose a tag to compare

This is a bugfix release

  • Fix a bug during disk space check in ./ethd introduced by 2.2.8.3