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
I think, this means an incoming update will be passed onto the user even when the channel is in registering or later phases. It will be upto the user of go-perun to check the phase and then reject this update.
Possible solution
In CheckUpdate, return error if phase of the registering or later phases.
The text was updated successfully, but these errors were encountered:
Context
Currently,
For outgoing updates,
updateGeneric
callsmachine.Update
, which in turn checks if machine is inActing
phaseFor incoming updates,
CheckUpdate
is called, which in turn callsvalidTransition
.Problem
I think, this means an incoming update will be passed onto the user even when the channel is in registering or later phases. It will be upto the user of go-perun to check the phase and then reject this update.
Possible solution
In CheckUpdate, return error if phase of the registering or later phases.
The text was updated successfully, but these errors were encountered: