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

Refactor lua node #230

Merged
merged 6 commits into from
Sep 14, 2023
Merged

Refactor lua node #230

merged 6 commits into from
Sep 14, 2023

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    b560f3c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. feat(arbitration): improve lua prototype

    * Rename `utils.log` to `utils.helper`
    * Fastforward blockchain when all players idle
    stephenctw committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    eeb6f4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f5c759 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    486225c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    72fdb2a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. feat(arbitration): resolve PR comments

    * Split `Client` into `Reader` and `Sender`
    * Add variables to control behaviors in entrypoint
    * Add `HonestStrategy` concrete type
    * Move `pcall` into `Sender:_send_tx`
    * `State` tracks all tournaments/commitments/matches
    * Optimize `tournament` and `match` structure
    * Optimize `player.idle` logic
    * Add `commitmentJoined` event
    stephenctw committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fd89843 View commit details
    Browse the repository at this point in the history