cosmos / ibc-rs

Rust implementation of the Inter-Blockchain Communication (IBC) protocol.
Apache License 2.0
181 stars 73 forks source link

Improve the usability of `ibc-testkit` at a remote crate #1269

Open rnbguy opened 5 days ago

rnbguy commented 5 days ago

Improvement Summary

Recently, it has been reported at #1257 that ibc-testkit in its current form is unusable at remote crate. I am listing the features that need to be added to allow ibc-rs users to leverage our testing framework easily.

Proposal

Let's use this issue to track the progress on this. We will probably come across more.