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

Fixing demo-prover #1274

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Fixing demo-prover #1274

merged 1 commit into from
Jan 3, 2024

Conversation

theochap
Copy link
Contributor

@theochap theochap commented Jan 3, 2024

Description

The PR #1256 (Add extract_output methods to ZkvmHost) broke the demo-rollup bench. The origin of the issue is a change in the StateTransitionData structure definition - which caused a deserialization error.
I modified the existing bench by adding the StateTransitionData structure directly to the hints so that subsequent modifications of the latter are reported at compile time.

Testing

Tested by running the benchmark locally

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (13a012f) 79.2% compared to head (e5fcc90) 79.2%.

Additional details and impacted files

see 1 file with indirect coverage changes

@theochap theochap enabled auto-merge January 3, 2024 13:16
@theochap theochap added this pull request to the merge queue Jan 3, 2024
Merged via the queue into nightly with commit 8faf706 Jan 3, 2024
16 checks passed
@theochap theochap deleted the quick-fix/demo-rollup branch January 3, 2024 13:46
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