-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove enforce selector constraint (#205)
* Start Cairo AIR refactor * Refactor Cairo execution trace module * Fix tests so that they compile * Continue fixes * Fix cairo output and rc program test * Rearrange testing folders * Fix some tests * Fix all tests * Fixed transition degrees to the correct ones * Polish tests and fix benches * Fix makefile targets * Add documentation for add_pub_memory_in_public_input_section * Uncomment test optimizations * Fix giza bench * Fix giza bench again * Save work in progress * Fix benchmarks * Fix clippy lints * Add serialization tests * Remove Cairo 1 * Fmt * Remove no longer valid tests * Fix clippy * Update Cargo.toml --------- Co-authored-by: MauroFab <[email protected]> Co-authored-by: Mauro Toscano <[email protected]>
- Loading branch information
1 parent
c601bb1
commit 3002245
Showing
25 changed files
with
2,746 additions
and
1,816 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ COPY requirements.txt / | |
|
||
RUN pip install -r /requirements.txt | ||
|
||
CMD ["cairo-compile"] | ||
ENTRYPOINT ["cairo-compile"] |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.