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
I initially left it as `*_execute` (and without any `*_validate`) because it turned out there was [nothing to validate](https://github.com/cosmos/ibc-rs/blob/abff7a98d0bb3d36735829db3e8673b2f2f6a4d5/crates/ibc/src/core/context/recv_packet.rs#L31) in the token transfer app. However I'm now realizing that I also removed it from the `Module` trait, which is the interface for *all* apps.
The solution is to add back on_recv_packet_validate() (and keep this as on_recv_packet_execute()). Let's do it in a separate PR.
The solution is to add back
on_recv_packet_validate()
(and keep this ason_recv_packet_execute()
). Let's do it in a separate PR.Originally posted by @plafer in #512 (comment)
The text was updated successfully, but these errors were encountered: