Skip to content

v2.14.0

Compare
Choose a tag to compare
@chainchad chainchad released this 29 Jul 16:06
· 1049 commits to develop since this release
v2.14.0
777b69b

Added

  • Added Aptos Keystore to Core. This includes Aptos Key which uses ED25519, Keystore, Relevant tests
  • zkSync L1 GasPrice calculation

Updated

  • Refactored the BlockHistoryEstimator check to prevent excessively bumping transactions. Check no longer waits for CheckInclusionBlocks to pass before assessing an attempt.
  • Fixed a bug that would use the oldest blocks in the cached history instead of the latest to perform gas estimations.
  • Updated L1 gas price calculations for Optimism Ecotone and Fjord upgrades
  • Fixed local finality violation caused by an RPC lagging behind on latest finalized block.
  • Fixed unreachable code bug which could result in stuck txns

DB Update

  • CCIP capability specs migration

v2.14.0 Changelog