Skip to content

Commit

Permalink
chore: remove old axiom_circuit (#43)
Browse files Browse the repository at this point in the history
* chore: update readme to remove old contract/circuit descriptions

* chore: remove axiom_circuit

* chore: update docs

* chore: minor rephrasings

* chore: rename standalone_circuit

---------

Co-authored-by: PangZhi <[email protected]>
  • Loading branch information
yi-sun and PangZhi authored Aug 30, 2024
1 parent 75ed184 commit 79f45dd
Show file tree
Hide file tree
Showing 118 changed files with 39 additions and 31,074 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
with:
check_filenames: true
ignore_words_list: crate
skip: ./.git,./lib,./axiom_circuit/Cargo.lock,./standalone_circuit/Cargo.lock
skip: ./.git,./lib,./circuit/Cargo.lock
17 changes: 4 additions & 13 deletions .github/workflows/test_circuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,11 @@ jobs:
ssh-private-key: |
${{ secrets.AXIOM_ETH_DEPLOY_PRIVATE_KEY }}
${{ secrets.AXIOM_TOOLS_DEPLOY_PRIVATE_KEY }}
- name: Build Axiom circuit
working-directory: ./axiom_circuit
run: |
cargo build --verbose
- name: Test Axiom circuit
working-directory: ./axiom_circuit
run: |
cargo test
- name: Build Standalone circuit V1
working-directory: ./standalone_circuit
- name: Build circuit V1
working-directory: ./circuit
run: |
cargo build --features "v1, keygen" --verbose
- name: Build Standalone circuit V2
working-directory: ./standalone_circuit
- name: Build circuit V2
working-directory: ./circuit
run: |
cargo build --features "v2, keygen" --verbose
152 changes: 32 additions & 120 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 79f45dd

Please sign in to comment.