Skip to content

v2.15.0

Compare
Choose a tag to compare
@chainchad chainchad released this 21 Aug 18:22
· 838 commits to develop since this release
v2.15.0
883c9f9

Added

  • Support for EIP-1559 transactions for Scroll

  • Protocol-level support for preventing bid/ask variant violations in mercury

  • Add “VerboseLogging” option to mercury. Off by default, can be enabled like so:

    [Mercury]
    VerboseLogging = true
    

Updated

  • Dequeue minimum guaranteed upkeeps as a priority
  • Rename the InBackupHealthReport to StartUpHealthReport and enable it for DB migrations as well. This will enable health report to be available during long start-up tasks (db backups and migrations).
  • VRFV2Plus coordinator and wrapper split contracts between L1 and L2 chains
  • Fix: Set LatestFinalizedBlock for finalized blocks saved by logpoller

v2.15.0 Changelog