Skip to content

Commit

Permalink
Split CanReadPacketFields into individual packet field accessor com…
Browse files Browse the repository at this point in the history
…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
soareschen authored Dec 19, 2024
1 parent 8831901 commit 58bbffa
Show file tree
Hide file tree
Showing 55 changed files with 664 additions and 1,159 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ mc.log
# Ignore Nix artifacts
/result*

config.toml
config.toml

rust-toolchain.toml
rustc-ice-*.txt

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions crates/chain/chain-components/src/impls/forward/mod.rs

This file was deleted.

Loading

0 comments on commit 58bbffa

Please sign in to comment.