hyperledger-labs/yui-ibc-solidity

``createClient`` should return the clientID

Closed this issue · 3 comments

function createClient should return a string with the clientID just created.

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

NOTE: we need to fix this for Connection and Channel as well

Currently, it has already implemented: