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
andtrace_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