Revert "Moving Optimism bin to Optimism Cli" (#9875)

This commit is contained in:
Matthias Seitz
2024-07-29 22:52:59 +02:00
committed by GitHub
parent 700e660337
commit 700caca7a8
22 changed files with 134 additions and 157 deletions

View File

@ -70,7 +70,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo hack check --workspace --exclude op-reth
- run: cargo hack check
msrv:
name: MSRV / ${{ matrix.network }}

View File

@ -33,7 +33,8 @@ jobs:
with:
cache-on-failure: true
- name: Build op-reth
run: make install-op
run: |
cargo install --features asm-keccak,jemalloc,optimism --bin op-reth --path bin/reth
- name: Run sync
# https://basescan.org/block/10000
run: |