Compatible versions:
Changelog
Version v0.3.1 is a patch-release, fixing some issues found in v0.3.0
RPC
- Fix executor error evaluation (#2544)
Synchronizer
- Fix forced tx processing with invalid nonce during the trusted synchronization (duplicated key errors) (#2499)
- Fix updating
state.fork_id
table when processing L1 event with forkid 2 info (#2511) - Avoid to halt syncronization when trusted batch StateRoot root differs from calculated StateRoot (#2546)
Sequencer
- Fix forced tx processing with invalid RLP (#2488)
Other
- Fix
DecodeHex
function to handle odd-length hex strings (#2533)