- More fixes for the stuck header downloader.
- Upgraded to newer versions of torrent and roaring libraries.
- Fixed deletion of one extra tx lookup mapping when pruning.
- MDBX is now complied with gcc 12 and clang 15.
- New BSC snapshot files for blocks up to 17.5m, increased threshold for skip analysis optimisation to 13.9m blocks.
- First implementation of RPC methods eth_newBlockFilter, eth_newPendingTransactionFilter, eth_newFilter, eth_getFilterChanges, they are disabled by default (because they are not safe to be exposed publicly due to easy memory exhaustion attacks), need to be turned on via rpc.accessList command line option.
- For torrent sync, ipv6 is disabled if not supported by the host operating system.
- Improved log output for torrent file verification.
- Ropsten TTD (Terminal Total Difficulty) set to 10^23, fixed override command line flag.
- Fixed POS sync bug found on Kiln
- Fixed block production for devnet (broken in previous releases)