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

Commit

Permalink
latest changes from sdk-wip (#161)
Browse files Browse the repository at this point in the history
* 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
rnbguy and soareschen authored May 23, 2024
1 parent 5d63b5a commit 9cbeda8
Show file tree
Hide file tree
Showing 30 changed files with 943 additions and 438 deletions.
31 changes: 13 additions & 18 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/risc0-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
RUST_BACKTRACE: short
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
MSRV: 1.75.0
MSRV: 1.77

jobs:
cleanup-runs:
Expand Down
Loading

0 comments on commit 9cbeda8

Please sign in to comment.