-
Notifications
You must be signed in to change notification settings - Fork 614
chore!: move noir out of yarn-project #4479
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 57 commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
ddb6abb
fix: relative LogFn import
spypsy ae6d34b
WIP Moving noir out of yarn-project
spypsy 5feaaff
update gititnore
spypsy 6e9454f
copy contract artifacts in noir-contracts.js
spypsy 162c34c
merge with master
spypsy 586eb86
update noir-contracts references
spypsy 0642f88
merge with master
spypsy c2afa1b
fresh yarn
spypsy eff150a
udpate contracts
spypsy 2658d91
bootstraps & ignores
spypsy eccb350
fix copy-contracts script
spypsy 7c11570
update test_contract
spypsy b285891
Merge branch 'master' into spy/move-noir
spypsy 9aa0b94
merge conflicts
spypsy c131cbd
new instance deployer contract
spypsy 251b758
import ContractClassRegisterer
spypsy c6d2c3c
WIP noir-contracts dockerfile
spypsy 7e7f45b
aztec-nr dockerfile
spypsy dc08948
update tomls again
spypsy ee421d2
WIP moving noir-protocol-circuits
spypsy a2ad617
merge with master
spypsy cb3b49c
fixing bootstrap
spypsy 383911d
fix workflows, add package.local.json
spypsy d1a732d
update refs to protocol-circuits
spypsy 95ef564
yarn prepare
spypsy c25f526
move aztec-nr, dockerize
spypsy 14fde1e
update aztec-nr refs
spypsy c3b88d5
fix build:contracts in noir-contracts.js
spypsy e7c3cf7
remove noir from yarn-project-base docker img
spypsy d5c5061
add new docker images to CI
spypsy 8b89da4
add noir-contracts to yarn-project deps
spypsy 5db6d4a
rm redundant dep
spypsy 8dd91b2
add noir-contracts deps to manifest
spypsy 25795f4
brin in noir-contracts to yarn-project-base
spypsy 64771a7
Fix typo
spypsy 8f9dd58
Merge branch 'master' into spy/move-noir
spypsy 7738b4a
bring in n-p-c
spypsy 7c4beec
update docs
spypsy 9692570
restore versioned docs
spypsy 90476ff
bring in aztec-nr to docs
spypsy c4e0fac
use local json in codegen types
spypsy b4bea0a
Merge branch 'master' into spy/move-noir
spypsy 86238a4
bring aztec-nr to boxes
spypsy 6f97eda
fix cli e2e
spypsy 4a09d9a
add aztec-nr dep to docs manifest
spypsy 0fbc798
fix external imports of noir abi artifacts
spypsy 12be3fa
no nargo formatting in yarn-project
spypsy 6aa82fb
Merge branch 'master' into spy/move-noir
spypsy fd4318b
Fix package.local.json
spypsy 194f34b
more fixes
spypsy 8abf837
upadte guides, add migration notes
spypsy c805068
fix noir-contracts.js json import
spypsy 664dc4a
Merge branch 'master' into spy/move-noir
spypsy 4a04a4b
update import
spypsy c467178
update user import noir paths
spypsy 2c1db6b
simplify noir-contracts docker img
spypsy 4a6583a
update noir-protocol-circuits
spypsy 578e52e
move to noir-projects
spypsy 1043ef1
update CI & docker builds
spypsy f19f6f8
update docs
spypsy 064d28e
migration fixes
spypsy f9d7643
Merge branch 'master' into spy/move-noir
spypsy 391a008
fix boxes dockerfile
spypsy 7bf0735
fix bootstrap / gates report
spypsy 7c17dec
Merge branch 'master' into spy/move-noir
spypsy b7da41c
fix nargo imports
spypsy 0f51ad5
fix noir relative dir
spypsy 53becd2
remove old files
spypsy 1b7a538
fix boxes dockerfile typo
spypsy 7d393b0
fix formatting
spypsy b4f7ee2
Merge branch 'master' into spy/move-noir
spypsy 4ce8f4e
move new fee related nr files
spypsy 05265f6
update avm test contract
spypsy b24bf9a
Merge branch 'master' into spy/move-noir
spypsy d6af6d3
fix NARGO_BACKEND_PATH
spypsy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| .gitattributes | ||
| .gitrepo |
File renamed without changes.
File renamed without changes.
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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| FROM scratch | ||
|
|
||
| WORKDIR /usr/src/aztec-nr | ||
| COPY . . |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/aztec-nr as aztec-nr | ||
| FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/yarn-project | ||
|
|
||
| # Copy in aztec-nr. | ||
| COPY --from=aztec-nr /usr/src/aztec-nr /usr/src/aztec-nr | ||
|
|
||
| WORKDIR /usr/src | ||
|
|
||
| COPY . . | ||
| WORKDIR /usr/src/docs | ||
| RUN yarn && yarn build |
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.
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.
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.
I'm a little surprised to find this top-level, but I guess we consider this and aztec-nr one of our major components?