- Fixed panics in txpool when running block proposer.
- Further optimisations of RPC method
eth_getLogs
, thanks to external contributorelee1766
. - New feature - logging into files as well as to the standard output/error stream. See command line options
log.dir.path
,log.dir.verbosity
,log.console.verbosity
, etc. - Fixed retrieval of bor receipts, thanks for external contributor
tsutsu
. - Reduced RAM usage when performing indexing of snapshots.
- Upstreamed all Otterscan patches, thanks to external contributor
wmitsuda
. - Potentially fixed to intermittendly stuck POS reverse download sync.
- Fixed (not perfectly) edge cases caused by the change of compression parameters for block snapshot files.