Skip to content

Commit

Permalink
migration notes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Dec 19, 2024
1 parent 5a7d221 commit c40ee3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/migration_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c40ee3a

Please sign in to comment.