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
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,7 @@ Aztec is in active development. Each version may introduce breaking changes that
9
9
10
10
## TBD
11
11
12
-
<<<<<<< HEAD
13
12
## 5.0.1
14
-
=======
15
-
### [Aztec.nr] Canonical HandshakeRegistry re-pinned at a new address
16
-
17
-
The canonical `HandshakeRegistry` has been re-pinned so that it includes the owner's address in its `PrivateMutable` initialization nullifiers, keeping the handshake state of accounts that share keys independent. The registry moves to a new address. Handshakes established with the previous registry instance are not visible to the new one and must be re-established. The other standard contracts keep their addresses.
18
-
19
-
### [Aztec.nr] Note property selectors are typed and use packed-layout indices
20
-
21
-
The selectors in the generated `properties()` used the field's position in the note struct declaration, which pointed at the wrong packed field for any note with an earlier field packing to more than one `Field` (a `Point`, an array, a nested struct). Selector indices are now the field's offset in the note's packed representation, so `select`/`sort` criteria constrain the field they name.
22
-
23
-
Breaking changes:
24
-
25
-
-`PropertySelector<T>` carries the selected property's type. Hand-constructed literals need a type annotation, e.g. `let selector: PropertySelector<Field> = PropertySelector { index: 0, offset: 0, length: 32 };`.
26
-
-`select`/`sort` reject properties that pack to more than one `Field` at compile time.
27
-
-`select` takes its value typed as the property's type. Cast the value if a mixed-type comparison was intentional.
28
-
-`properties()` cannot be used with a custom `Packable` layout. Define property selectors manually for such notes.
29
-
- Every note field type must implement `Packable`, even when the note's own `Packable` is hand-written.
30
-
>>>>>>> c3a2a8512c6 (chore: re-pin handshake registry with owner-bound nullifiers (#24893))
31
13
32
14
### [Aztec.nr] History note nullification helpers renamed and restricted to own-contract notes
0 commit comments