Skip to content

Commit

Permalink
Merge branch 'main' into Disable-default-features-for-tracing-#14526
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Feb 24, 2025
2 parents 584df03 + 6074d8d commit 34a4aa5
Show file tree
Hide file tree
Showing 51 changed files with 742 additions and 548 deletions.
4 changes: 1 addition & 3 deletions .github/assets/kurtosis_op_network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ optimism_package:
chains:
- participants:
- el_type: op-geth
el_image: "us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101411.8"
cl_type: op-node
- el_type: op-reth
el_image: "ghcr.io/paradigmxyz/op-reth:kurtosis-ci"
cl_type: op-node
batcher_params:
extra_params:
- "--throttle-interval=0"
28 changes: 14 additions & 14 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,35 +118,35 @@ jobs:

# consume-engine
- sim: ethereum/eest/consume-engine
limit: tests/prague
limit: .*tests/prague
- sim: ethereum/eest/consume-engine
limit: tests/cancun
limit: .*tests/cancun
- sim: ethereum/eest/consume-engine
limit: tests/shanghai
limit: .*tests/shanghai
- sim: ethereum/eest/consume-engine
limit: tests/berlin
limit: .*tests/berlin
- sim: ethereum/eest/consume-engine
limit: tests/istanbul
limit: .*tests/istanbul
- sim: ethereum/eest/consume-engine
limit: tests/homestead
limit: .*tests/homestead
- sim: ethereum/eest/consume-engine
limit: tests/frontier
limit: .*tests/frontier

# consume-rlp
- sim: ethereum/eest/consume-rlp
limit: tests/prague
limit: .*tests/prague
- sim: ethereum/eest/consume-rlp
limit: tests/cancun
limit: .*tests/cancun
- sim: ethereum/eest/consume-rlp
limit: tests/shanghai
limit: .*tests/shanghai
- sim: ethereum/eest/consume-rlp
limit: tests/berlin
limit: .*tests/berlin
- sim: ethereum/eest/consume-rlp
limit: tests/istanbul
limit: .*tests/istanbul
- sim: ethereum/eest/consume-rlp
limit: tests/homestead
limit: .*tests/homestead
- sim: ethereum/eest/consume-rlp
limit: tests/frontier
limit: .*tests/frontier
needs:
- prepare-reth
- prepare-hive
Expand Down
Loading

0 comments on commit 34a4aa5

Please sign in to comment.