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

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Jun 21, 2024
1 parent ac7b52b commit 2ce7d2a
Show file tree
Hide file tree
Showing 11 changed files with 268 additions and 268 deletions.
74 changes: 37 additions & 37 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ sov-ibc = { path = "crates/modules/sov-ibc" }
sov-ibc-transfer = { path = "crates/modules/sov-ibc-transfer" }
sov-consensus-state-tracker = { path = "crates/modules/sov-consensus-state-tracker" }

hermes-sovereign-chain-components = { path = "./crates/relayer/sovereign-chain-components" }
hermes-sovereign-rollup-components = { path = "./crates/relayer/sovereign-rollup-components" }
hermes-sovereign-relayer = { path = "./crates/relayer/sovereign-relayer" }
hermes-sovereign-test-components = { path = "./crates/relayer/sovereign-test-components" }
hermes-sovereign-integration-tests = { path = "./crates/relayer/sovereign-integration-tests" }
hermes-sovereign-chain-components = { path = "./crates/relayer/sovereign-chain-components" }
hermes-sovereign-rollup-components = { path = "./crates/relayer/sovereign-rollup-components" }
hermes-sovereign-relayer = { path = "./crates/relayer/sovereign-relayer" }
hermes-sovereign-test-components = { path = "./crates/relayer/sovereign-test-components" }
hermes-sovereign-integration-tests = { path = "./crates/relayer/sovereign-integration-tests" }

ibc = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
Expand All @@ -26,50 +26,50 @@ ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", branch =
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }

hermes-relayer-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-relayer-components-extra = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-relayer-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-relayer-components-extra = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }

hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }

hermes-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-protobuf-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }

hermes-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-tracing-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-tracing-logging-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }

hermes-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-ibc-test-suite = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-ibc-test-suite = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }

hermes-cli-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-cli-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }

hermes-cosmos-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-cosmos-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-cosmos-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-cosmos-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-cosmos-chain-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-cosmos-relayer = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-cosmos-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-cosmos-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }

hermes-celestia-chain = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-celestia-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-celestia-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-celestia-chain = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-celestia-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-celestia-integration-tests = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }

hermes-wasm-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-wasm-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-wasm-client-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
hermes-wasm-test-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }

cgp-core = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-component = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-component-macro = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-error = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-error-eyre = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-async = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-async-macro = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-run = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-inner = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-core = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-component = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-component-macro = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-error = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-error-eyre = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-async = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-async-macro = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-run = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
cgp-inner = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }

ibc-relayer = { git = "https://github.com/informalsystems/hermes.git", rev = "d60057f8" }
ibc-telemetry = { git = "https://github.com/informalsystems/hermes.git", rev = "d60057f8" }
ibc-relayer-types = { git = "https://github.com/informalsystems/hermes.git", rev = "d60057f8" }
ibc-relayer = { git = "https://github.com/informalsystems/hermes.git", rev = "d60057f8" }
ibc-telemetry = { git = "https://github.com/informalsystems/hermes.git", rev = "d60057f8" }
ibc-relayer-types = { git = "https://github.com/informalsystems/hermes.git", rev = "d60057f8" }

cosmrs = { git = "https://github.com/cosmos/cosmos-rust.git", rev = "4b1332e" }
basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", branch = "rano/sov-support" }
Expand Down
112 changes: 56 additions & 56 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,73 +103,73 @@ const-rollup-config = { version = "0.3.0" }

# Hermes SDK relayer dependencies

hermes-runtime-components = { version = "0.1.0" }
hermes-async-runtime-components = { version = "0.1.0" }
hermes-tokio-runtime-components = { version = "0.1.0" }
hermes-runtime = { version = "0.1.0" }
hermes-runtime-components = { version = "0.1.0" }
hermes-async-runtime-components = { version = "0.1.0" }
hermes-tokio-runtime-components = { version = "0.1.0" }
hermes-runtime = { version = "0.1.0" }

hermes-encoding-components = { version = "0.1.0" }
hermes-protobuf-encoding-components = { version = "0.1.0" }
hermes-encoding-components = { version = "0.1.0" }
hermes-protobuf-encoding-components = { version = "0.1.0" }

hermes-logging-components = { version = "0.1.0" }
hermes-logging-components = { version = "0.1.0" }

hermes-relayer-components = { version = "0.1.0" }
hermes-relayer-components-extra = { version = "0.1.0" }
hermes-relayer-components = { version = "0.1.0" }
hermes-relayer-components-extra = { version = "0.1.0" }

hermes-test-components = { version = "0.1.0" }
hermes-test-components = { version = "0.1.0" }

hermes-cosmos-chain-components = { version = "0.1.0" }
hermes-cosmos-relayer = { version = "0.1.0" }
hermes-cosmos-test-components = { version = "0.1.0" }
hermes-cosmos-integration-tests = { version = "0.1.0" }
hermes-cosmos-chain-components = { version = "0.1.0" }
hermes-cosmos-relayer = { version = "0.1.0" }
hermes-cosmos-test-components = { version = "0.1.0" }
hermes-cosmos-integration-tests = { version = "0.1.0" }

hermes-wasm-client-components = { version = "0.1.0" }
hermes-wasm-test-components = { version = "0.1.0" }
hermes-wasm-client-components = { version = "0.1.0" }
hermes-wasm-test-components = { version = "0.1.0" }

hermes-celestia-chain = { version = "0.1.0" }
hermes-celestia-test-components = { version = "0.1.0" }
hermes-celestia-integration-tests = { version = "0.1.0" }
hermes-celestia-chain = { version = "0.1.0" }
hermes-celestia-test-components = { version = "0.1.0" }
hermes-celestia-integration-tests = { version = "0.1.0" }

hermes-sovereign-chain-components = { version = "0.1.0" }
hermes-sovereign-rollup-components = { version = "0.1.0" }
hermes-sovereign-relayer = { version = "0.1.0" }
hermes-sovereign-test-components = { version = "0.1.0" }
hermes-sovereign-integration-tests = { version = "0.1.0" }
hermes-sovereign-chain-components = { version = "0.1.0" }
hermes-sovereign-rollup-components = { version = "0.1.0" }
hermes-sovereign-relayer = { version = "0.1.0" }
hermes-sovereign-test-components = { version = "0.1.0" }
hermes-sovereign-integration-tests = { version = "0.1.0" }

ibc-relayer = { version = "0.27.3" }
ibc-relayer-types = { version = "0.27.3" }
ibc-telemetry = { version = "0.27.3" }
ibc-relayer = { version = "0.27.3" }
ibc-relayer-types = { version = "0.27.3" }
ibc-telemetry = { version = "0.27.3" }

cgp-core = { version = "0.1.0" }
cgp-error-eyre = { version = "0.1.0" }
cgp-core = { version = "0.1.0" }
cgp-error-eyre = { version = "0.1.0" }

# external dependencies
anyhow = "1.0.68"
base64 = { version = "0.21", default-features = false }
borsh = { version = "0.10.3", features = [ "rc", "bytes" ] }
bytes = { version = "1.2.1", default-features = false }
derive_more = { version = "0.99.11", features = [ "from", "try_into" ] }
digest = "0.10.6"
hex = "0.4.3"
jmt = { version = "0.9.0" }
jsonrpsee = { version = "0.22.5", features = [ "jsonrpsee-types", "macros", "client", "server" ] }
prost = { version = "0.12", default-features = false }
prost-build = { version = "0.12", default-features = false }
sha2 = { version = "0.10.6", default-features = false }
serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }
serde_json = "1.0"
schemars = { version = "0.8.12", features = [ "derive" ] }
tempfile = "3.5"
thiserror = "1.0.38"
tracing = { version = "0.1.40", default-features = false }
bech32 = { version = "0.9.1" }
eyre = { version = "0.6.12" }
tokio = { version = "1.36" }
tonic = { version = "0.11" }
ed25519-dalek = { version = "2.1.1" }
futures = { version = "0.3.30", default-features = false }
rand = { version = "0.8.5" }
toml = { version = "0.8.12" }
tracing-subscriber = { version = "0.3.18" }
anyhow = "1.0.68"
base64 = { version = "0.21", default-features = false }
borsh = { version = "0.10.3", features = [ "rc", "bytes" ] }
bytes = { version = "1.2.1", default-features = false }
derive_more = { version = "0.99.11", features = [ "from", "try_into" ] }
digest = "0.10.6"
hex = "0.4.3"
jmt = { version = "0.9.0" }
jsonrpsee = { version = "0.22.5", features = [ "jsonrpsee-types", "macros", "client", "server" ] }
prost = { version = "0.12", default-features = false }
prost-build = { version = "0.12", default-features = false }
sha2 = { version = "0.10.6", default-features = false }
serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }
serde_json = "1.0"
schemars = { version = "0.8.12", features = [ "derive" ] }
tempfile = "3.5"
thiserror = "1.0.38"
tracing = { version = "0.1.40", default-features = false }
bech32 = { version = "0.9.1" }
eyre = { version = "0.6.12" }
tokio = { version = "1.36" }
tonic = { version = "0.11" }
ed25519-dalek = { version = "2.1.1" }
futures = { version = "0.3.30", default-features = false }
rand = { version = "0.8.5" }
toml = { version = "0.8.12" }
tracing-subscriber = { version = "0.3.18" }

# Note: the `[patch.crates-io]` section is placed at `./cargo/config.toml`
76 changes: 38 additions & 38 deletions crates/relayer/sovereign-chain-components/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
[package]
name = "hermes-sovereign-chain-components"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
name = "hermes-sovereign-chain-components"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
rust-version = { workspace = true }
readme = "README.md"
description = """
readme = "README.md"
description = """
Context-generic client components for communicating with a Sovereign rollup node
"""

[dependencies]
cgp-core = { workspace = true }
cgp-error-eyre = { workspace = true }
hermes-runtime = { workspace = true }
hermes-relayer-components = { workspace = true }
hermes-runtime-components = { workspace = true }
hermes-sovereign-rollup-components = { workspace = true }
hermes-cosmos-chain-components = { workspace = true }
hermes-wasm-client-components = { workspace = true }
hermes-encoding-components = { workspace = true }
hermes-protobuf-encoding-components = { workspace = true }
cgp-core = { workspace = true }
cgp-error-eyre = { workspace = true }
hermes-runtime = { workspace = true }
hermes-relayer-components = { workspace = true }
hermes-runtime-components = { workspace = true }
hermes-sovereign-rollup-components = { workspace = true }
hermes-cosmos-chain-components = { workspace = true }
hermes-wasm-client-components = { workspace = true }
hermes-encoding-components = { workspace = true }
hermes-protobuf-encoding-components = { workspace = true }

ibc-proto = { workspace = true }
ibc-relayer = { workspace = true }
ibc-relayer-types = { workspace = true }
sov-celestia-client = { workspace = true, features = ["test-util"] }
ibc = { workspace = true }
ibc-query = { workspace = true }
ibc-proto = { workspace = true }
ibc-relayer = { workspace = true }
ibc-relayer-types = { workspace = true }
sov-celestia-client = { workspace = true, features = [ "test-util" ] }
ibc = { workspace = true }
ibc-query = { workspace = true }

tokio = { workspace = true }
eyre = { workspace = true }
jsonrpsee = { workspace = true, features = ["http-client"] }
prost = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
bech32 = { workspace = true }
borsh = { workspace = true }
tonic = { workspace = true }
ed25519-dalek = { version = "2.1.1" }
sha2 = { version = "0.10.8" }
hex = { version = "0.4.3" }
base64 = { version = "0.22.1" }
serde-json-wasm = { version = "1.0.1" }
tokio = { workspace = true }
eyre = { workspace = true }
jsonrpsee = { workspace = true, features = [ "http-client" ] }
prost = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
bech32 = { workspace = true }
borsh = { workspace = true }
tonic = { workspace = true }
ed25519-dalek = { version = "2.1.1" }
sha2 = { version = "0.10.8" }
hex = { version = "0.4.3" }
base64 = { version = "0.22.1" }
serde-json-wasm = { version = "1.0.1" }
Loading

0 comments on commit 2ce7d2a

Please sign in to comment.