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

Commit

Permalink
Merge pull request #17 from informalsystems/rano/update-sov-ibc
Browse files Browse the repository at this point in the history
chore(deps): update sovereign ibc revision
  • Loading branch information
rnbguy authored Jun 13, 2024
2 parents 13ed245 + 41a0e48 commit 89d8054
Show file tree
Hide file tree
Showing 8 changed files with 398 additions and 189 deletions.
419 changes: 314 additions & 105 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", br
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }

sov-ibc = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "soares/update-ibc-rs" }
sov-ibc-transfer = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "soares/update-ibc-rs" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "soares/update-ibc-rs" }
sov-consensus-state-tracker = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "soares/update-ibc-rs" }
sov-ibc = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "main" }
sov-ibc-transfer = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "main" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "main" }
sov-consensus-state-tracker = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "main" }

sov-modules-api = { path = "./vendor/sovereign-sdk/module-system/sov-modules-api" }
sov-state = { path = "./vendor/sovereign-sdk/module-system/sov-state" }
Expand Down
72 changes: 36 additions & 36 deletions crates/provers/risc0/guest-celestia/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/provers/risc0/guest-celestia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ ibc-app-transfer = { git = "https://github.com/cosmos/ibc-rs.git", br
ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-client-wasm-types = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }

sov-ibc = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "soares/update-ibc-rs" }
sov-ibc-transfer = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "soares/update-ibc-rs" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "soares/update-ibc-rs" }
sov-ibc = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "main" }
sov-ibc-transfer = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "main" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", branch = "main" }

sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }
ed25519-dalek = { git = "https://github.com/risc0/curve25519-dalek", tag = "curve25519-4.1.0-risczero.1" }
Expand Down
Loading

0 comments on commit 89d8054

Please sign in to comment.