github ledgerwatch/erigon v2021.07.05
2021.07.05-alpha

latest releases: v2.59.3, v2.59.2, v2.59.1...
2 years ago

XDG in the Docker images

🚨 This is a breaking change if you use our Docker images.

It moves the default data dir from /var/lib/erigon to /home/erigon/.local/share/erigon.

If you mount your data and use our own docker images, you need to change the mount point to avoid re-syncing!

If you already setup your data dir to a custom directory -- no action is required.

If you don't use our docker images -- no action is required.

Changelog

  • fixes for EIP-1559 in pending transactions, eth_getTransactionByHash,

  • fix for debug_traceTransaction #2433

  • fixes for intrinsic gas in trace_ methods #2440

  • fixup for eth_syncing on the block 0

  • fixes for trace_call and trace_callMany methods

  • Sokol support improvements

  • Breaking change: Docker builds now follow XDG spec (data in /home/erigon/.local/share/erigon) #2437

SHA256

reproducible builds in Docker aren't functional at the moment

Don't miss a new erigon release

NewReleases is sending notifications on new releases.