Skip to content

Commit

Permalink
feat: add e2e test for transaction exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesho committed Oct 16, 2024
1 parent dd5abda commit dda0b00
Show file tree
Hide file tree
Showing 19 changed files with 492 additions and 1,016 deletions.
2 changes: 1 addition & 1 deletion docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ services:
--plugin-linea-l1-smart-contract-address="0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9" \
--plugin-linea-l1-rpc-endpoint="http://l1-el-node:8545" \
--plugin-linea-rejected-tx-endpoint="http://transaction-exclusion-api:8080" \
--plugin-linea-node-type="P2P" \
--plugin-linea-node-type="RPC" \
--bootnodes=enode://14408801a444dafc44afbccce2eb755f902aed3b5743fed787b3c790e021fef28b8c827ed896aa4e8fb46e22bd67c39f994a73768b4b382f8597b0d44370e15d@11.11.11.101:30303
volumes:
- ./config/l2-node-besu/l2-node-besu-config.toml:/var/lib/besu/l2-node-besu.config.toml:ro
Expand Down
34 changes: 0 additions & 34 deletions e2e/env-setup/custom.d.ts

This file was deleted.

55 changes: 0 additions & 55 deletions e2e/env-setup/setup-dev.ts

This file was deleted.

83 changes: 0 additions & 83 deletions e2e/env-setup/setup-local-deploy.ts

This file was deleted.

94 changes: 0 additions & 94 deletions e2e/env-setup/setup-local.ts

This file was deleted.

64 changes: 0 additions & 64 deletions e2e/env-setup/setup-shadow.ts

This file was deleted.

Loading

0 comments on commit dda0b00

Please sign in to comment.