-
Notifications
You must be signed in to change notification settings - Fork 298
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: move boxes out of yarn-project #3437
Closed
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
4dc8cbe
remove founation and types deps
dan-aztec d9e6ae6
yarn.lock update
dan-aztec 8657004
tsconfig.json
dan-aztec e549db4
double export of CompleteAddress
dan-aztec bacf06e
missing import
dan-aztec 28d7aaa
format toen
dan-aztec 54f6475
Merge branch 'master' into dan/aztecjs-deps
dan-aztec a619c3e
lingering import
dan-aztec f3cd8a9
formatting
dan-aztec 0a206d3
Merge branch 'master' into dan/aztecjs-deps
dan-aztec f534791
Merge branch 'master' into dan/aztecjs-deps
dan-aztec 0d14ef7
remove wasm and circuits.js dep!
dan-aztec 9114681
move out of yarn-project
dan-aztec 05fb8da
add yarn.lock and instructions to use yarn 2+
dan-aztec e62f8f0
try updating CI
dan-aztec 24c811c
add prettier dev deps
dan-aztec 965405b
update ci command
dan-aztec 984f89b
one missing dep update
dan-aztec ca4d5a0
Merge branch 'master' into dan/aztecjs-deps
dan-aztec 5eccfda
merge
dan-aztec c2efa1e
dev-docs
dan-aztec 1e68fde
Merge branch 'dan/aztecjs-deps' into dan/move-boxes-out
dan-aztec 6b12be0
remove from workspace
dan-aztec 0b841f4
copy boxes to docs docker container?
dan-aztec 702f3b5
try one up path
dan-aztec 7214a89
Merge branch 'master' into dan/aztecjs-deps
dan-aztec 5d32dae
update path in docs
dan-aztec 9fdab5a
update unbox command and see if container is updated on CI
dan-aztec a847aaa
leftover log
dan-aztec 2e59a09
Merge branch 'dan/aztecjs-deps' into dan/move-boxes-out
dan-aztec dab5db7
Merge branch 'master' into dan/aztecjs-deps
dan-aztec 3d3b923
Merge branch 'dan/aztecjs-deps' into dan/move-boxes-out
dan-aztec cebdd45
yarn.lock
dan-aztec 51ffea8
update tsconfig
dan-aztec cb5025b
explicitly add boxes to docs container
dan-aztec f64d987
delete .tsbuildinfo files
dan-aztec a32ca45
tsbuildinfo to .gitignore
dan-aztec 38de951
Merge branch 'master' into dan/aztecjs-deps
dan-aztec 6556ef5
format
dan-aztec 74778c1
Merge branch 'dan/aztecjs-deps' into dan/move-boxes-out
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ build/ | |
cmake-build-debug | ||
.terraform* | ||
.bootstrapped | ||
.tsbuildinfo | ||
|
||
# Local Netlify folder | ||
.netlify |
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
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 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
File renamed without changes.
File renamed without changes.
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
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 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
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.
3 changes: 1 addition & 2 deletions
3
yarn-project/boxes/blank-react/src/config.ts → boxes/blank-react/src/config.ts
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
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions
4
...act/src/scripts/call_contract_function.ts → ...act/src/scripts/call_contract_function.ts
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
4 changes: 1 addition & 3 deletions
4
...lank-react/src/scripts/deploy_contract.ts → ...lank-react/src/scripts/deploy_contract.ts
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
File renamed without changes.
12 changes: 9 additions & 3 deletions
12
...ect/boxes/blank-react/src/scripts/util.ts → boxes/blank-react/src/scripts/util.ts
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
3 changes: 1 addition & 2 deletions
3
...act/src/scripts/view_contract_function.ts → ...act/src/scripts/view_contract_function.ts
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": ".", | ||
"references": [{ "path": "../../aztec.js" }], | ||
"exclude": ["src/**/*.test.ts"] | ||
} |
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
File renamed without changes.
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.
Can these be implemented using our standard container runner
cond_run_container
orcond_spot_run_container
, or composecond_run_compose
orcond_spot_run_compose
scripts?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.
yes i think so! I can do that in a follow up PR to keep this one digestible