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

feat/stark-commit #59

Merged
merged 22 commits into from
Jan 16, 2024
Merged

feat/stark-commit #59

merged 22 commits into from
Jan 16, 2024

Conversation

neotheprogramist
Copy link
Contributor

No description provided.

@neotheprogramist neotheprogramist marked this pull request as draft January 12, 2024 07:14
@neotheprogramist neotheprogramist self-assigned this Jan 12, 2024
@neotheprogramist neotheprogramist force-pushed the feat/stark-commit branch 2 times, most recently from eb43178 to 2add94d Compare January 12, 2024 12:40
@neotheprogramist neotheprogramist marked this pull request as ready for review January 12, 2024 16:20
@neotheprogramist neotheprogramist requested review from tiagofneto and Okm165 and removed request for tiagofneto January 12, 2024 16:21
src/air/constants.cairo Outdated Show resolved Hide resolved
@neotheprogramist neotheprogramist linked an issue Jan 15, 2024 that may be closed by this pull request
src/stark/stark_commit.cairo Outdated Show resolved Hide resolved
src/stark/stark_commit.cairo Outdated Show resolved Hide resolved
src/stark/stark_commit.cairo Outdated Show resolved Hide resolved

proof_of_work_commit(ref channel, *unsent_commitment.proof_of_work, *config.proof_of_work);

StarkCommitment {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Given that this is the output of func it should have arrays instead of spans
WDYT?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've converted interaction_after_oods to Array but let's leave oods_values as Span because I would need to convert it manually to Array in the function body because it's provided as a snapshot function argument.

Base automatically changed from stark-verify to main January 15, 2024 14:41
Copy link
Collaborator

@Okm165 Okm165 left a comment

Choose a reason for hiding this comment

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

LGTM

@neotheprogramist neotheprogramist merged commit e06d3ca into main Jan 16, 2024
2 checks passed
@neotheprogramist neotheprogramist deleted the feat/stark-commit branch January 18, 2024 16:07
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.

Develop stark-commit functionality
2 participants