You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs-developers/docs/resources/migration_notes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ Aztec is in active development. Each version may introduce breaking changes that
9
9
10
10
## TBD
11
11
12
+
### [Aztec.nr]`multi_call_entrypoint` demoted from protocol contract
13
+
14
+
`multi_call_entrypoint` is no longer a protocol contract. Its address is now derived from its artifact rather than hardcoded at `6`, and it is deployed on first use rather than at genesis.
15
+
12
16
### [Aztec.nr]`public_checks` demoted from protocol contract
13
17
14
18
`public_checks` is no longer a protocol contract. Its address is now derived from its artifact rather than hardcoded at `4`. The aztec-nr constant has moved and been renamed (`CANONICAL_PUBLIC_CHECKS_ADDRESS` is now `STANDARD_PUBLIC_CHECKS_ADDRESS` under `crate::standard_addresses`).
0 commit comments