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