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

Mix All Components Into Channel #350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Gali-StarkWare
Copy link
Contributor

@Gali-StarkWare Gali-StarkWare commented Jan 13, 2025

This change is Reviewable

@Gali-StarkWare Gali-StarkWare marked this pull request as ready for review January 13, 2025 09:40
Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Contributor

@ohad-starkware ohad-starkware left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @shaharsamocha7)

Copy link
Contributor

@shaharsamocha7 shaharsamocha7 left a comment

Choose a reason for hiding this comment

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

Reviewed all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Gali-StarkWare)


stwo_cairo_prover/crates/prover/src/cairo_air/air.rs line 409 at r1 (raw file):

    pub fn mix_into(&self, channel: &mut impl Channel) {
        self.opcodes.mix_into(channel);
        self.memory_address_to_id.mix_into(channel);

Add also
self.verify_instruction.mix_into(channel);

Copy link
Contributor Author

@Gali-StarkWare Gali-StarkWare left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @ohad-starkware and @shaharsamocha7)


stwo_cairo_prover/crates/prover/src/cairo_air/air.rs line 409 at r1 (raw file):

Previously, shaharsamocha7 wrote…

Add also
self.verify_instruction.mix_into(channel);

Oops, done

Copy link
Contributor

@ohad-starkware ohad-starkware left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @shaharsamocha7)

Copy link
Contributor

@shaharsamocha7 shaharsamocha7 left a comment

Choose a reason for hiding this comment

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

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Gali-StarkWare)


stwo_cairo_prover/crates/prover/src/cairo_air/air.rs line 409 at r1 (raw file):

Previously, Gali-StarkWare wrote…

Oops, done

can you do it in the same order as in claim::mix_into?

Copy link
Contributor Author

@Gali-StarkWare Gali-StarkWare left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @ohad-starkware and @shaharsamocha7)


stwo_cairo_prover/crates/prover/src/cairo_air/air.rs line 409 at r1 (raw file):

Previously, shaharsamocha7 wrote…

can you do it in the same order as in claim::mix_into?

I did it according to the orders in CairoClaim and in CairoInteructionClaim respectively, which are different for some reason. I can do another PR for making them the same.

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