-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore!: Add Side effect counter struct for ordering #3608
Merged
Merged
Changes from 74 commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
b818bb9
start adding new side effect structs
dan-aztec c97cb48
start changing Field to SideEffect{LinkedToNoteHash}
dan-aztec 411b0dc
start revert of pending_read_requests
dan-aztec cc34281
update commitment/nullifier propogation
dan-aztec ac0bca7
more type changes
dan-aztec 4bec7cd
start changing context.nr
dan-aztec 976a305
start updating circuits struct
dan-aztec 21a24d7
remove all pending_Read_requests
dan-aztec 91d2d3e
rip out more read requests
dan-aztec 69bece0
merge
dan-aztec 8851e89
sideeffect TS class
dan-aztec 8802540
0 values
dan-aztec b5b3ea4
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 6b46ea0
missing merge conflict
dan-aztec 6c9a5ca
lingering merge conflict
dan-aztec f116e6e
some noir updates
dan-aztec 26b7ec5
use single index for pedersen hash across sideffects
dan-aztec 58271e9
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 076da96
explicit field names in sideffect constructor
dan-aztec 4472994
comma
dan-aztec d1d62a4
struct_array_length
dan-aztec bd07095
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec e865101
rename to counter
dan-aztec ee5cf86
update some tests
dan-aztec 15f7bba
test imports
dan-aztec 15b5840
more test imports
dan-aztec 6808b8e
noir fixes
dan-aztec 8dba682
more
dan-aztec 58b75ac
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 30df276
bad merge
dan-aztec 5f482be
types?
dan-aztec ed135d8
break down public_kernel_public_previous big test
dan-aztec 064a84d
test fix
dan-aztec 4e64cb4
isolate failing build
dan-aztec 0c2817c
squashing
dan-aztec c22ab9e
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 901de10
noir-protocol snapshot
dan-aztec db2c1ed
Merge branch 'dan/side-effect-counter-struct' of github.com:AztecProt…
dan-aztec cd502d7
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 83e8ebe
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 7b11764
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 0a4bbe2
update context.nr
dan-aztec ee8be04
bad merge on constants update
dan-aztec 1c3a60c
add deserialize and rename is_zero to is_empty
dan-aztec 980624f
rebuild protocol circuits
dan-aztec 4ba1249
small fixes
dan-aztec 17a5e04
recompile ts
dan-aztec 1c5c57f
update noir-compiler snapshot
dan-aztec 29da4c0
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec f5ad5a5
0
dan-aztec e780def
Merge branch 'dan/side-effect-counter-struct' of github.com:AztecProt…
dan-aztec 25ad690
fix tobuffer/serialization method
dan-aztec 20b4d4f
fix two tests but acvm failing
dan-aztec 7e0e9ff
fix output notes
dan-aztec ef300c9
add some logs, having trouble with some failing tests
dan-aztec 357bfd7
need to update e2e test output, but test fails
dan-aztec d624c34
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 2a19967
fix to_typescript, but now hash mismatch
dan-aztec c390e6d
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec c0da6d1
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 27a3b92
starting to pin down hash mismatch in PublicCircuitPublicInputs
dan-aztec 80efea3
fix bad typesript hash on callrequest
dan-aztec 3143a16
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec be6b215
update snapshots
dan-aztec 833e812
fix: extraneous value in initial witness
sirasistant 5612ebf
chore: update callstackitem size
sirasistant d1616e2
fix: read correctly the call stack item
sirasistant 08ac709
tests: fix private execution tests
sirasistant 42cdf4b
chore: update test fixtures
sirasistant d73ee27
test: fix noir tests
sirasistant 4ca0a89
tests: fix public kernel tests
sirasistant 9b5e1ea
test: fix noir tests
sirasistant fe5dae6
Merge branch 'master' into dan/side-effect-counter-struct
dan-aztec 95103d2
revert clang formatting
dan-aztec b83c05a
fix bad merge on base_rollup_inputs.nr
dan-aztec d369666
sideEffect import
dan-aztec 3fbd183
fix bad merge
dan-aztec bcd3c45
delete comments/cleanup
dan-aztec 822d531
forgot some comments
dan-aztec aa5af63
test: undo snap change
sirasistant 8ee5b3f
chore: various cleanups
sirasistant a7f9557
fix: use EMPTY_NULLIFIED_COMMITMENT
sirasistant 26c35aa
wip removing nullified commitments
sirasistant 34f3dee
feat: remove EMPTY_NULLIFIED_COMMITMENT
sirasistant 92731c5
Merge branch 'master' into dan/side-effect-counter-struct
sirasistant 2b15b87
chore: remove extraneous log
sirasistant e480699
chore: various chores
sirasistant 115fd0a
fix: end sideffect counter in public inputs
sirasistant 936d619
chore: format
sirasistant 9c86396
Merge branch 'master' into dan/side-effect-counter-struct
sirasistant File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicated keys - git hook fails on os x with these present