Skip to content

Commit 85d3870

Browse files
ljoss17Rano | Ranadeeprnbguy
authored
feat: Batch relaying (#466)
* Wire components required for batch relaying * Add BatchConfig to StarknetChain * fix semantic conflict * Bump Hermes SDK revision --------- Co-authored-by: Rano | Ranadeep <ranadeep@informal.systems> Co-authored-by: Ranadeep Biswas <mail@rnbguy.at>
1 parent d07bc55 commit 85d3870

23 files changed

Lines changed: 254 additions & 116 deletions

File tree

light-client/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-client/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ cgp-runtime = { git = "https://github.com/contextgeneric/cgp.git", rev = "3e
125125
cgp-sync = { git = "https://github.com/contextgeneric/cgp.git", rev = "3e24278" }
126126
cgp-inner = { git = "https://github.com/contextgeneric/cgp.git", rev = "3e24278" }
127127

128-
hermes-prelude = { git = "https://github.com/informalsystems/hermes-sdk.git", rev = "76323b7" }
129-
hermes-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", rev = "76323b7" }
130-
hermes-protobuf-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", rev = "76323b7" }
131-
hermes-cosmos-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", rev = "76323b7" }
128+
hermes-prelude = { git = "https://github.com/informalsystems/hermes-sdk.git", rev = "0352fec" }
129+
hermes-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", rev = "0352fec" }
130+
hermes-protobuf-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", rev = "0352fec" }
131+
hermes-cosmos-encoding-components = { git = "https://github.com/informalsystems/hermes-sdk.git", rev = "0352fec" }

nix/ibc-starknet-cw.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let
1111
lockFile = ./../light-client/Cargo.lock;
1212
outputHashes = {
1313
"cgp-0.4.0" = "sha256-YaK4YaT/1jbudEh7YnQkH2KrPmjbSI5vBL8HYU1eREg=";
14-
"hermes-cosmos-encoding-components-0.1.0" = "sha256-wH0wQZ0VwUfPTsJIpCr2PVcRYrj5VdAM5j+PHmdkU4o=";
14+
"hermes-cosmos-encoding-components-0.1.0" = "sha256-7lWbYqCShtdpMr2zM2tdPrCLNQgj0u/A6vERXM/IsFs=";
1515
"ibc-0.56.0" = "sha256-6ebsNVErJrLnxijsRo+xqDMZQH+Ef160OyRFBNhCT4U=";
1616
"ibc-client-cw-0.56.0" = "sha256-xJgM0wyKlN5gaCKgA+y9R/l4QpZ3GbNsoJ8ZrPLvvJ8=";
1717
};

0 commit comments

Comments
 (0)