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

[FIX] Broken integration test caused by transcript (#715) #721

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

noel2004
Copy link
Member

This PR has fixed issue #715 by respect the assertion in from_base method of the Godilock extension field

Notice there is two method from_base and form_limbs in the ExtensionField trait which is not well illustrated and maybe we should update them later.

The two running mentioned in #715 have been success under this PR

cargo run --package ceno_zkvm --bin e2e -- --platform=sp1 ceno_zkvm/examples/fibonacci.elf

RUST_BACKTRACE=1 cargo run --package ceno_zkvm --example riscv_opcodes -- --start 10 --end 11

Copy link
Collaborator

@matthiasgoergens matthiasgoergens left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix.

@matthiasgoergens matthiasgoergens enabled auto-merge (squash) December 10, 2024 03:38
@matthiasgoergens matthiasgoergens merged commit 79ce99f into master Dec 10, 2024
6 checks passed
@matthiasgoergens matthiasgoergens deleted the fix/transcript_broken_integration branch December 10, 2024 04:19
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