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 current feature branch feat/ibc-eureka handles both ibc protocol version v1 and v2 through the core IBC msg server, and delegates to either v1 channel keeper or "packet-server" appropriately based on the protocol version field in the packet.
This issue is to track the work involved in introducing a new v2 channel msg server in favour of "packet-server".
Summary
The current feature branch
feat/ibc-eureka
handles both ibc protocol version v1 and v2 through the core IBC msg server, and delegates to either v1 channel keeper or "packet-server" appropriately based on the protocol version field in the packet.This issue is to track the work involved in introducing a new v2 channel msg server in favour of "packet-server".
Issues
SendPacket
rpc skeleton and associated msg types #7349RecvPacket
rpc skeleton and associated msg types #7350Timeout
rpc skeleton and associated msg types #7351Acknowledgement
rpc skeleton and associated msg types #7352SendPacket
rpc handler #7353RecvPacket
rpc handler #7354Timeout
rpc handler #7355Acknowledgement
rpc handler #7356For Admin Use
The text was updated successfully, but these errors were encountered: