Skip to content

Commit

Permalink
Scaffold channel handshake components (#149)
Browse files Browse the repository at this point in the history
* Update Hermes SDK

* Scaffold Cosmos channel handshake message builders

* Scaffold channel end querier

* Implement channel handshake payload builders

* Simplify trait bounds

* Scaffold channel handshake message builders

* Implement CanBootstrapChannel

* Use back main branch

* Fix Nix build
  • Loading branch information
soareschen authored Dec 18, 2024
1 parent c47d9c3 commit ef8ca03
Show file tree
Hide file tree
Showing 21 changed files with 416 additions and 54 deletions.
8 changes: 4 additions & 4 deletions light-client/Cargo.lock

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

2 changes: 1 addition & 1 deletion nix/ibc-starknet-cw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
cargoLock = {
lockFile = ./../light-client/Cargo.lock;
outputHashes = {
"hermes-cosmos-encoding-components-0.1.0" = "sha256-PFhd/mI4MLDRiLo5oG2ZnON3uwlCNNbXBlC15ZZlokQ=";
"hermes-cosmos-encoding-components-0.1.0" = "sha256-OrNFK6UQjQ7cpj8HqPipG2YcqCV4/KjiV5oRLnoUUyY=";
};
};

Expand Down
60 changes: 30 additions & 30 deletions relayer/Cargo.lock

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

Loading

0 comments on commit ef8ca03

Please sign in to comment.