-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'l2/integrate_cache_db' into l2/standalone_zkvm_test
- Loading branch information
Showing
106 changed files
with
4,039 additions
and
1,869 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: Assertoor | ||
on: | ||
merge_group: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ '*' ] | ||
paths-ignore: | ||
- "crates/l2/**" | ||
- 'README.md' | ||
- 'LICENSE' | ||
- "**/README.md" | ||
- "**/docs/**" | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: true | ||
|
||
env: | ||
RUST_VERSION: 1.80.1 | ||
|
||
jobs: | ||
test-run: | ||
name: Stability Check | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Build Docker image | ||
uses: docker/build-push-action@v5 | ||
with: | ||
context: . | ||
file: ./Dockerfile | ||
load: true # Important for building without pushing | ||
tags: ethereum_rust | ||
- name: Setup kurtosis testnet and run assertoor tests | ||
uses: ethpandaops/kurtosis-assertoor-github-action@v1 | ||
with: | ||
kurtosis_version: '1.3.1' | ||
ethereum_package_url: 'github.com/lambdaclass/ethereum-package' | ||
ethereum_package_branch: 'ethereum-rust-integration' | ||
ethereum_package_args: './test_data/network_params.yaml' |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: CI Skipped | ||
on: | ||
pull_request: | ||
branches: ["**"] | ||
paths: | ||
- 'README.md' | ||
- 'LICENSE' | ||
- "**/README.md" | ||
- "**/docs/**" | ||
jobs: | ||
lint: | ||
name: Lint | ||
runs-on: ubuntu-latest | ||
if: false | ||
steps: [run: true] | ||
|
||
test: | ||
name: Test | ||
runs-on: ubuntu-latest | ||
if: false | ||
steps: [run: true] | ||
|
||
docker-build: | ||
name: Build Docker image | ||
runs-on: ubuntu-latest | ||
if: false | ||
steps: [run: true] | ||
|
||
prover: | ||
name: Build RISC-V zkVM program | ||
runs-on: ubuntu-latest | ||
if: false | ||
steps: [run: true] |
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
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
Oops, something went wrong.