cosmos / ibc-go

Inter-Blockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
549 stars 583 forks source link

Implement events for MsgServerV2 #7386

Open chatton opened 1 week ago

chatton commented 1 week ago

Final Packet structure needs to be fully specified before we can do this.

DimitrisJim commented 4 days ago

Events also needed for CreateChannel that generated channel identifier (I doubt provide counterparty needs one).

It currently has a bare-bones event emitted since that is needed to run the tests. Can be spec'ed out and changed if needed (currently only emits channelid)