Skip to content

Commit

Permalink
Merge pull request #11 from Sovereign-Labs/dub/mock_celestia_features
Browse files Browse the repository at this point in the history
Support both celestia and mock (default) for sov-rollup-starter
  • Loading branch information
dubbelosix authored Nov 13, 2023
2 parents 66a7756 + 670a7cd commit 3fa9460
Show file tree
Hide file tree
Showing 41 changed files with 4,730 additions and 160 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.2"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache dependencies
uses: Swatinem/rust-cache@v2
- name: Install cargo-risc0 # Risc0 v0.17 and higher require a cargo extension to build the guest code
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.idea
/target/
/rollup-starter-data/
/crates/provers/risc0/guest-mock/target
/crates/provers/risc0/guest-mock/target
docker/credentials/*
!docker/credentials/bridge-0.addr
!docker/credentials/bridge-0.key
Loading

0 comments on commit 3fa9460

Please sign in to comment.