-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: PXE.getNotes(...) + refactor of note types (#3051)
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.
- Loading branch information
Showing
75 changed files
with
985 additions
and
834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
"barretenberg", | ||
"bbfree", | ||
"bbmalloc", | ||
"benesjan", | ||
"bodyparser", | ||
"bootnode", | ||
"Brillig", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.