- Fixed another bug leading to stuck header downloader.
- Added support for Gray Glacier (delay to difficulty bomb, needs to be updated before block 15050000.
- Various fixes for traces and EVM tests, thanks to external contributors iFA88 and sudeepdino008.
- Various fixes to POS block proposer, including the interaction with transaction pool, based on Ropsten testing, and interruptible block building.
- Added support for “safe” and “finalised” special block numbers for RPC queries.
- MDBX patch to reduce the commit times for freshly synced databases.
- Updated skip analysis optimisation threshold (leads to slightly faster initial sync) for Ethereum mainnet, BSC, and Bor (Polygon)
- Added BSC block snapshot hashes for blocks 17.5m-18.5m
- Fixed go-routine leak in the sentry, also leading to stuck shutdown occasionally.