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

Remove e2e tests #166

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
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
19 changes: 6 additions & 13 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
version: '3.8'

services:
ganache:
image: trufflesuite/ganache-cli
command: >
--deterministic
--gasLimit 20000000
--allowUnlimitedContractSize
--networkId 1337
--chainId 1337
anvil:
image: ghcr.io/foundry-rs/foundry:nightly-08d4315330b041cba67e44c65e0fc187fef54422
ports:
- 8545:8545
entrypoint: >
anvil
--host 0.0.0.0
-m "myth like bonus scare over problem client lizard pioneer submit female collect"
contracts:
image: lok52/zp-contracts:latest
verifier:
image: lok52/verifier:latest
build:
context: ./docker
dockerfile: Dockerfile.verifier
redis:
command: [redis-server, --appendonly, 'yes']
image: redis:6.2.6
Expand Down
9 changes: 0 additions & 9 deletions docker/Dockerfile.verifier

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"workspaces": [
"zp-memo-parser",
"zp-relayer",
"test-e2e",
"test-flow-generator"
],
"scripts": {
Expand Down
23 changes: 0 additions & 23 deletions test-e2e/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions test-e2e/docker-compose.test.yml

This file was deleted.

15 changes: 0 additions & 15 deletions test-e2e/index.html

This file was deleted.

26 changes: 0 additions & 26 deletions test-e2e/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions test-e2e/relayer.env

This file was deleted.

24 changes: 0 additions & 24 deletions test-e2e/src/constants.json

This file was deleted.

140 changes: 0 additions & 140 deletions test-e2e/src/index.ts

This file was deleted.

Loading