-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split
CanReadPacketFields
into individual packet field accessor com…
…ponents (#504) * Scaffold individual packet field readers * Remove outgoing_ prefix from packet field accessors * More renaming * Implement WithProvider for packet fields getter * Implement individual Cosmos packet field accessors * Wire up new packet field readers * Remove CanReadPacketFields provider * Remove uses of CanReadPacketFields * Remove forward providers * Removing use of HasIbcChainTypes * Remove more use of HasIbcChainTypes * Fix error * Fix clippy
- Loading branch information
1 parent
8831901
commit 58bbffa
Showing
55 changed files
with
664 additions
and
1,159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,7 @@ mc.log | |
# Ignore Nix artifacts | ||
/result* | ||
|
||
config.toml | ||
config.toml | ||
|
||
rust-toolchain.toml | ||
rustc-ice-*.txt |
153 changes: 0 additions & 153 deletions
153
crates/chain/chain-components/src/impls/forward/message_builders/channel_handshake.rs
This file was deleted.
Oops, something went wrong.
223 changes: 0 additions & 223 deletions
223
crates/chain/chain-components/src/impls/forward/message_builders/connection_handshake.rs
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
crates/chain/chain-components/src/impls/forward/message_builders/mod.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.