-
Notifications
You must be signed in to change notification settings - Fork 81
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: cat breads example #311
base: main
Are you sure you want to change the base?
Conversation
Hi @SxTSimoneHaddad, thanks for the PR, would you mind Updating to Main with a rebase, then resolving the merge conflicts so we can merge this? Thank you. |
- name: Run cat breeds example | ||
run: cargo run --example cat_breeds |
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.
This change is no longer needed and can safely be reverted
@@ -244,4 +246,4 @@ jobs: | |||
- name: Install solhint | |||
run: npm install -g solhint | |||
- name: Run tests | |||
run: solhint -c 'crates/proof-of-sql/.solhint.json' 'crates/proof-of-sql/**/*.sol' -w 0 | |||
run: solhint -c 'crates/proof-of-sql/.solhint.json' 'crates/proof-of-sql/**/*.sol' -w 0 |
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.
NIT: please add a new line here
&prover_setup, | ||
&verifier_setup, | ||
); | ||
} |
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.
NIT: please add a new line here, this is likely fixed by running
cargo fmt
Rationale for this change
Added Example - Cat breads - Add an additional breads example to help improve documentation.
What changes are included in this PR?
cat breads example is added.
Are these changes tested?
Yes.