Skip to content

remove zkvmnetwork trait and networkproverservice#2795

Open
ross-weir wants to merge 2 commits intodevfrom
ross/remove-network-prover
Open

remove zkvmnetwork trait and networkproverservice#2795
ross-weir wants to merge 2 commits intodevfrom
ross/remove-network-prover

Conversation

@ross-weir
Copy link
Copy Markdown
Member

Description

Remove ZkvmNetwork trait in favour of a single ZkvmHost trait

Remove NetworkProverService in favour of the existing ParallelProverService which works well for network/cpu/mock proving out of the box

  • I have updated CHANGELOG.md with a new entry if my PR makes any breaking changes or fixes a bug. If my PR removes a feature or changes its behavior, I provide help for users on how to migrate to the new behavior.
  • I have carefully reviewed all my Cargo.toml changes before opening the PRs. (Are all new dependencies necessary? Is any module dependency leaked into the full-node (hint: it shouldn't)?)

Linked Issues

  • Fixes # (issue, if applicable)
  • Related to # (issue)

Testing

Describe how these changes were tested. If you've added new features, have you added unit tests?

Docs

Describe where this code is documented. If it changes a documented interface, have the docs been updated?

Rendered docs are available at https://sovlabs-ci-rustdoc-artifacts.us-east-1.amazonaws.com/<BRANCH_NAME>/index.html

#[derive(Debug)]
pub(crate) struct PendingProverTasksMetric {
/// Number of proving tasks currently in flight.
pub pending_tasks_count: usize,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Will look into re-adding this

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This diff line is wrong.. the comment was on the submit_duration_ms metric not pending tasks

Copy link
Copy Markdown
Member

@bkolad bkolad left a comment

Choose a reason for hiding this comment

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

LGTM thx!

@ross-weir ross-weir enabled auto-merge (squash) April 30, 2026 10:45
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