(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)
Added
heartbeatColor
andminimumPulse
require
s (#256)Changed
rebuildTakenSlots()
challengeExit
checks period and prevPeriod for inclusion in Bridge (#270)