Open chatton opened 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)
Spec PR for packet events: https://github.com/cosmos/ibc/pull/1165
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.
Final Packet structure needs to be fully specified before we can do this.
EmitSendPacketEvents
function for channel/v2EmitRecvPacketEvents
function for channel/v2EmitAckPacketEvents
function for channel/v2EmitTimeoutPacketEvents
function for channel/v2In addition, events for
CreateChannel/ProvideCounterparty
should also be amended/added:EmitCreateChannelEvent
function for channel/v2 #7557EmitProvideCounterpartyEvent
function for channel/v2 #7556