-
Notifications
You must be signed in to change notification settings - Fork 22
feat: store merkle tree on program [skip-line-limit] #1027
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
053cdda
feat: store merkle tree on program
ctrlc03 d81c37c
chore: update crisp indexer
ctrlc03 6acd9c0
chore: indexer updates
ctrlc03 e532900
chore: use e3crisp inputs
ctrlc03 ece09dd
chore: lint
ctrlc03 6bf276b
chore: cleanup
ctrlc03 8466ec0
chore: add missing dependency
ctrlc03 e052f8d
chore: remove poseidont3 from ignition development
ctrlc03 7709917
test: indexer integration
ctrlc03 2e16def
test: indexer remove redundant test
ctrlc03 069567a
chore: update mock crisp
ctrlc03 42c4130
chore: update template
ctrlc03 852573c
chore: prevent stack too deep error
ctrlc03 3fe8751
chore: add compile command before tests
ctrlc03 84d13a2
chore: add license
ctrlc03 f4c033d
chore: fix tests
ctrlc03 2cd4f32
chore: link library to program
ctrlc03 2207a51
chore: format
ctrlc03 b685788
fix: invert condition on validate
ctrlc03 df4eed7
chore: update validateInput logic
ctrlc03 a4005ea
chore: test with risc0
ctrlc03 0beb632
fix: set round data per e3
ctrlc03 ff02f58
chore: pr comments
ctrlc03 40332f1
chore: uppercase and remove script
ctrlc03 8ad3b77
chore: remove unused import
ctrlc03 cac79eb
chore: eslint
ctrlc03 f8d4dfa
fix: ci workflow
ctrlc03 7655996
feat: swap out leanimt for normal imt on compute provider
ctrlc03 aec0898
chore: lint rust code
ctrlc03 582eb20
chore: update cargo lock files
ctrlc03 694536a
refactor: rename merkle tree to merkle tree builder
cedoor 12949d4
fix: make static default values for merkle tree
cedoor ba06e5b
chore: remove unused dependencies
cedoor 4b30601
refactor: remove unused imports
cedoor ebab6bf
fix: use tree depth in merkle root calculation
cedoor a06ab83
chore: use a more recent poseidon deployment
cedoor 731a82a
fix: update compute provider git rev and resolve dependency issues
hmzakhalid fe24227
fix: add tree depth to mock program
cedoor 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -17,3 +17,4 @@ light-poseidon = "=0.2.0" | |
| ark-ff = "=0.4.2" | ||
| ark-bn254 = "=0.4.0" | ||
| rayon = "=1.10.0" | ||
| zk-kit-imt = "0.0.7" | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.