Skip to content
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

feat: private token box upgrade to new Token contract #2824

Merged
merged 18 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ jobs:
name: "Test via adhoc script"
command: ./yarn-project/boxes/blank/run_tests

boxes-private-token:
boxes-token:
machine:
image: ubuntu-2204:2023.07.2
resource_class: large
Expand All @@ -535,7 +535,7 @@ jobs:
- *setup_env
- run:
name: "Test via adhoc script"
command: ./yarn-project/boxes/private-token/run_tests
command: ./yarn-project/boxes/token/run_tests

canary:
machine:
Expand Down Expand Up @@ -1338,7 +1338,7 @@ workflows:
- aztec-sandbox-x86_64
<<: *defaults

- boxes-private-token:
- boxes-token:
requires:
- aztec-sandbox-x86_64
<<: *defaults
Expand Down
4 changes: 2 additions & 2 deletions build_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ boxes-blank:
dependencies:
- aztec-sandbox

boxes-private-token:
boxes-token:
buildDir: yarn-project
projectDir: yarn-project/boxes/private-token
projectDir: yarn-project/boxes/token
dependencies:
- aztec-sandbox

Expand Down

This file was deleted.

Loading