Skip to content

Releases: eth-educators/eth-docker

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

Version 2.2.8.3

20 Mar 15:59
beb4800
Compare
Choose a tag to compare

This is an optional release

  • ./ethd resync-execution and ./ethd resync-consensus commands added
  • origins for Geth ws set to * - thanks @0xDualCube
  • Query for mnemonic passphrase when generating change message
  • Link to beaconcha.in broadcast tool

Version 2.2.8.2

18 Mar 14:17
2457df7
Compare
Choose a tag to compare

This is an optional release

  • ./ethd will check for free disk space and warn the user if it's running low
  • Fix and pin ethereum-metrics-exporter
  • Default Graffiti uses 🦉
  • Erigon supports larger return values for RocketPool >= 1.9
  • Erigon and Prysm source builds use Go 1.20
  • Lighthouse source build uses jemalloc and defaults to stable target
  • Prysm supports larger messages so credential change messages can be sent
  • Initial web3signer addition - not integrated with any clients
  • Don't query for mev-boost on Gnosis Chain
  • Add auth port for Reth

Version 2.2.8.1

19 Feb 13:43
bd32464
Compare
Choose a tag to compare

v2.2.8.1 2023-02-19

This is an optional release

  • Online/offline withdrawal change workflow now actually works 😅
  • Geth will use PebbleDB on a fresh sync
  • Zhejiang testnet supported with Lodestar and Nethermind
  • Change default docker tag for Besu to latest
  • Remove legacy keyimport in preparation for security audit