-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
eb43178
to
2add94d
Compare
|
||
proof_of_work_commit(ref channel, *unsent_commitment.proof_of_work, *config.proof_of_work); | ||
|
||
StarkCommitment { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
4e72b8e
to
1eca072
Compare
1eca072
to
5a5cfb0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.