Skip to content

v0.6.5

Compare
Choose a tag to compare
@int-bot int-bot released this 08 Apr 15:56
· 150 commits to develop since this release
64dcff0

Compatible versions:

Changelog

Version v0.6.5 is a patch-release fixing some issues found in v0.6.4

RPC

  • Fix deltaTimeStamp and TimestampLimit for eth_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

Sequencer

  • Stop syncing L1inforoot when invalid L1inforoot is detected (L1 block hash mismatch) (#3542)
  • Fix transaction index calculation on receipt (#3500)