Skip to content

Unclear specification of adjudication methods #367

Open
@matthiasgeihs

Description

@matthiasgeihs

Location

package client
package channel

Problem

At the moment it is not clearly specified whether the adjudicator methods should wait for the correct phase before on-chain calls are made.

  • For example, Channel.ForceUpdate is designed such that it ensures the channel registration, but it does not wait for the dispute period to be over.
  • Another example is Channel.Withdraw. It enforces the registration of a channel in the dispute case, but it does not wait until the channel can be concluded.

Currently, it is implicitly in the responsibility of the chain backends to ensure the correct waiting period. However, this is not clearly specified and it could better be done consistently in the core client.

Proposal

Ensure that Channel.ForceUpdate and Channel.Withdraw wait until the corresponding phase is reached before sending the call to the Adjudicator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions