Skip to content
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

remove LFS #47

Merged
merged 7 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
lfs: true

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down Expand Up @@ -62,8 +60,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
lfs: true

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down Expand Up @@ -113,8 +109,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
lfs: true

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down Expand Up @@ -157,8 +151,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
lfs: true

- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down
1,743 changes: 1,740 additions & 3 deletions examples/proofs/dex/cairo0_stone5_example_proof.json

Large diffs are not rendered by default.

3,132 changes: 3,129 additions & 3 deletions examples/proofs/dex/cairo0_stone6_blake2s_248_lsb_example_proof.json

Large diffs are not rendered by default.

3,069 changes: 3,066 additions & 3 deletions examples/proofs/dex/cairo0_stone6_example_proof.json

Large diffs are not rendered by default.

3,153 changes: 3,150 additions & 3 deletions examples/proofs/dex/cairo0_stone6_keccak_160_lsb_example_proof.json

Large diffs are not rendered by default.

6,516 changes: 6,513 additions & 3 deletions examples/proofs/dynamic/cairo0_stone6_example_proof.json

Large diffs are not rendered by default.

1,564 changes: 1,561 additions & 3 deletions examples/proofs/recursive/cairo0_stone5_example_proof.json

Large diffs are not rendered by default.

2,891 changes: 2,888 additions & 3 deletions examples/proofs/recursive/cairo0_stone6_blake2s_248_lsb_example_proof.json

Large diffs are not rendered by default.

2,863 changes: 2,860 additions & 3 deletions examples/proofs/recursive/cairo0_stone6_example_proof.json

Large diffs are not rendered by default.

2,851 changes: 2,848 additions & 3 deletions examples/proofs/recursive/cairo0_stone6_keccak_160_lsb_example_proof.json

Large diffs are not rendered by default.

1,872 changes: 1,869 additions & 3 deletions examples/proofs/recursive_with_poseidon/cairo0_stone5_example_proof.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,918 changes: 2,915 additions & 3 deletions examples/proofs/recursive_with_poseidon/cairo0_stone6_example_proof.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,759 changes: 1,756 additions & 3 deletions examples/proofs/small/cairo0_stone5_example_proof.json

Large diffs are not rendered by default.

3,089 changes: 3,086 additions & 3 deletions examples/proofs/small/cairo0_stone6_blake2s_248_lsb_example_proof.json

Large diffs are not rendered by default.

3,200 changes: 3,197 additions & 3 deletions examples/proofs/small/cairo0_stone6_example_proof.json

Large diffs are not rendered by default.

3,200 changes: 3,197 additions & 3 deletions examples/proofs/small/cairo0_stone6_keccak_160_lsb_example_proof.json

Large diffs are not rendered by default.

2,074 changes: 2,071 additions & 3 deletions examples/proofs/starknet/cairo0_stone5_example_proof.json

Large diffs are not rendered by default.

3,125 changes: 3,122 additions & 3 deletions examples/proofs/starknet/cairo0_stone6_blake2s_248_lsb_example_proof.json

Large diffs are not rendered by default.

3,140 changes: 3,137 additions & 3 deletions examples/proofs/starknet/cairo0_stone6_example_proof.json

Large diffs are not rendered by default.

3,112 changes: 3,109 additions & 3 deletions examples/proofs/starknet/cairo0_stone6_keccak_160_lsb_example_proof.json

Large diffs are not rendered by default.

1,998 changes: 1,995 additions & 3 deletions examples/proofs/starknet_with_keccak/cairo0_stone5_example_proof.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3,093 changes: 3,090 additions & 3 deletions examples/proofs/starknet_with_keccak/cairo0_stone6_example_proof.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.79.0"
channel = "1.82.0"
components = ["rustfmt", "clippy"]
profile = "minimal"

Expand Down
Loading