Skip to content

Commit

Permalink
refactor: rename crates (#691)
Browse files Browse the repository at this point in the history
* chore: rename afs-stark-backend -> ax-stark-backend

* chore: rename afs-primitives -> ax-circuit-primitives

* chore: rename stark-vm -> axvm-circuits

* chore: rename afs-recursion -> axvm-recursion, poseidon2-air ->
ax-poseidon2-air

* chore: rename afs-compiler -> axvm-native-compiler

* chore: rename afs-compiler -> axvm-native-compiler

* chore: rename ax-ecc-lib -> axvm-ecc

* fixup

* cargo fmt

* fix: import

* fix: import

---------

Co-authored-by: Yi Sun <[email protected]>
  • Loading branch information
jonathanpwang and yi-sun authored Oct 27, 2024
1 parent 852c6a5 commit 8367dc1
Show file tree
Hide file tree
Showing 311 changed files with 965 additions and 960 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ecc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "stark-backend/**"
- "circuits/primitives/**"
- "vm/**"
- "toolchain/compiler/**"
- "toolchain/native-compiler/**"
- "circuits/ecc/**"
- "lib/ecc/**"
- "lib/ecc-execution/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursion-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "stark-backend/**"
- "circuits/primitives/**"
- "vm/**"
- "toolchain/compiler/**"
- "toolchain/native-compiler/**"
- "lib/recursion/**"
- ".github/workflows/benchmark-call.yml"
label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "stark-backend/**"
- "circuits/primitives/**"
- "vm/**"
- "toolchain/compiler/**"
- "toolchain/native-compiler/**"
- "lib/recursion/**"

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/toolchain-edsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["main"]
paths:
- "vm/**"
- "toolchain/compiler/**"
- "toolchain/native-compiler/**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand All @@ -32,6 +32,6 @@ jobs:
- uses: taiki-e/install-action@nextest

- name: Run compiler tests
working-directory: toolchain/compiler
working-directory: toolchain/native-compiler
run: |
cargo nextest run --cargo-profile=fast --features parallel
Loading

0 comments on commit 8367dc1

Please sign in to comment.