-
Notifications
You must be signed in to change notification settings - Fork 234
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: build protocol circuits on CI and stop committing artifacts #3816
Merged
Merged
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
035a8a6
add contract compilation and typescript generation to yarn build
dan-aztec 243a77e
Merge branch 'master' into dan/build-protocol-artifacts-on-ci
dan-aztec 1d2e663
also generate types on bootstrap
dan-aztec f2913c2
also do tsc -b to generate JS files
dan-aztec 144af27
update point to grumpkin point
dan-aztec 4fa2c29
update dockerfile to match bootstrap.sh change
dan-aztec 6ab13de
make directory in noir:types
dan-aztec b0d20d1
move mkdir to ts script, not sure why merkle tree dep issue though
dan-aztec 935c50f
try without formatting:fix
dan-aztec f449ccf
just format src/types
dan-aztec b88e2d1
format inside the typescript generator
dan-aztec 4296afa
pr feedback
dan-aztec ba0bec7
Merge branch 'master' into dan/build-protocol-artifacts-on-ci
dan-aztec 1548a57
move formatting out of typescript back into yarn command
dan-aztec 0ca1a37
Merge branch 'dan/build-protocol-artifacts-on-ci' of https://github.c…
dan-aztec 9d79c0c
unused import
dan-aztec 6372bcb
commit deletion
dan-aztec cdc1089
hmm didnt actually delete the files on last merge conflict
dan-aztec fb1cb49
Merge branch 'master' into dan/build-protocol-artifacts-on-ci
dan-aztec caa0d39
Merge branch 'master' into dan/build-protocol-artifacts-on-ci
dan-aztec 379a995
Merge branch 'master' into dan/build-protocol-artifacts-on-ci
dan-aztec 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ Prover.toml | |
Verifier.toml | ||
src/target | ||
src/crs | ||
src/types |
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
74 changes: 0 additions & 74 deletions
74
yarn-project/noir-protocol-circuits/src/types/rollup_merge_types.ts
dan-aztec marked this conversation as resolved.
Show resolved
Hide resolved
|
This file was deleted.
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.
Why does it suddenly become
GrumpkinPoint
?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.
there was a small type change in https://github.com/AztecProtocol/aztec-packages/pull/3814/files