You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 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: