Skip to content

Commit

Permalink
Remove prover.js and circuit-lib code (#899)
Browse files Browse the repository at this point in the history
This commit cleans up the project repository by deleting the unused 'prover.js' and 'circuit-lib' code.
  • Loading branch information
sergeytimoshin authored Jun 27, 2024
1 parent 2169fe5 commit 252dc4d
Show file tree
Hide file tree
Showing 70 changed files with 379 additions and 7,778 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
source ./scripts/devenv.sh
npx nx build @lightprotocol/zk-compression-cli --skip-nx-cache
- name: Run CLI tests
run: |
source ./scripts/devenv.sh
npx nx test @lightprotocol/zk-compression-cli
- name: Run stateless.js tests
run: |
source ./scripts/devenv.sh
Expand Down
53 changes: 0 additions & 53 deletions .github/workflows/light-sdk-tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/release-pr-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ on:
type: choice
options:
- all
- circuit-lib.js
- cli
- compressed-token
- hasher.rs
- prover.js
- stateless.js
version:
description: Version to release
Expand Down
8 changes: 0 additions & 8 deletions circuit-lib/circuit-lib.circom/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions circuit-lib/circuit-lib.circom/.prettierrc

This file was deleted.

34 changes: 0 additions & 34 deletions circuit-lib/circuit-lib.circom/package.json

This file was deleted.

105 changes: 0 additions & 105 deletions circuit-lib/circuit-lib.circom/scripts/buildCircuits.sh

This file was deleted.

28 changes: 0 additions & 28 deletions circuit-lib/circuit-lib.circom/scripts/generateWitness.sh

This file was deleted.

105 changes: 0 additions & 105 deletions circuit-lib/circuit-lib.circom/scripts/parseVerifyingKeyToRust.js

This file was deleted.

Loading

0 comments on commit 252dc4d

Please sign in to comment.