1.3.0 (2024-04-10)
Features
- protocol: add
TaikoL1.getTransition(blockId, transitionID)
function (2c63cb0) - protocol: allow assigned prover to prove blocks outside proving window (liveness bond not returned) (2c63cb0)
- protocol: allow bridge to fail a message by the owner without retrying it (#16669) (dce651e)
- protocol: remove
contestations
fromTransitionState
and events (it's buggy) (2c63cb0) - protocol: use 35000 as gas limit for sending Ether in Brdge (#16666) (4909782)
Bug Fixes
- protocol: add GovernorSettingsUpgradeable (#16687) (eba82ba)
- protocol: check invocation gas limit also in
retryMessage
(#16660) (8209a43) - protocol: check no loops in multi-hop in Bridge (#16659) (447cd52)
- protocol: fix potential 1271 signature replay if proposers are smart contracts (#16665) (2b27477)
- protocol: return liveness bond only to assigned prover (2c63cb0)