forked from lambdaclass/lambdaworks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add step abstraction to trace (lambdaclass#662)
* Start with multi row steps on trace * Add table and step view functionality * Save work in progress * Remove unused feature from cairo-vm * Add comment in Cargo.toml * Fix some AIRs with the refactor * Change Frame to Table struct in stark proof for OODS * Further refactor in Table APIs * Apply clippy suggestion * Fix trace oods evaluations name in proof struct * Save work in progress * Fix unhandled merge conflict * Fix some Cairo constraints * Fix permutation argument Cairo constraints * Fix all Cairo constraints * Fix all compilation * Fix all tests * Apply clippy suggestion * Remove argument in empty() function * revert a mistaken change * Remove unused code * Use step size constant in validate_trace function * Remove unused method and remove hardcoded 1 in prover * Remove hardcoded value in trace construction * Add documentation to code * Add more documentation * Change hardcoded step size * Remove useless test
- Loading branch information
1 parent
24c84ab
commit c5b0935
Showing
16 changed files
with
504 additions
and
360 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.