-
Notifications
You must be signed in to change notification settings - Fork 283
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
refactor(blocks tree): remove historic roots trees #1355
Merged
Merged
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
8553fa0
feat: add blocks tree data to l2 block
Maddiaa0 4580093
feat: use constants to represent offsets
Maddiaa0 1991a57
chore: forge fmt
Maddiaa0 e0808b8
fix: linter
Maddiaa0 98692dd
fix: stub circuit output for the meantime
Maddiaa0 2942f95
feat: add naive block hash calculations to root rollup circuit
Maddiaa0 e8f9fbc
Merge branch 'master' into md/blocks-tree-circuits
Maddiaa0 376e71a
temp
Maddiaa0 9403830
Merge branch 'master' into md/blocks-tree-circuits
Maddiaa0 7520217
fix: update snapshot
Maddiaa0 3c9422c
feat: include block hash calcs in sequencer
Maddiaa0 de68edd
fix: make calculate block hash a cbind
Maddiaa0 520b9a6
Merge branch 'master' into md/blocks-tree-circuits
Maddiaa0 55fbd5f
feat: add block tree checking in ts
Maddiaa0 f1d9fc7
clean
Maddiaa0 3ae5a4d
lint
Maddiaa0 011a150
review comments
Maddiaa0 830721f
Merge branch 'master' into md/blocks-tree-circuits
Maddiaa0 035c41f
fix: include generator indices
Maddiaa0 5340a79
lint
Maddiaa0 d9bda7b
update snapshot
Maddiaa0 455058a
fix: remove references to block num in factories
Maddiaa0 515bb60
Merge branch 'master' into md/blocks-tree-circuits
Maddiaa0 03cc42e
feat: read trees against historic block root
Maddiaa0 3670fac
feat: remove other checks from the base rollup
Maddiaa0 e0129f8
feat: update ts and snapshot
Maddiaa0 acd2413
feat: remove old tree checks in base rollup
Maddiaa0 2bc675f
fix
Maddiaa0 1b8be8c
fix: get previous globals in transactions
Maddiaa0 c464ec2
feat: remove old historic trees from the smart contract
Maddiaa0 1357179
fix: update decoder test
Maddiaa0 2167ae9
fix: lint
Maddiaa0 727fec6
Merge branch 'master' into md/blocks-tree-use-blocks-tree
Maddiaa0 9ee98d5
feat: I have become death, destroyer of worlds
Maddiaa0 2885d55
i have become lint, hater of self
Maddiaa0 ce67250
ive only gone n done it again
Maddiaa0 0195792
fix: update snappyshootys
Maddiaa0 3a268e2
Merge branch 'master' into md/blocks-tree-use-blocks-tree
Maddiaa0 9f66593
tune
Maddiaa0 468bac0
clean: fix cbind naming, remove unused constants
Maddiaa0 99adca0
Merge branch 'master' into md/blocks-tree-use-blocks-tree
Maddiaa0 77ec737
post merge constants gen
Maddiaa0 e769526
fix: cleanup pass 1
Maddiaa0 acf17be
refactor: historic roots -> block hash data
Maddiaa0 f072420
refactor: update snapshots
Maddiaa0 956bfdd
refactor: trees
Maddiaa0 96ba6de
refactor: block hash data
Maddiaa0 4f124e3
hmmm, lint so good... gang gang, hmmm, lint so good
Maddiaa0 8edb2d9
Merge branch 'master' into md/blocks-tree-use-blocks-tree
Maddiaa0 85b6b01
minor fix
Maddiaa0 751d6df
we snapshot, we are a good boy mama
Maddiaa0 ce5a6be
lint so good, hmmm, lint so gooood
Maddiaa0 b3fcccc
refactor: processor && fix public tests
Maddiaa0 f065629
fix: serialise
Maddiaa0 8034c95
fix: missed test updates
Maddiaa0 f8ce11e
fix: reinstate circuits test
Maddiaa0 50ff634
Merge branch 'master' into md/blocks-tree-use-blocks-tree
Maddiaa0 cb3f80c
fix: recompile aztec js account contracts
Maddiaa0 a681273
refactor: rename historic block hash data and remove nested private t…
Maddiaa0 ae967ae
refactor: rename in ts
Maddiaa0 4a0f15a
cleanup
Maddiaa0 862a553
Merge branch 'master' into md/blocks-tree-use-blocks-tree
Maddiaa0 c0c5526
chore: update snapshot
Maddiaa0 1f102a5
minor rename
Maddiaa0 02d4e85
review fixes
Maddiaa0 8468b2e
Merge branch 'master' into md/blocks-tree-use-blocks-tree
Maddiaa0 deefe17
fmt
Maddiaa0 9210bf9
chore(fmt): formatting 2; electric boogaloo
Maddiaa0 5882121
Merge branch 'master' into md/blocks-tree-use-blocks-tree
Maddiaa0 2cfa1eb
fix: final review comments
Maddiaa0 f4f22e3
Merge branch 'master' into md/blocks-tree-use-blocks-tree
Maddiaa0 81dd1f3
merge fix
Maddiaa0 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
72 changes: 0 additions & 72 deletions
72
circuits/cpp/src/aztec3/circuits/abis/combined_historic_tree_roots.hpp
This file was deleted.
Oops, something went wrong.
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.
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.
@dbanks12 or @iAmMichaelConnor I guess the todo here is one of yours? Can one of you create an issue for it?