This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update to latest rev * sov_modules_core is removed Sovereign-Labs/sovereign-sdk-wip#633 * upgrade to rust 1.77 Sovereign-Labs/sovereign-sdk-wip#590 * AlignedVec is removed Sovereign-Labs/sovereign-sdk-wip#650 * fix import path * add required trait bounds Sovereign-Labs/sovereign-sdk-wip#563 * update jsonrpeesee to 0.22 Sovereign-Labs/sovereign-sdk-wip#645 * update lockfiles * pass Credentials in Context constructor Sovereign-Labs/sovereign-sdk-wip#694 * use to_revertable_unmetered requires test-utils feature flag Sovereign-Labs/sovereign-sdk-wip#688 * remove ModuleCallJsonSchema derive Sovereign-Labs/sovereign-sdk-wip#631 * update trait method signatures * update ibc-transfer module * update sov-ibc module * update sov-ibc methods for query and proofs note: concrete WorkingSet is used as it is passed at RPC calls * update IbcContext generics * refactor MockRollup::mempool method * use to_revertable_unmetered * lint: rm unused imports * latest nightly rev * update lockfiles * use update Storage trait method Sovereign-Labs/sovereign-sdk-wip#613 * use dynamic rollup_ctx * update risczero version for rust 1.77 * use 1.77 for 1.77.2 * use SimpleStorageManager over new_orphan_storage * Fix Nix build * rename method for mempool * latest rev * update lockfiles * clean up --------- Co-authored-by: Soares Chen <[email protected]>
- Loading branch information
1 parent
5d63b5a
commit 9cbeda8
Showing
30 changed files
with
943 additions
and
438 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 |
---|---|---|
|
@@ -30,69 +30,64 @@ jmt = { git = "https://github.com/penumbra-zone/jmt. | |
[patch.crates-io.sov-modules-api] | ||
# path = "vendor/sovereign-sdk/module-system/sov-modules-api" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-state] | ||
# path = "vendor/sovereign-sdk/module-system/sov-state" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-bank] | ||
# path = "vendor/sovereign-sdk/module-system/module-implementations/sov-bank" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-sequencer-registry] | ||
# path = "vendor/sovereign-sdk/module-system/module-implementations/sov-sequencer-registry" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-db] | ||
# path = "vendor/sovereign-sdk/full-node/sov-db" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-rollup-interface] | ||
# path = "vendor/sovereign-sdk/rollup-interface" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-mock-zkvm] | ||
# path = "vendor/sovereign-sdk/adapters/mock-zkvm" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-prover-storage-manager] | ||
# path = "vendor/sovereign-sdk/full-node/sov-prover-storage-manager" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-kernels] | ||
# path = "vendor/sovereign-sdk/module-system/sov-kernels" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
|
||
[patch.crates-io.sov-modules-core] | ||
# path = "vendor/sovereign-sdk/module-system/sov-modules-core" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-celestia-adapter] | ||
# path = "vendor/sovereign-sdk/adapters/celestia" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-mock-da] | ||
# path = "vendor/sovereign-sdk/adapters/mock-da" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.const-rollup-config] | ||
# path = "vendor/sovereign-sdk/examples/const-rollup-config" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" | ||
|
||
[patch.crates-io.sov-chain-state] | ||
# path = "vendor/sovereign-sdk/module-system/module-implementations/sov-chain-state" | ||
git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git" | ||
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9" | ||
rev = "fc1552b44acddc2674a783cd11f301a8b79cc4f3" |
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
with: | ||
tool: [email protected] | ||
- name: Install risc0-zkvm toolchain | ||
run: cargo risczero install --version v2024-02-08.1 | ||
run: cargo risczero install --version v2024-04-22.0 # for rust 1.77 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Check Risc0 compatibility | ||
|
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.