-
Notifications
You must be signed in to change notification settings - Fork 24
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
Initial work for the Fibonacci demo prover #26
Initial work for the Fibonacci demo prover #26
Conversation
Codecov ReportAttention: Patch coverage is
|
Relocating the stwo_fork to a separate repo, for two reasons: |
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
01836ef
into
Bitcoin-Wildlife-Sanctuary:main
Since we need to replace the channel, it seems to force us to copy-paste some code from stwo and make modifications over it.
In this PR, we will put those code under
crate::stwo_fork
, and we will revisit in a later day what changes should we suggest tostwo
to avoid the need of forking (mostly due to hardcoded struct).Some of the immediate next steps are labeled in the code as "TODO(Bitcoin)".