Skip to content

Commit

Permalink
feat: Add support for op-deployer, fix multiple L2s (#74)
Browse files Browse the repository at this point in the history
Depends on ethereum-optimism/optimism#12033.

---------

Co-authored-by: Barnabas Busa <busa.barnabas@gmail.com>
Co-authored-by: Barnabas Busa <barnabas.busa@ethereum.org>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent 0328314 commit eb59380
Show file tree
Hide file tree
Showing 32 changed files with 719 additions and 623 deletions.
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

0 comments on commit eb59380

Please sign in to comment.