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
Go through all the occurrences of “Note” word in our codebase and ensure that the naming is consistent. I think it makes sense to base the naming on the meaning of Note in Noir where it represents the actual note data (e.g. value, owner, randomness etc.) and not the note hash/note commitment in the note hash tree.
The text was updated successfully, but these errors were encountered:
Fixes#2908
Fixes
[#2909](#2909)
Fixes
[#2910](#2910)
Fixes#3061
**Note 1**: This PR became huge because it made sense to refactor
`PXE.addNotes` here as well since I now use the ExtendedNote type there.
**Note 2**: Since this PR is already too big I decided to finish
renaming preimage as serialized_note in Noir in a separate PR.
**Note 3**: Note processor now stores a `CompleteAddress` instead of
just a public key because I need the address from `CompleteAddress` to
construct the `ExtendedNote`.
**Note 4**: This is a breaking change because of the `PXE.getNotes`
change and the `PXE.getPrivateStorageAt` removal.
Go through all the occurrences of “Note” word in our codebase and ensure that the naming is consistent. I think it makes sense to base the naming on the meaning of Note in Noir where it represents the actual note data (e.g. value, owner, randomness etc.) and not the note hash/note commitment in the note hash tree.
The text was updated successfully, but these errors were encountered: