Skip to content

Releases: eth-educators/eth-docker

Version 1.6.3

06 Dec 22:36
e7e6ef8
Compare
Choose a tag to compare

This is an optional update, that contains new features and bug fixes

  • Fixed a bug in lh-validator.yml that would prevent the image building
  • Move LodeStar source build to node.js 16
  • Support for LodeStar consensus client only and LodeStar validator client only
  • Lodestar REST API also on port 5052

Version 1.6.2

06 Dec 14:51
3da0bc2
Compare
Choose a tag to compare

This is an optional update, that contains bug fixes and new features

  • Fixed a permissions bug in prysm-web.yml introduced in 1.6
  • Changed consensus REST API to port 5052 throughout for compatibility with RocketPool
  • Added nimbus-consensus.yml to run Nimbus as a remote consensus client
  • Changed prysm-consensus.yml to expose the standard REST API via https://
  • Changed Nethermind source compile to use .NET 6.0
  • Restricted Besu Java heap to 4 GiB

Version 1.6

20 Nov 17:08
2aba907
Compare
Choose a tag to compare

This is an optional update, that contains new features and bug fixes

  • Support the latest Besu release
  • All intermediary scripts that migrate from pre-v1.x setups have been removed. This is a breaking change
    if you are coming from a v0.x release.
  • -shared.yml files for consensus clients, just for 0neInfra :)

Version 1.5.10

10 Nov 06:17
906cdcc
Compare
Choose a tag to compare

This is an optional update, that contains new features and bug fixes

  • Besu defaults to Bonsai tries. This will require a complete resync.
  • Teku validator client uses --network=auto flag
  • Besu allows Metamask connection
  • Added ./ethd rocketeer to change RocketPool config when running hybrid mode
  • Auto-prune permissions issue resolved
  • ./ethd update keeps LS_RAPID_SYNC

Version 1.5.9

11 Oct 19:12
77ec79b
Compare
Choose a tag to compare

This is an optional update, that contains new features

  • New docker logging configuration - now when you run out of space, it'll be Geth, not Traefik debug logs
  • Support for Lodestar's checkpoint sync via LS_RAPID_SYNC
  • Fixed Lodestar's binary and source builds: The location of the binary changed

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