You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exported module brings up a related problem I believe. Parts of this module (and its intended functionality) may be unnecessary and we can remove it..
yes, we should remove the traits from the exported.rs files (in both connection and channel folders).
* Split GitHub Actions definitions per language
* Add code coverage job for Rust crate
* Trigger CI run
* Fix Rust coverage job
* Fix Rust coverage job, take 2
* Add badges to README
* See if all statuses are reported this way
* Revert "See if all statuses are reported this way"
This reverts commit 02b9df50bacc68389bd5bfb99cbf7a1eb94a9b76.
* Add code coverage job for Go library
* Add names to Rust jobs
yes, we should remove the traits from the
exported.rs
files (in both connection and channel folders).Originally posted by @ancazamfir in informalsystems/hermes#186 (comment)
More specifically, the traits
Channel
andChannelCounterparty
can be removed:https://github.com/informalsystems/ibc-rs/blob/6f89b2ddbd16c3b7b77476a0ef0683b5f531fe14/modules/src/ics04_channel/exported.rs#L6-L22
The text was updated successfully, but these errors were encountered: