Compatible versions:
Changelog
Version v0.6.5 is a patch-release fixing some issues found in v0.6.4
RPC
- Fix
deltaTimeStamp
andTimestampLimit
foreth_call
(#3529) - Fix sort logs by transaction hash and then by log index (#3476)
- Fix debug trace to compute effective gas price percentage based on tx execution values (#3503)
Synchronizer
- Use generic ethereum client for L2 (#3519)
- Fix reset the L1InfoRoot memory variables when a L1 reorg is detected (#3515)
- Fix transaction index calculation on receipt (#3500)
- Syncing block protection to allow syncing only safe, finalized or latest L1 blocks (#3545)
[Synchronizer]
SyncBlockProtection = "safe" # latest, finalized, safe