Skip to content

Commit

Permalink
remove LFS (#47)
Browse files Browse the repository at this point in the history
* toolchain update

* test

* test

* test

* test

* git lfs remove

* rm lfs

---------

Co-authored-by: Bartosz Nowak <[email protected]>
  • Loading branch information
Okm165 and Bartosz Nowak authored Oct 21, 2024
1 parent 103e811 commit ccb89e8
Show file tree
Hide file tree
Showing 28 changed files with 72,153 additions and 85 deletions.
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

0 comments on commit ccb89e8

Please sign in to comment.