-
Notifications
You must be signed in to change notification settings - Fork 145
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
docs: stone prover trace docs - layout plain #658
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
entropidelic
commented
Nov 1, 2023
•
edited
Loading
edited
- Add docs for the trace configuration used in the Stone prover
- Add representation of the trace built in the stone prover in csv format, for a simple fibonacci program.
Codecov Report
@@ Coverage Diff @@
## main #658 +/- ##
=======================================
Coverage 96.77% 96.77%
=======================================
Files 118 118
Lines 28454 28454
=======================================
Hits 27536 27536
Misses 918 918 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
diegokingston
approved these changes
Nov 2, 2023
MauroToscano
approved these changes
Nov 3, 2023
Maybe we should add this to the main docs |
ajgara
approved these changes
Nov 6, 2023
PatStiles
pushed a commit
to PatStiles/lambdaworks
that referenced
this pull request
Nov 7, 2023
* Add docs for stone prover trace with plain layout * Add csv traces of fibonacci program * Add stone prover docs to mdbook
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 16, 2023
* add mersenne31 prime field * fix representative field all tests passing * delete cmt * add bench for U64 mont and mersenne31 * Stark: make transcript compatible with Stone Prover (#570) * add StarkTranscript trait and implementation * make append field element compatible with stone prover * add test * add tests * uncomment test * remove code added by mistake to exercises * make counter of type u32 * add field extension and fuzz * clean up and add improved add and sub * update inv() fuzz working * plonky3 fuzz target * fix ci * fix lint attempt 2 * fix comment * add no std features for Mersenne31 ByteConversion * fix ci * fix comment * add bench * add mersenne montgomery bench * fmt * fix old merge conflcit * fix bench method * docs: stone prover trace docs - layout plain (#658) * Add docs for stone prover trace with plain layout * Add csv traces of fibonacci program * Add stone prover docs to mdbook * fix ci * Fix name in clippy lints --------- Co-authored-by: Sergio Chouhy <[email protected]> Co-authored-by: Mariano A. Nicolini <[email protected]> Co-authored-by: Mauro Toscano <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.