- Improved compatibility with go-ethereum in
debug_
trace methods with so-called “native” tracers, for example,callTracer
. - Added flag
--rpc.batch.limit
(default 100) to restrict number of requests in a JSON RPC batch. - Added flag
--rpc.returndata.limit
(default 100k) to restrict size of return data foreth_call
RPC method. - Staged sync to always use single MDBX transaction even for initial cycle.
- Improvements in the block proposing.
- Otterscan: fix tracing for
DELEGATECALL
. - Fixed the cause of getting stuck with errors “Previously known bad block”.
- Gnosis chain: Added block snapshots up to block 25.5m.
- Polygon/Bor: added block number for Dehli hard fork.