-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This issue aims to consolidate all changes proposed to improve the reference node. Currently, the contracts either do not provide the full information necessary for the node to catch up with PRT disputes, or the code is not ideally laid out for binding generation.
- Ensure event names are in
PascalCase - Ensure event parameters are named
- Add
matchIdparameter to match creation event - Add
finalStateandsenderparameters to commitment joining event - Emit commitment joining event before match creation event
- Move events, errors, and functions definitions to proper interfaces
- Remove left and right node parameters from
joinTournamentfunction - Add reason parameter to match deletion event
- Expose tournament arguments through view functions
- Use either
levelsormaxLevelconsistently
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request