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

o1vm/pickles: initialize the structure #2584

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

dannywillems
Copy link
Member

@dannywillems dannywillems commented Sep 19, 2024

I am not able to run it now (unstable Internet connection).
Use

cargo run --bin pickles_o1vm \
    --all-features \
    --release \
    -p o1vm -- \        
      --pprof.cpu \
      --info-at "${INFO_AT:-%10000000}" \
      --snapshot-state-at "${SNAPSHOT_STATE_AT:-%10000000}" \
      --proof-at never \
      --stop-at "${STOP_AT:-never}" \
      --input "${ZKVM_STATE_FILENAME:-./state.json}" \
      -- \
      ./ethereum-optimism/op-program/bin/op-program \
      --log.level DEBUG \
      --l1 "${L1_RPC}" \
      --l2 "${L2_RPC}" \
      --network sepolia \
      --datadir "${OP_PROGRAM_DATA_DIR}" \
      --l1.head "${L1_HEAD}" \
      --l2.head "${L2_HEAD}" \
      --l2.outputroot "${STARTING_OUTPUT_ROOT}" \
      --l2.claim "${L2_CLAIM}" \
      --l2.blocknumber "${L2_BLOCK_NUMBER}" \
      --server

Base automatically changed from dw/reorg-o1vm to master September 19, 2024 16:53
Copy link

codecov bot commented Sep 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 51 lines in your changes missing coverage. Please review.

Project coverage is 70.91%. Comparing base (72fc39f) to head (f5ba002).
Report is 25 commits behind head on master.

Files with missing lines Patch % Lines
o1vm/src/pickles/main.rs 0.00% 51 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2584      +/-   ##
==========================================
- Coverage   70.98%   70.91%   -0.07%     
==========================================
  Files         240      241       +1     
  Lines       57707    57758      +51     
==========================================
- Hits        40963    40961       -2     
- Misses      16744    16797      +53     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dannywillems
Copy link
Member Author

Running the command on my machine.

@dannywillems
Copy link
Member Author

I confirm the code runs on my machine. It doesn't do much for now.
I will add in a follow-up PR a way to change the flavor of the o1vm we want to run.

@dannywillems dannywillems merged commit 51eca9f into master Sep 23, 2024
6 of 7 checks passed
@dannywillems dannywillems deleted the dw/o1vm-pickles branch September 23, 2024 16:16
@dannywillems dannywillems mentioned this pull request Sep 23, 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.

2 participants