From f03601ca7126b1f561d416a15695c0b7ae8aa4f0 Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:44:25 +0000 Subject: [PATCH] Correct language for finalizeBlocksWithoutProof removal (#867) --- docs/release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.mdx b/docs/release-notes.mdx index bde403016..a6277b17d 100644 --- a/docs/release-notes.mdx +++ b/docs/release-notes.mdx @@ -39,7 +39,7 @@ This update upgrades several key contracts. Some updates prepare the protocol fo reconstruct the Linea state, while others add granularity to available roles, better preparing them for any required pauses. Many of the contract modifications have also resulted in gas optimizations. -Additionally, we are deprecating the `finalizeBlocksWithoutProof` function, and adding functionality +Additionally, we are removing the `finalizeBlocksWithoutProof` function, and adding functionality that enables any address to send blob submission and finalization transactions through a call forwarding contract if no finalization occurs for more than six months. This effectively allows L1 finalization, enabling withdrawal of potentially locked funds.