Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

(Arbitration) Update commitmentJoined event and remove matchCreated event #242

Open
stephenctw opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
onchain Related to the onchain code refactor

Comments

@stephenctw
Copy link

  • event commitmentJoined(Tree.Node root); => event commitmentJoined(Tree.Node left, Tree.Node right);
  • the matchCreated can be constructed from the commitmentJoined event. (every pair of consecutive commitmentJoined implies a matchCreated)
@stephenctw stephenctw added refactor onchain Related to the onchain code labels Sep 13, 2023
@stephenctw stephenctw self-assigned this Sep 13, 2023
@stephenctw stephenctw mentioned this issue Sep 13, 2023
4 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
onchain Related to the onchain code refactor
Projects
None yet
Development

No branches or pull requests

2 participants
@stephenctw and others