- More fixes to improve download speed of the block snapshot files. A new flag
torrent.download.slots
(default 3) to control number of files downloaded at any given time. - Clearing out
CallTraceSet
table after initial sync (code was removed by mistake previously), leading to reduction of database size by ~120Gb after initial sync. - Make p2p handshake friendly to crawlers such as ethernodes.org and Erigon’s observer (still in development, this release includes fixes).
- Maximum size of chaindata database is increased to 8 Tb (this is the maximum possible size supported by MDBX with page size of 4096, though increasing page size allows for larger databases).
- Initial sync for BSC with block snapshots now to use less memory for verification of headers.
- Fixes for Bor (Polygon) support bug, found by member of Polygon team. Confirmed to work correctly for Bor mumbai testnet, check for Mainnet is conducted by Polygon team.
- Fix to the skip analysis optimisation (turns out it was ignored before) - thanks to external contributor
iAmGroute
.