Skip to content

Commit

Permalink
doc: fix finalizeWithoutProof() call Update release-notes.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 23, 2024
1 parent 43f4cdc commit baaabd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ To support these new features, we implemented changes to our smart contracts.
We introduce a `VERIFIER_SETTER_ROLE`, that will be attributed to the Timelock.sol so that all core
contract upgrades (Rollup and Message and Token bridge) and verifiers are executed through a TimeLock mechanism.
Note that we are also using this upgrade to update the way the type 2 state was calculated; as such we'll
need to call `finalizeWithoutProof` to perform a state transition from type2 state v1 to type2 state v2.
need to call `finalizeWithoutProof()` to perform a state transition from type2 state v1 to type2 state v2.

The Security Council will first execute the following transactions on L1:
- Assign Operator Role via the Safe to the account for blob submission
Expand All @@ -481,7 +481,7 @@ The Security Council will then execute the following transactions on L2:
- Execute L2MessageService upgrade

Post upgrade, Execute the following Security Council transactions on L1:
- Call FinalizeWithoutProof
- Call `finalizeWithoutProof()`
- Clear verifier mapping at index 6 and 7

The audited commit for this update can be found
Expand Down

0 comments on commit baaabd2

Please sign in to comment.