cosmos / ibc-rs

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

Follow-up: ICS 26 routing module #21

Open hu55a1n1 opened 2 years ago

hu55a1n1 commented 2 years ago

Summary

For Admin Use

plafer commented 2 years ago

We should also address the TODO in Msg trait:

pub trait Msg: Clone {
    ...
    // TODO: Clarify what is this function supposed to do & its connection to ICS26 routing mod.
    fn route(&self) -> String;

    ...
}