``createClient`` should return the clientID
Closed this issue · 3 comments
lightyear15 commented
function createClient
should return a string with the clientID just created.
bluele commented
Thanks!
Also, in order for the relayer to get a new clientID, it is better to emit an event containing it as well as ibc-go.
https://github.com/cosmos/ibc-go/blob/83315a90626edec5ec876d438c532a48c4e806be/modules/core/keeper/msg_server.go#L44
bluele commented
NOTE: we need to fix this for Connection and Channel as well
bluele commented
Currently, it has already implemented: