- Fixes for RPC methods for Bor (Polygon), thanks to external contributor
tsutsu
. - Support for
t8n
evm tool, thanks to external contributorsudeepdino008
. - Enable in-memory execution overlay by default (used for side-fork execution after the merge).
- Various fixes for transaction pool for the POS transition.
- Added
erigon_getBalanceChangesInBlock
RPC method, thanks to external contributortsutsu
. - Fixed regression (alpha vs beta) for RPC methods
trace_call
andeth_createAccessList
for historical blocks, thanks to external contributorbgelb
. - Fixes in
vmTrace
mode oftrace_
RPC methods, thanks to external contributorbanteg
. - Added block snapshots for Ethereum mainnet for up to 15m blocks.
- Upgraded to MDBX version containing "Big Foot" feature to reduce commit times - note that one needs to run Erigon for about a day on this code for the improvements to take effect.
- Set terminal total difficulty for Görli POS transition.
- Set Merge Netsplit block for Sepolia (already gone through POS transition).
- Various fixes to
docker-compose
script. Added documentation on how to run withoutroot
user,make
targetuser_linux
to createerigon
user. - Initial work on integrating hive tests into Erigon CI.