-
Notifications
You must be signed in to change notification settings - Fork 304
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(sol): generate & compile verifier contract in bootstrap #11364
Merged
ludamad
merged 31 commits into
master
from
ad/noir-protocol-circuits-write-contract-ultra-honk
Jan 23, 2025
Merged
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b10ab96
stash
ludamad fe273ff
Revert "fix(bootstrap): include crates in noir projects hashes (#11344)"
ludamad 477e6ba
Upload verifier in cache
ludamad 914ac7c
update
ludamad bf87a93
fix
ludamad e477a41
Merge remote-tracking branch 'origin/master' into ad/noir-protocol-ci…
ludamad 24dbeb9
test
ludamad abe525b
update
ludamad 3af6d9e
success compiling solidity contract, avoid warning
ludamad 17c3f9e
hopefully helpful comment
ludamad 6649331
work on ts gen
ludamad a78ad24
better generation
ludamad a191e2f
path of least resistance: align with HonkVerifier name
ludamad ae1eb11
fix generation paths
ludamad bc588e6
update
ludamad 47a1bb4
fix order of dependencies in CI
ludamad 1a19101
fix cache pattern
ludamad ac83c25
fix cache issue
ludamad 15122e4
yarn install
ludamad a51b5e4
vk flow simplification
ludamad fbd1f12
fix build
ludamad db7a7ed
Merge branch 'master' into ad/noir-protocol-circuits-write-contract-u…
ludamad 9e18c52
Update honk_contract.hpp
ludamad 5e8af2c
Update honk_contract.hpp
ludamad 80561d5
disambiguate hash
ludamad 242f375
Merge remote-tracking branch 'origin/master' into ad/noir-protocol-ci…
ludamad 8bb70a9
Merge remote-tracking branch 'origin/ad/noir-protocol-circuits-write-…
ludamad f7593c9
try bump...
ludamad 7c68a65
fmt
ludamad 1a310ea
perform a fix - which implies things were broken.
ludamad 4ee662a
Merge remote-tracking branch 'origin/master' into ad/noir-protocol-ci…
ludamad 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ out/ | |
# Dotenv file | ||
.env | ||
|
||
generated | ||
lcov.info | ||
|
||
# Local foundry env | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,6 @@ case "$cmd" in | |
exit | ||
;; | ||
*) | ||
echo_stderr "Unknown command: $CMD" | ||
echo_stderr "Unknown command: $cmd" | ||
exit 1 | ||
esac |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
this avoids a warning of shadowing N