Skip to content

Commit

Permalink
feat: private token box upgrade to new Token contract (#2824)
Browse files Browse the repository at this point in the history
#2350
#2823

We used a "deprecated" pattern for the `private-token` box contract,
which has been superceded by Lasse's new `Token` contract.

copied over the e2e test for that one with small changes, since we don't
have all the e2e utils available
  • Loading branch information
dan-aztec authored Oct 13, 2023
1 parent e32517e commit 22794a5
Show file tree
Hide file tree
Showing 76 changed files with 5,818 additions and 834 deletions.
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

0 comments on commit 22794a5

Please sign in to comment.