cosmos / ibc-go

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

Implement events for MsgServerV2 #7386

Open chatton opened 1 month ago

chatton commented 1 month ago

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

In addition, events for CreateChannel/ProvideCounterparty should also be amended/added:

DimitrisJim commented 1 month 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)

DimitrisJim commented 5 days ago

Spec PR for packet events: https://github.com/cosmos/ibc/pull/1165

DimitrisJim commented 5 days ago

Will wait for packet events until feedback from solidity team is given for them as Aditya requested in call. When spec PR is merged, can pick em up.