-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: rename AxVm -> Vm * chore: axvm -> openvm, axVM -> OpenVM * chore: mv axvm to openvm * chore: mv axvm-sdk to sdk * chore: rename ax- * chore: ax-stark to openvm-stark * chore: more rename * chore: more rename * chore: ax-poseidon2 -> openvm-poseidon2 * chore: cargo-axiom -> cargo-openvm * fmt * chore: OpenVM * fix: workflow * fix: workflow * fix: paths * chore: more rename * chore: more rename * fix: open-vm -> openvm * chore: mv primitives-derive * chore: update Cargo.lock * chore: remaining renamings * chore: remove patched revm for benchmark * chore: remove unnecessary workflows * chore: remove ssh * chore: readme * chore: remove circular dependency tests * chore: the rest * chore: fix * fix: missing + * fix: no ssh * fix: feature
- Loading branch information
1 parent
9d14c17
commit c2a16ee
Showing
632 changed files
with
6,204 additions
and
6,724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,11 +128,6 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref || github.ref }} | ||
- name: Give GitHub Actions access to axiom-crypto/revm | ||
uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: | | ||
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }} | ||
|
||
- uses: dtolnay/rust-toolchain@nightly | ||
- uses: Swatinem/rust-cache@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ concurrency: | |
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
AXIOM_FAST_TEST: "1" | ||
OPENVM_FAST_TEST: "1" | ||
|
||
jobs: | ||
tests: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ concurrency: | |
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
AXIOM_FAST_TEST: "1" | ||
OPENVM_FAST_TEST: "1" | ||
|
||
jobs: | ||
tests: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ concurrency: | |
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
AXIOM_FAST_TEST: "1" | ||
OPENVM_FAST_TEST: "1" | ||
|
||
jobs: | ||
tests: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ concurrency: | |
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
AXIOM_FAST_TEST: "1" | ||
OPENVM_FAST_TEST: "1" | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ concurrency: | |
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
AXIOM_FAST_TEST: "1" | ||
OPENVM_FAST_TEST: "1" | ||
|
||
jobs: | ||
tests: | ||
|
Oops, something went wrong.