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

Commit 2ce7d2a

Browse files
committed
Fix formatting
1 parent ac7b52b commit 2ce7d2a

File tree

11 files changed

+268
-268
lines changed

11 files changed

+268
-268
lines changed

.cargo/config.toml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ sov-ibc = { path = "crates/modules/sov-ibc" }
88
sov-ibc-transfer = { path = "crates/modules/sov-ibc-transfer" }
99
sov-consensus-state-tracker = { path = "crates/modules/sov-consensus-state-tracker" }
1010

11-
hermes-sovereign-chain-components = { path = "./crates/relayer/sovereign-chain-components" }
12-
hermes-sovereign-rollup-components = { path = "./crates/relayer/sovereign-rollup-components" }
13-
hermes-sovereign-relayer = { path = "./crates/relayer/sovereign-relayer" }
14-
hermes-sovereign-test-components = { path = "./crates/relayer/sovereign-test-components" }
15-
hermes-sovereign-integration-tests = { path = "./crates/relayer/sovereign-integration-tests" }
11+
hermes-sovereign-chain-components = { path = "./crates/relayer/sovereign-chain-components" }
12+
hermes-sovereign-rollup-components = { path = "./crates/relayer/sovereign-rollup-components" }
13+
hermes-sovereign-relayer = { path = "./crates/relayer/sovereign-relayer" }
14+
hermes-sovereign-test-components = { path = "./crates/relayer/sovereign-test-components" }
15+
hermes-sovereign-integration-tests = { path = "./crates/relayer/sovereign-integration-tests" }
1616

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

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

32-
hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
33-
hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
34-
hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
35-
hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
32+
hermes-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
33+
hermes-async-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
34+
hermes-tokio-runtime-components = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
35+
hermes-runtime = { git = "https://github.com/informalsystems/hermes-sdk.git", branch = "main" }
3636

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

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

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

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

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

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

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

60-
cgp-core = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
61-
cgp-component = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
62-
cgp-component-macro = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
63-
cgp-error = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
64-
cgp-error-eyre = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
65-
cgp-async = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
66-
cgp-async-macro = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
67-
cgp-run = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
68-
cgp-inner = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
60+
cgp-core = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
61+
cgp-component = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
62+
cgp-component-macro = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
63+
cgp-error = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
64+
cgp-error-eyre = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
65+
cgp-async = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
66+
cgp-async-macro = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
67+
cgp-run = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
68+
cgp-inner = { git = "https://github.com/informalsystems/cgp.git", branch = "main" }
6969

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

7474
cosmrs = { git = "https://github.com/cosmos/cosmos-rust.git", rev = "4b1332e" }
7575
basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", branch = "rano/sov-support" }

Cargo.toml

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -103,73 +103,73 @@ const-rollup-config = { version = "0.3.0" }
103103

104104
# Hermes SDK relayer dependencies
105105

106-
hermes-runtime-components = { version = "0.1.0" }
107-
hermes-async-runtime-components = { version = "0.1.0" }
108-
hermes-tokio-runtime-components = { version = "0.1.0" }
109-
hermes-runtime = { version = "0.1.0" }
106+
hermes-runtime-components = { version = "0.1.0" }
107+
hermes-async-runtime-components = { version = "0.1.0" }
108+
hermes-tokio-runtime-components = { version = "0.1.0" }
109+
hermes-runtime = { version = "0.1.0" }
110110

111-
hermes-encoding-components = { version = "0.1.0" }
112-
hermes-protobuf-encoding-components = { version = "0.1.0" }
111+
hermes-encoding-components = { version = "0.1.0" }
112+
hermes-protobuf-encoding-components = { version = "0.1.0" }
113113

114-
hermes-logging-components = { version = "0.1.0" }
114+
hermes-logging-components = { version = "0.1.0" }
115115

116-
hermes-relayer-components = { version = "0.1.0" }
117-
hermes-relayer-components-extra = { version = "0.1.0" }
116+
hermes-relayer-components = { version = "0.1.0" }
117+
hermes-relayer-components-extra = { version = "0.1.0" }
118118

119-
hermes-test-components = { version = "0.1.0" }
119+
hermes-test-components = { version = "0.1.0" }
120120

121-
hermes-cosmos-chain-components = { version = "0.1.0" }
122-
hermes-cosmos-relayer = { version = "0.1.0" }
123-
hermes-cosmos-test-components = { version = "0.1.0" }
124-
hermes-cosmos-integration-tests = { version = "0.1.0" }
121+
hermes-cosmos-chain-components = { version = "0.1.0" }
122+
hermes-cosmos-relayer = { version = "0.1.0" }
123+
hermes-cosmos-test-components = { version = "0.1.0" }
124+
hermes-cosmos-integration-tests = { version = "0.1.0" }
125125

126-
hermes-wasm-client-components = { version = "0.1.0" }
127-
hermes-wasm-test-components = { version = "0.1.0" }
126+
hermes-wasm-client-components = { version = "0.1.0" }
127+
hermes-wasm-test-components = { version = "0.1.0" }
128128

129-
hermes-celestia-chain = { version = "0.1.0" }
130-
hermes-celestia-test-components = { version = "0.1.0" }
131-
hermes-celestia-integration-tests = { version = "0.1.0" }
129+
hermes-celestia-chain = { version = "0.1.0" }
130+
hermes-celestia-test-components = { version = "0.1.0" }
131+
hermes-celestia-integration-tests = { version = "0.1.0" }
132132

133-
hermes-sovereign-chain-components = { version = "0.1.0" }
134-
hermes-sovereign-rollup-components = { version = "0.1.0" }
135-
hermes-sovereign-relayer = { version = "0.1.0" }
136-
hermes-sovereign-test-components = { version = "0.1.0" }
137-
hermes-sovereign-integration-tests = { version = "0.1.0" }
133+
hermes-sovereign-chain-components = { version = "0.1.0" }
134+
hermes-sovereign-rollup-components = { version = "0.1.0" }
135+
hermes-sovereign-relayer = { version = "0.1.0" }
136+
hermes-sovereign-test-components = { version = "0.1.0" }
137+
hermes-sovereign-integration-tests = { version = "0.1.0" }
138138

139-
ibc-relayer = { version = "0.27.3" }
140-
ibc-relayer-types = { version = "0.27.3" }
141-
ibc-telemetry = { version = "0.27.3" }
139+
ibc-relayer = { version = "0.27.3" }
140+
ibc-relayer-types = { version = "0.27.3" }
141+
ibc-telemetry = { version = "0.27.3" }
142142

143-
cgp-core = { version = "0.1.0" }
144-
cgp-error-eyre = { version = "0.1.0" }
143+
cgp-core = { version = "0.1.0" }
144+
cgp-error-eyre = { version = "0.1.0" }
145145

146146
# external dependencies
147-
anyhow = "1.0.68"
148-
base64 = { version = "0.21", default-features = false }
149-
borsh = { version = "0.10.3", features = [ "rc", "bytes" ] }
150-
bytes = { version = "1.2.1", default-features = false }
151-
derive_more = { version = "0.99.11", features = [ "from", "try_into" ] }
152-
digest = "0.10.6"
153-
hex = "0.4.3"
154-
jmt = { version = "0.9.0" }
155-
jsonrpsee = { version = "0.22.5", features = [ "jsonrpsee-types", "macros", "client", "server" ] }
156-
prost = { version = "0.12", default-features = false }
157-
prost-build = { version = "0.12", default-features = false }
158-
sha2 = { version = "0.10.6", default-features = false }
159-
serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }
160-
serde_json = "1.0"
161-
schemars = { version = "0.8.12", features = [ "derive" ] }
162-
tempfile = "3.5"
163-
thiserror = "1.0.38"
164-
tracing = { version = "0.1.40", default-features = false }
165-
bech32 = { version = "0.9.1" }
166-
eyre = { version = "0.6.12" }
167-
tokio = { version = "1.36" }
168-
tonic = { version = "0.11" }
169-
ed25519-dalek = { version = "2.1.1" }
170-
futures = { version = "0.3.30", default-features = false }
171-
rand = { version = "0.8.5" }
172-
toml = { version = "0.8.12" }
173-
tracing-subscriber = { version = "0.3.18" }
147+
anyhow = "1.0.68"
148+
base64 = { version = "0.21", default-features = false }
149+
borsh = { version = "0.10.3", features = [ "rc", "bytes" ] }
150+
bytes = { version = "1.2.1", default-features = false }
151+
derive_more = { version = "0.99.11", features = [ "from", "try_into" ] }
152+
digest = "0.10.6"
153+
hex = "0.4.3"
154+
jmt = { version = "0.9.0" }
155+
jsonrpsee = { version = "0.22.5", features = [ "jsonrpsee-types", "macros", "client", "server" ] }
156+
prost = { version = "0.12", default-features = false }
157+
prost-build = { version = "0.12", default-features = false }
158+
sha2 = { version = "0.10.6", default-features = false }
159+
serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }
160+
serde_json = "1.0"
161+
schemars = { version = "0.8.12", features = [ "derive" ] }
162+
tempfile = "3.5"
163+
thiserror = "1.0.38"
164+
tracing = { version = "0.1.40", default-features = false }
165+
bech32 = { version = "0.9.1" }
166+
eyre = { version = "0.6.12" }
167+
tokio = { version = "1.36" }
168+
tonic = { version = "0.11" }
169+
ed25519-dalek = { version = "2.1.1" }
170+
futures = { version = "0.3.30", default-features = false }
171+
rand = { version = "0.8.5" }
172+
toml = { version = "0.8.12" }
173+
tracing-subscriber = { version = "0.3.18" }
174174

175175
# Note: the `[patch.crates-io]` section is placed at `./cargo/config.toml`
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
[package]
2-
name = "hermes-sovereign-chain-components"
3-
version = { workspace = true }
4-
edition = { workspace = true }
5-
license = { workspace = true }
6-
repository = { workspace = true }
7-
authors = { workspace = true }
2+
name = "hermes-sovereign-chain-components"
3+
version = { workspace = true }
4+
edition = { workspace = true }
5+
license = { workspace = true }
6+
repository = { workspace = true }
7+
authors = { workspace = true }
88
rust-version = { workspace = true }
9-
readme = "README.md"
10-
description = """
9+
readme = "README.md"
10+
description = """
1111
Context-generic client components for communicating with a Sovereign rollup node
1212
"""
1313

1414
[dependencies]
15-
cgp-core = { workspace = true }
16-
cgp-error-eyre = { workspace = true }
17-
hermes-runtime = { workspace = true }
18-
hermes-relayer-components = { workspace = true }
19-
hermes-runtime-components = { workspace = true }
20-
hermes-sovereign-rollup-components = { workspace = true }
21-
hermes-cosmos-chain-components = { workspace = true }
22-
hermes-wasm-client-components = { workspace = true }
23-
hermes-encoding-components = { workspace = true }
24-
hermes-protobuf-encoding-components = { workspace = true }
15+
cgp-core = { workspace = true }
16+
cgp-error-eyre = { workspace = true }
17+
hermes-runtime = { workspace = true }
18+
hermes-relayer-components = { workspace = true }
19+
hermes-runtime-components = { workspace = true }
20+
hermes-sovereign-rollup-components = { workspace = true }
21+
hermes-cosmos-chain-components = { workspace = true }
22+
hermes-wasm-client-components = { workspace = true }
23+
hermes-encoding-components = { workspace = true }
24+
hermes-protobuf-encoding-components = { workspace = true }
2525

26-
ibc-proto = { workspace = true }
27-
ibc-relayer = { workspace = true }
28-
ibc-relayer-types = { workspace = true }
29-
sov-celestia-client = { workspace = true, features = ["test-util"] }
30-
ibc = { workspace = true }
31-
ibc-query = { workspace = true }
26+
ibc-proto = { workspace = true }
27+
ibc-relayer = { workspace = true }
28+
ibc-relayer-types = { workspace = true }
29+
sov-celestia-client = { workspace = true, features = [ "test-util" ] }
30+
ibc = { workspace = true }
31+
ibc-query = { workspace = true }
3232

33-
tokio = { workspace = true }
34-
eyre = { workspace = true }
35-
jsonrpsee = { workspace = true, features = ["http-client"] }
36-
prost = { workspace = true }
37-
serde = { workspace = true }
38-
serde_json = { workspace = true }
39-
bech32 = { workspace = true }
40-
borsh = { workspace = true }
41-
tonic = { workspace = true }
42-
ed25519-dalek = { version = "2.1.1" }
43-
sha2 = { version = "0.10.8" }
44-
hex = { version = "0.4.3" }
45-
base64 = { version = "0.22.1" }
46-
serde-json-wasm = { version = "1.0.1" }
33+
tokio = { workspace = true }
34+
eyre = { workspace = true }
35+
jsonrpsee = { workspace = true, features = [ "http-client" ] }
36+
prost = { workspace = true }
37+
serde = { workspace = true }
38+
serde_json = { workspace = true }
39+
bech32 = { workspace = true }
40+
borsh = { workspace = true }
41+
tonic = { workspace = true }
42+
ed25519-dalek = { version = "2.1.1" }
43+
sha2 = { version = "0.10.8" }
44+
hex = { version = "0.4.3" }
45+
base64 = { version = "0.22.1" }
46+
serde-json-wasm = { version = "1.0.1" }

0 commit comments

Comments
 (0)