Skip to content

Commit

Permalink
remove old assigner tests and balance example
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git committed Apr 17, 2024
1 parent ff8a1f6 commit 40360b7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 42 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,6 @@ jobs:
run: |
cmake --build build -t check-crypto3-assigner
- name: Run assigner tests
run: |
cd libs/assigner/test
chmod +x run_tests.py
python3 run_tests.py ../../../build/bin/assigner/assigner
cd ../../../
- name: Build proof for the circuit of the C++ examples
run: |
cmake --build build -t prove_cpp_examples
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,6 @@ jobs:
run: |
cmake --build build -t check-crypto3-assigner
- name: Run assigner tests
run: |
cd libs/assigner/test
chmod +x run_tests.py
python3 run_tests.py ../../../build/bin/assigner/assigner
cd ../../../
- name: Build proof for the circuit of the C++ examples
run: |
cmake --build build -t prove_cpp_examples
Expand Down
1 change: 0 additions & 1 deletion examples/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ add_example_with_proving(merkle_poseidon_21prover_3layers_cpp_example SOURCES me
add_example_without_proving(merkle_tree_sha2_256_cpp_example SOURCES merkle_tree_sha2_256.cpp INPUT merkle_tree_sha2_256.inp CURVE_TYPE pallas)
add_example_without_proving(validate_merkle_path_sha2_256_cpp_example SOURCES validate_merkle_path_sha2_256.cpp INPUT validate_merkle_path_sha2_256.inp CURVE_TYPE pallas)
add_example_without_proving(sha256_cpp_example SOURCES sha2_256.cpp INPUT sha2_256.inp CURVE_TYPE pallas)
add_example_with_proving(balance_cpp_example SOURCES balance.cpp INPUT balance.inp CURVE_TYPE pallas)
add_example_with_proving(memory_cpp_example SOURCES memory.cpp INPUT memory.inp CURVE_TYPE pallas)
add_example_with_proving(polynomial_cpp_example SOURCES polynomial.cpp INPUT polynomial.inp COMPILER_OPTIONS -std=c++20 CURVE_TYPE pallas)
add_example_with_proving(pallas_curve_addition_cpp_example
Expand Down
24 changes: 0 additions & 24 deletions examples/cpp/balance.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions examples/inputs/balance.inp

This file was deleted.

0 comments on commit 40360b7

Please sign in to comment.