--datadir
parameter is not backward-compatible
❗ chaindata
folder was moved from <datadir>/erigon/chaindata
into <datadir>/chaindata
. Please, move manually before starting the new version, otherwise you will get an error like the following
EROR[08-19|09:30:24.913] Old data directory found path=/Users/<>/rinkeby/erigon/chaindata please move to new path=/Users/<>/rinkeby/chaindata
Fatal: Could not open database: safety error, see log message
Changelog
-
trace_call
andtrace_callMany
gas prices set to basefee if 0 is provided -
eth_feeHistory
better compatibility with the specs -
trace_filter
crash fixup -
trace_filter
: fix forafter
andcount
parameters -
improved docs for building your own RPC daemon (thanks to Eugene)
-
preserve streaming of batch RPC requests (fix for #2540)
-
newHeads
subscribe now returnsbaseFeePerGas
(fix for #2549) -
parametric the location of
go
executable with the env variable
SHA256
reproducible builds in Docker aren't functional at the moment