Skip to content

Commit

Permalink
nuked private token
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 13, 2023
1 parent fdfdeb8 commit 3e9d2b9
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 299 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -631,18 +631,6 @@ jobs:
command: cond_run_script end-to-end ./scripts/run_tests_local e2e_private_airdrop.test.ts
environment: { DEBUG: "aztec:*" }

e2e-private-token-contract:
machine:
image: ubuntu-2204:2023.07.2
resource_class: large
steps:
- *checkout
- *setup_env
- run:
name: "Test"
command: cond_run_script end-to-end ./scripts/run_tests_local e2e_private_token_contract.test.ts
environment: { DEBUG: "aztec:*" }

e2e-sandbox-example:
machine:
image: ubuntu-2204:2023.07.2
Expand Down Expand Up @@ -1355,7 +1343,6 @@ workflows:
- e2e-lending-contract: *e2e_test
- e2e-token-contract: *e2e_test
- e2e-private-airdrop: *e2e_test
- e2e-private-token-contract: *e2e_test
- e2e-sandbox-example: *e2e_test
- e2e-multi-transfer-contract: *e2e_test
- e2e-block-building: *e2e_test
Expand Down Expand Up @@ -1394,7 +1381,6 @@ workflows:
- e2e-lending-contract
- e2e-token-contract
- e2e-private-airdrop
- e2e-private-token-contract
- e2e-sandbox-example
- e2e-multi-transfer-contract
- e2e-block-building
Expand Down
2 changes: 1 addition & 1 deletion bootstrap_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ build_local $PROJECT_NAME
if [ -z "$PROJECT_NAME" ]; then
echo
echo "Success! You could now run e.g.:"
echo " docker run -ti --rm aztecprotocol/end-to-end:latest e2e_private_token_contract.test"
echo " docker run -ti --rm aztecprotocol/end-to-end:latest e2e_token_contract.test"
fi
99 changes: 0 additions & 99 deletions yarn-project/end-to-end/src/e2e_private_token_contract.test.ts

This file was deleted.

1 change: 0 additions & 1 deletion yarn-project/noir-contracts/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ members = [
"src/contracts/pokeable_token_contract",
"src/contracts/price_feed_contract",
"src/contracts/private_token_airdrop_contract",
"src/contracts/private_token_contract",
"src/contracts/public_token_contract",
"src/contracts/schnorr_account_contract",
"src/contracts/schnorr_hardcoded_account_contract",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 3e9d2b9

Please sign in to comment.