@@ -8,11 +8,11 @@ sov-ibc = { path = "crates/modules/sov-ibc" }
8
8
sov-ibc-transfer = { path = " crates/modules/sov-ibc-transfer" }
9
9
sov-consensus-state-tracker = { path = " crates/modules/sov-consensus-state-tracker" }
10
10
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" }
16
16
17
17
ibc = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh" }
18
18
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 =
26
26
ibc-query = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh" }
27
27
ibc-testkit = { git = " https://github.com/cosmos/ibc-rs.git" , branch = " rano/downgrade-borsh" }
28
28
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" }
31
31
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" }
36
36
37
37
hermes-encoding-components = { git = " https://github.com/informalsystems/hermes-sdk.git" , branch = " main" }
38
38
hermes-protobuf-encoding-components = { git = " https://github.com/informalsystems/hermes-sdk.git" , branch = " main" }
39
39
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" }
42
42
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" }
45
45
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" }
47
47
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" }
52
52
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" }
56
56
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" }
59
59
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" }
69
69
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" }
73
73
74
74
cosmrs = { git = " https://github.com/cosmos/cosmos-rust.git" , rev = " 4b1332e" }
75
75
basecoin = { git = " https://github.com/informalsystems/basecoin-rs.git" , branch = " rano/sov-support" }
0 commit comments