Skip to content

Commit

Permalink
cleanup: blockchain package - remove ganache (#2219)
Browse files Browse the repository at this point in the history
* chore: rename ganache helper package

* clean: symlink only required folders

* clean: replace deposit.test.ts with an e2e test

* clean: replace price feed test

* rm: price feed fixtures

* rm: rollup_processor test as it is mirrored in contracts tests

* rm: no longer used tests - covered in contracts or e2e

* rm: further cleanup

* chore: remove ganache references in literature

* fix: run deposit approval test

* fix: use data provider interface

* 🖖 bye bye ganache

* fix: update account hardener script to use new e2e flows

* clean: remove blockchain-cli reference from blockchain

* fix: minor test in rollup processor

* wip: e2e rollup processor test

* ci: add new test to ci

* stage for lasse

* fix: add getTxReceipt + forward options to inner sends

* fix: bugfixes in e2e_rollup_processor.test.ts

* fix: apline -> alpine

* fix: update inner-outer size

* fix: Cleanup e2e_rollup_processor.test.ts

* fix: references to ganache in markdown + old comment removed

Co-authored-by: LHerskind <lasse.herskind@gmail.com>
  • Loading branch information
Maddiaa0 and LHerskind authored Jan 26, 2023
1 parent 707ce88 commit d4edace
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,17 @@ jobs:
name: 'Test'
command: cond_spot_run_tests end-to-end ./src/e2e_deposit_permit.test.ts

e2e-rollup-processor:
docker:
- image: aztecprotocol/alpine-build-image
resource_class: small
steps:
- *checkout
- *setup_env
- run:
name: 'Test'
command: cond_spot_run_tests end-to-end ./src/e2e_rollup_processor.test.ts 3 2 AlwaysTrueVerifier

e2e-migrated-accounts:
docker:
- image: aztecprotocol/alpine-build-image
Expand Down Expand Up @@ -597,6 +608,17 @@ jobs:
name: 'Test'
command: cond_spot_run_tests end-to-end ./src/e2e_browser.test.ts

e2e-deposit-approval:
docker:
- image: aztecprotocol/alpine-build-image
resource_class: small
steps:
- *checkout
- *setup_env
- run:
name: 'Test'
command: cond_spot_run_tests end-to-end ./src/e2e_deposit_approval.test.ts

e2e-join:
docker:
- image: cimg/base:current
Expand Down Expand Up @@ -956,6 +978,7 @@ workflows:
- e2e-account: *e2e_test
- e2e-browser: *e2e_test
- e2e-chained-txs-with-spending-keys: *e2e_test
- e2e-rollup-processor: *e2e_test
- e2e-chained-txs: *e2e_test
- e2e-sync-bridge: *e2e_test
- e2e-async-bridge: *e2e_test
Expand All @@ -968,6 +991,7 @@ workflows:
- e2e-deposit-permit: *e2e_test
- e2e-prover: *e2e_test
- e2e-virtual-assets: *e2e_test
- e2e-deposit-approval: *e2e_test
# - bb-join:
# requires:
# - small-circuit-tests
Expand Down Expand Up @@ -1001,6 +1025,7 @@ workflows:
- e2e-async-bridge
- e2e-sync-bridge
- e2e-subsidy
- e2e-rollup-processor
- e2e-subsidy-async
- e2e-migrate-account-and-funds
- e2e-migrated-accounts
Expand All @@ -1009,6 +1034,7 @@ workflows:
- e2e-deposit-permit
- e2e-prover
- e2e-virtual-assets
- e2e-deposit-approval
filters: *deploy_filters
metrics:
when:
Expand Down

0 comments on commit d4edace

Please sign in to comment.