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

fix: latest changes in sov_bank #154

Merged
merged 24 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,69 +30,69 @@ 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://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-state]
# path = "vendor/sovereign-sdk/module-system/sov-state"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-bank]
# path = "vendor/sovereign-sdk/module-system/module-implementations/sov-bank"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-sequencer-registry]
# path = "vendor/sovereign-sdk/module-system/module-implementations/sov-sequencer-registry"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-db]
# path = "vendor/sovereign-sdk/full-node/sov-db"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-rollup-interface]
# path = "vendor/sovereign-sdk/rollup-interface"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-mock-zkvm]
# path = "vendor/sovereign-sdk/adapters/mock-zkvm"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-prover-storage-manager]
# path = "vendor/sovereign-sdk/full-node/sov-prover-storage-manager"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-kernels]
# path = "vendor/sovereign-sdk/module-system/sov-kernels"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-modules-core]
# path = "vendor/sovereign-sdk/module-system/sov-modules-core"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-celestia-adapter]
# path = "vendor/sovereign-sdk/adapters/celestia"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-mock-da]
# path = "vendor/sovereign-sdk/adapters/mock-da"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.const-rollup-config]
# path = "vendor/sovereign-sdk/examples/const-rollup-config"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"

[patch.crates-io.sov-chain-state]
# path = "vendor/sovereign-sdk/module-system/module-implementations/sov-chain-state"
git = "ssh://git@github.com/informalsystems/sovereign-sdk-wip.git"
rev = "63fa5f11"
rev = "50a866c0dccf974c035cbaf3ca289b0e4a29fcc9"
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ demo_data/

/ci/**/*.lock

result
result

.vscode
7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

Loading
Loading