Skip to content

Commit

Permalink
remove compiled contract from repo
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
tkumor3 committed Mar 11, 2024
1 parent b5810ed commit 5722a86
Show file tree
Hide file tree
Showing 52 changed files with 3 additions and 169,864 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
with:
repository: starkware-libs/cairo
path: cairo_v2
ref: 1a4ccb01f6fb0a74bfc23238ca1088fe2659d087
ref: 87570bdf92ab146aca518fa6424b6fb9a4d18507

- name: Create text file
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ cython_debug/
# Allow precompiled contracts
!/starknet_py/tests/e2e/mock/contracts_compiled/precompiled/
!/starknet_py/tests/e2e/mock/contracts_compiled_v1/precompiled/
!/starknet_py/tests/e2e/mock/contracts_compiled_v2_6/precompiled/

# Cairo1 compiler manifest
/starknet_py/tests/e2e/manifest-path
Expand Down
2 changes: 1 addition & 1 deletion starknet_py/hash/casm_class_hash_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_compute_casm_class_hash(casm_contract_class_source, expected_casm_class
@pytest.mark.parametrize(
"casm_contract_class_source, expected_casm_class_hash",
[
("starknet_contract.casm", 0x603dd72504d8b0bc54df4f1102fdcf87fc3b2b94750a9083a5876913eec08e4),
("precompiled/starknet_contract.json", 0x603dd72504d8b0bc54df4f1102fdcf87fc3b2b94750a9083a5876913eec08e4),
],
)
def test_compute_casm_class_hash_v2_6(casm_contract_class_source, expected_casm_class_hash):
Expand Down
1 change: 0 additions & 1 deletion starknet_py/tests/e2e/manifest-path

This file was deleted.

Loading

0 comments on commit 5722a86

Please sign in to comment.