From 30bc6d78421a99e01486d5a0e2abe49cc049fb9a Mon Sep 17 00:00:00 2001 From: Rahul Kothari Date: Thu, 12 Dec 2024 14:19:40 +0000 Subject: [PATCH] fix migration notes --- docs/docs/migration_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/migration_notes.md b/docs/docs/migration_notes.md index f2a713587d9..348697ad9eb 100644 --- a/docs/docs/migration_notes.md +++ b/docs/docs/migration_notes.md @@ -6,11 +6,11 @@ keywords: [sandbox, aztec, notes, migration, updating, upgrading] Aztec is in full-speed development. Literally every version breaks compatibility with the previous ones. This page attempts to target errors and difficulties you might encounter when upgrading, and how to resolve them. -## TBD +## 0.67.0 ### L2 Gas limit of 6M enforced for public portion of TX -A 12M limit was previously enforced per-enqueued-public-call. The protocol now enforces a stricter limit that the entire public portion of a transaction consumes at most 6,000,000 L2 gas. +A 12M limit was previously enforced per-enqueued-public-call. The protocol now enforces a stricter limit that the entire public portion of a transaction consumes at most 6,000,000 L2 gas. ### [aztec.nr] Renamed `Header` and associated helpers