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

feat: Add support for op-deployer, fix multiple L2s #74

Merged
merged 24 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
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
13 changes: 7 additions & 6 deletions .github/tests/blockscout.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
optimism_package:
- participants:
- el_type: op-geth
network_params:
name: op-rollup-one
additional_services:
- blockscout
chains:
- participants:
- el_type: op-geth
network_params:
name: op-rollup-one
additional_services:
- blockscout
9 changes: 5 additions & 4 deletions .github/tests/helder-op.yaml_norun
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
optimism_package:
participants:
- el_type: op-geth
additional_services:
- blockscout
chains:
- participants:
- el_type: op-geth
additional_services:
- blockscout
ethereum_package:
participants:
- el_type: nethermind
Expand Down
19 changes: 10 additions & 9 deletions .github/tests/hildr.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
optimism_package:
participants:
- el_type: op-geth
cl_type: op-node
- el_type: op-geth
cl_type: hildr
- el_type: op-reth
cl_type: hildr
- el_type: op-erigon
cl_type: hildr
chains:
- participants:
- el_type: op-geth
cl_type: op-node
- el_type: op-geth
cl_type: hildr
- el_type: op-reth
cl_type: hildr
- el_type: op-erigon
cl_type: hildr
13 changes: 7 additions & 6 deletions .github/tests/multiple_l2s.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
optimism_package:
- network_params:
name: op-rollup-one
network_id: '3151909'
- network_params:
name: op-rollup-two
network_id: '3151910'
chains:
- network_params:
name: op-rollup-one
network_id: '3151909'
- network_params:
name: op-rollup-two
network_id: '3151910'
7 changes: 4 additions & 3 deletions .github/tests/op-besu.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
optimism_package:
participants:
- el_type: op-besu
cl_type: op-node
chains:
- participants:
- el_type: op-besu
cl_type: op-node
7 changes: 4 additions & 3 deletions .github/tests/op-erigon.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
optimism_package:
participants:
- el_type: op-erigon
cl_type: op-node
chains:
- participants:
- el_type: op-erigon
cl_type: op-node
7 changes: 4 additions & 3 deletions .github/tests/op-geth.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
optimism_package:
participants:
- el_type: op-geth
cl_type: op-node
chains:
- participants:
- el_type: op-geth
cl_type: op-node
9 changes: 5 additions & 4 deletions .github/tests/op-nethermind.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
optimism_package:
participants:
- el_type: op-geth
- el_type: op-nethermind
cl_type: op-node
chains:
- participants:
- el_type: op-geth
- el_type: op-nethermind
cl_type: op-node
19 changes: 10 additions & 9 deletions .github/tests/op-node.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
optimism_package:
participants:
- el_type: op-geth
cl_type: op-node
- el_type: op-reth
cl_type: op-node
- el_type: op-erigon
cl_type: op-node
- el_type: op-nethermind
cl_type: op-node
chains:
- participants:
- el_type: op-geth
cl_type: op-node
- el_type: op-reth
cl_type: op-node
- el_type: op-erigon
cl_type: op-node
- el_type: op-nethermind
cl_type: op-node
7 changes: 4 additions & 3 deletions .github/tests/op-reth.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
optimism_package:
participants:
- el_type: op-reth
cl_type: op-node
chains:
- participants:
- el_type: op-reth
cl_type: op-node
5 changes: 3 additions & 2 deletions .github/tests/single_l2.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
optimism_package:
participants:
- count: 2
chains:
- participants:
- count: 2
Loading