-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement events for MsgServerV2 #7386
Comments
Events also needed for 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: cosmos/ibc#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/v2 chore: add events for send packet #7577EmitRecvPacketEvents
function for channel/v2 chore: add events for recv packet. #7582EmitWriteAckEvents
function for channel/v2 chore: add events for write ack. #7583EmitAckPacketEvents
function for channel/v2 chore: add events for ack packet. #7584EmitTimeoutPacketEvents
function for channel/v2In addition, events for
CreateChannel/ProvideCounterparty
should also be amended/added:EmitCreateChannelEvent
function for channel/v2 chore: amend event emitted for create channel to include client identifier #7557EmitProvideCounterpartyEvent
function for channel/v2 chore: add event for register counterparty #7556The text was updated successfully, but these errors were encountered: