Releases: eth-educators/eth-docker
Releases · eth-educators/eth-docker
Version 2.14.0.1
This is a recommended release
It fixes bugs in v2.14.0.0
, please see changelog for v2.14.0.0
as well.
Changes
- Add support for Ephemery testnet to
./ethd config
Bug fixes
- Resolve
awk
warning messages on GNU awk, which impacted all versions of Ubuntu - Fix errors causing
./ethd config
to fail on several configuration options
Version 2.14.0.0
Avoid this release, it has a noisy bug
Breaking changes
- Require Erigon
v2.60.9
or later
Changes
- Use new
erigontech/erigon
repo, instead ofthorax/erigon
- Use new
ssvlabs/ssv-node
repo, instead ofbloxstaking/ssv-node
- Teku default heap to 7g
- Lighthouse archive node aggressively backfills: 3 days instead of 2 weeks
- Update Lido Oracle addresses on mainnet. Thanks @nameisremus!
MEV_RELAYS
can now be a multi-line value. Thanks h.m.23 for suggesting this feature!
Bug fixes
- Don't check for Docker service on Microsoft WSL
./ethd keys send-exit
works with aCL_NODE
that has comma-separated backup CLs- Fix Lido mainnet fee recipient. Thanks @vgorkavenko!
Version 2.13.0.0
This is a recommended release
Breaking changes
- Require Prysm
v5.1.1
or later
Changes
- Add support for commit boost
- A fresh Reth sync keeps all receipts, for compatibility with sundry protocols such as SSV, RocketPool, NodeSet,
StakeWise - Improved IPv4/v6 dual stack support
- IPv6 is enabled on hosts that have IPv6 connectivity
- Add Titan relay to Lido CSM config dialog. Thanks @vgorkavenko!
Bug Fixes
- Fixes to Lido CSM support. Thanks @cnupy!
- Undo the Prysm VC REST use that "snuck in" with CSM. Prysm VC uses RPC again on port 4000, until the Prysm team promote the REST VC from experimental to released
Version 2.12.3.0
This is a recommended release
Changes
- Support Lido CSM module. Thanks @dgusakov, @vgorkavenko and @cnupy!
- Add non-censoring Titan relay to mainnet default
- Remove Eden relay from defaults
- Do not switch Erigon repo to
erigontech/erigon
, yet, until images there containlinux/amd64
Bug Fixes
grafana.yml
andgrafana-cloud.yml
work with Docker27.3.0
and later. Thanks u/ChewsMacRibs!- Fix incorrect method name during
./ethd update
. Thanks @kajeagentspi!
Version 2.12.2.0
This is an optional release
Changes
- Reth full sync now supports RocketPool, SSV and StakeWise by including their contracts for eth_getLogs / receipts.
If you have an existing synced Reth, you'd need to make the change toreth.toml
manually. - Erigon now defaults to the new
erigontech/erigon
repo andlatest
tag - Updated SSV dashboards
- Add
./ethd keys count
command. Thanks @Hydepwns! - Persist Web3signer keys registered with Prysm
- Use Go 1.23 for source builds
- Support IPv6 for traefik
- Besu sync mode and RPC API can be configured with
EL_EXTRAS
- Do not override Nethermind's
--Pruning.CacheMb
, as it was causing performance issues - Offer Prysm on ARM64
- Offer Erigon on ARM64
- Clarify the OS version nag
- Source build for Teku and Besu uses Noble Numbat
- Fresh sync of Besu, Geth or Nethermind prefers a Docker volume without
eth1
in the name
Bug fixes
- Only use
sudo
fordkg_output
directory permission changes when needed. Thanks @jshufro!
Version 2.12.1.0
This is an optional release
Changes
- Support Erigon v3, including Caplin. To use Caplin, do not use an external CL
- Use early attestations with
teku-vc-only.yml
. Thanks @b0a7!
Version 2.12.0.0
This is a mandatory release for users of Lodestar 1.21.0 and above
Breaking changes
- Require Lodestar
1.21.0
or later
Version 2.11.2.0
This is an optional release
Changes
- Support IPv6 with Teku
24.8.0
- Users can freely set the Nethermind RPC namespaces through
EL_EXTRAS
Version 2.11.1.0
This is a mandatory release for users of Lighthouse Siren
Changes
- Support Lighthouse Siren 2.0
- Re-enable Nimbus in
./ethd config
when using SSV
Bug fixes
- Support the new Lighthouse dashboards
Version 2.11.0.1
This is a recommended release for SSV node operators, with bug fixes
Changes
- Switch Nimbus source build to alpine, from debian
- Support RISC-V architecture in
./ethd config
. Thanks to @lazyprogrammerio and @haurog!
Bug fixes
- Remove Nimbus from SSV config query, see Nimbus PR. Thanks to
@jwhelan72, celticwarrior on Ethstaker Discord! - Allow
--debug
on./ethd keys import
- Only grep
~/.profile
if it exists - Recognize
arm64
(Mac M1/2/3) during./ethd config