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

fix(challenger): asterisc-kona trace type #11789

Merged
merged 1 commit into from
Sep 7, 2024
Merged

Conversation

clabby
Copy link
Member

@clabby clabby commented Sep 6, 2024

Overview

Fixes the integration of the asterisc-kona trace type and adds tests for the CLI flags, following up on #11140.

run-trace example

#!/bin/sh

NETWORK="op-sepolia"
ASTERISC_BIN_PATH="..."
KONA_HOST_PATH="..."
KONA_PRESTATE_PATH="..."
L1_SEPOLIA_RPC="..."
L1_BEACON_HTTP="..."
L2_ETH_RPC="..."
L2_CL_RPC="..."

# Build challenger
make

# Run challenger
./bin/op-challenger \
  run-trace \
  --l1-eth-rpc "$L1_ETH_RPC" \
  --l2-eth-rpc "$L2_ETH_RPC" \
  --rollup-rpc "$L2_CL_RPC" \
  --l1-beacon "$L1_BEACON_HTTP" \
  --datadir ./data \
  --trace-type asterisc-kona \
  --network "$NETWORK" \
  --asterisc-bin "$ASTERISC_BIN_PATH" \
  --asterisc-kona-server "$KONA_HOST_PATH" \
  --asterisc-kona-prestate "$KONA_PRESTATE_PATH"
Screenshot 2024-09-06 at 2 24 32 PM

@clabby clabby requested a review from a team as a code owner September 6, 2024 18:28
@clabby clabby requested review from geoknee and removed request for geoknee September 6, 2024 18:28
@clabby clabby assigned ajsutton and Inphi and unassigned ajsutton and Inphi Sep 6, 2024
@tynes tynes added this pull request to the merge queue Sep 7, 2024
Merged via the queue into develop with commit 52336b4 Sep 7, 2024
56 checks passed
@tynes tynes deleted the cl/fix-kona-challenger branch September 7, 2024 02:44
samlaf pushed a commit to samlaf/optimism that referenced this pull request Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants