-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
5,397 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# stwo-cairo-air | ||
|
||
This repo is using Git LFS | ||
``` | ||
https://packagecloud.io/github/git-lfs/install | ||
sudo apt-get update | ||
sudo apt-get install git-lfs | ||
git lfs install | ||
git lfs fetch --all | ||
git lfs pull | ||
This repo utilizes Google Cloud Storage for test artifacts. The test artifacts can be found and modified at the following URL: | ||
https://console.cloud.google.com/storage/browser/stwo-cairo-testing-artifacts?project=starkware-thirdparties | ||
To run the test: "test_read_from_large_files", use the run_large_test.sh script. | ||
This script will: | ||
Download the required input files from Google Cloud Storage. | ||
Execute the test. | ||
Delete the downloaded files after the test is complete. | ||
This test is configured to run automatically in the CI pipeline and will be ignored unless the --features "ci-test" flag is specified in the cargo test command." | ||
``` |
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
3 changes: 0 additions & 3 deletions
3
stwo_cairo_prover/crates/prover/test_data/large_cairo_input/fact.json
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
stwo_cairo_prover/crates/prover/test_data/large_cairo_input/mem
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
stwo_cairo_prover/crates/prover/test_data/large_cairo_input/priv.json
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
stwo_cairo_prover/crates/prover/test_data/large_cairo_input/pub.json
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
stwo_cairo_prover/crates/prover/test_data/large_cairo_input/trace
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+252 KB
(200000%)
stwo_cairo_prover/crates/prover/test_data/small_cairo_input/mem
Binary file not shown.
Oops, something went wrong.