From c40ee3af6b940f6a854ab245af4b276cbb5927c9 Mon Sep 17 00:00:00 2001 From: benesjan Date: Thu, 19 Dec 2024 18:02:12 +0000 Subject: [PATCH] migration notes fix --- docs/docs/migration_notes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/docs/migration_notes.md b/docs/docs/migration_notes.md index 486d86072a9..2181a6c6785 100644 --- a/docs/docs/migration_notes.md +++ b/docs/docs/migration_notes.md @@ -6,7 +6,7 @@ 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. ## 0.68.0 -### [archiver, node, pxe] Remove contract artifacts in node and archiver and store function names instead +### [archiver, node, pxe] Remove contract artifacts in node and archiver and store function names instead Contract artifacts were only in the archiver for debugging purposes. Instead function names are now (optionally) emitted when registering contract classes @@ -54,8 +54,6 @@ Also created a public function `pull_funds()` for admin to clawback any money in Expect more changes in FPC in the coming releases! -## TBD - ### Name change from `contact` to `sender` in PXE API `contact` has been deemed confusing because the name is too similar to `contract`. For this reason we've decided to rename it: