Skip to content

[DON'T MERGE] data fetcher for testing snark worker rework #17211

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

Draft
wants to merge 3 commits into
base: compatible
Choose a base branch
from

Conversation

glyh
Copy link
Member

@glyh glyh commented May 17, 2025

Status: waiting for deploy.
I'll build docker image here to deploy in testnet to fetch data for testing snark worker.

@glyh glyh force-pushed the corvo/dump-snark-work-spec branch from 5a36d3e to df40f6e Compare May 17, 2025 03:57
@glyh
Copy link
Member Author

glyh commented May 17, 2025

!ci-build-me

let to_dump : DumpedWorkSpec.t =
{ prover = public_key; spec = spec.instances; fee = spec.fee }
in
work_spec_counter := !work_spec_counter + 1 ;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as snark worker is single threaded, we don't have race condition writing to same file here.

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.

1 participant