You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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