-
Notifications
You must be signed in to change notification settings - Fork 578
feat: aztec-up can be used to manage multiple aztec versions #19261
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
base: cl/install_dockerless
Are you sure you want to change the base?
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
a suggestion: does this make E.g., the ideal workflow (similar to gaztec): bash -i <(curl -s https://install.aztec.network)
aztec --version
#> 2.1.9 # the latest version by default
echo 3.0.0 > .aztecrc
aztec --version
#> 3.0.0
# in another project
echo 3.0.0-devnet.5 > .aztecrc
aztec --version
#> 3.0.0-devnet.5Note that This mimics how |
ec9d893 to
d28e3da
Compare
37c2b1a to
13a3485
Compare
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
b94f1ff to
d10ef23
Compare
17ad593 to
ad42667
Compare

aztec-upcan be used to manage multiple versions.