mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore(op): unify crate name reth-optimism-* (#11223)
This commit is contained in:
4
.github/assets/check_wasm.sh
vendored
4
.github/assets/check_wasm.sh
vendored
@@ -35,7 +35,6 @@ exclude_crates=(
|
||||
reth-ethereum-payload-builder
|
||||
reth-etl
|
||||
reth-evm-ethereum
|
||||
reth-evm-optimism
|
||||
reth-execution-errors
|
||||
reth-exex
|
||||
reth-exex-test-utils
|
||||
@@ -49,8 +48,9 @@ exclude_crates=(
|
||||
reth-node-ethereum
|
||||
reth-node-events
|
||||
reth-node-metrics
|
||||
reth-node-optimism
|
||||
reth-optimism-cli
|
||||
reth-optimism-evm
|
||||
reth-optimism-node
|
||||
reth-optimism-payload-builder
|
||||
reth-optimism-rpc
|
||||
reth-payload-builder
|
||||
|
||||
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
name: Run tests
|
||||
run: |
|
||||
cargo nextest run \
|
||||
--locked -p reth-node-optimism --features "optimism"
|
||||
--locked -p reth-optimism-node --features "optimism"
|
||||
|
||||
integration-success:
|
||||
name: integration success
|
||||
|
||||
Reference in New Issue
Block a user