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

Remove custom "demo-prover/guest" logic. Replace with StateTransitionVerifier. #900

Merged
merged 6 commits into from
Sep 20, 2023

Conversation

preston-evans98
Copy link
Member

Description

This PR makes two related changes. First, it removes all of the custom logic from the demo-prover guest crate and replaces it with a simple invocation of the StateTransitionVerifier. Second, it adds feature gating to the demo-rollup package to allow the AppVerifier (StateTransitionVerifier of the demo-stf) to be used inside of the guest environment. Along the way, this PR also fixes the feature gating of the stf-runner package.

@preston-evans98 preston-evans98 added this pull request to the merge queue Sep 20, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 20, 2023
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #900 (08be766) into nightly (274f437) will decrease coverage by 0.1%.
The diff coverage is n/a.

see 2 files with indirect coverage changes

@preston-evans98 preston-evans98 added this pull request to the merge queue Sep 20, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 20, 2023
@preston-evans98 preston-evans98 added this pull request to the merge queue Sep 20, 2023
Merged via the queue into nightly with commit 25335b8 Sep 20, 2023
13 checks passed
@preston-evans98 preston-evans98 deleted the preston/verifier branch September 20, 2023 19:47
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.

3 participants