Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
chore: update Sovereign dependencies to rev 3f94cecc (#93)
Browse files Browse the repository at this point in the history
* deps: update sovereign to rev 3f94cecc

* fix: introduce namespaces to SlotKey

* chore: update sov-ibc-mocks

* nit

* fix: specify risczero version

* deps: update basecoin rev
  • Loading branch information
Farhad-Shabani authored Mar 9, 2024
1 parent e67de8b commit c00ae1e
Show file tree
Hide file tree
Showing 10 changed files with 203 additions and 94 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/risc0-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
git config --global --replace-all "url.https://${{ secrets.AUTH_TOKEN }}@github.com.insteadOf" ssh://[email protected]
- name: Cache dependencies
uses: Swatinem/rust-cache@v2
- name: Install cargo-risc0
run: cargo install cargo-risczero
- name: Install cargo-risczero
uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Install risc0-zkvm toolchain
run: cargo risczero install
run: cargo risczero install --version v2024-02-08.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check Risc0 compatibility
Expand Down
Loading

0 comments on commit c00ae1e

Please sign in to comment.