Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@troggy troggy released this 15 Feb 04:23
· 7 commits to master since this release
v1.4.0
c81c65f

Added

  • (operator): heartbeat challenge game (#258)
    As described here (alternative link).
  • (governance) new parameters: heartbeatColor and minimumPulse
  • (governance) token voting contract (#262)
  • (ops) migration to update contracts on the running network (#259)
  • revert messages for all requires (#256)
  • simple HeartbeatToken contract (#276)

Changed

  • (operator) use bitmap to store taken slots, so that we can calculate how many slots taken for CAS (#267, #269)
    Slot bitmap can be rebuild by calling rebuildTakenSlots()
  • (operator) challengeExit checks period and prevPeriod for inclusion in Bridge (#270)