Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Latest commit

 

History

History
103 lines (66 loc) · 5.5 KB

CHANGELOG.md

File metadata and controls

103 lines (66 loc) · 5.5 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.67 (2018-03-07)

Bug Fixes

  • disputes: fix bug in determining canRule (49e2fc2)
  • check session of jurors last vote (bf4fde5)
  • fix test on develop (8f361c8)

0.0.66 (2018-03-07)

Bug Fixes

  • fix test on develop (8f361c8)
  • disputes: fix bug in determining canRule (6628fb7)

0.0.65 (2018-03-05)

Bug Fixes

  • kleros-wrapper: use correct index for juror.atStake (143bbc0), closes #63
  • notifications: make sure appeal possible notifications unique (30ea202)

Features

  • disputes: all functions working with new structure (66541a6)
  • disputes: DRY out fetch open disputes for session and add deadline event handler (77b21ce)
  • disputes: skeleton for new dispute data (0b99b55)

0.0.64 (2018-03-05)

Bug Fixes

  • notifications: make sure appeal possible notifications unique (b7c55e6)

Features

  • disputes: all functions working with new structure (66541a6)
  • disputes: DRY out fetch open disputes for session and add deadline event handler (77b21ce)
  • disputes: skeleton for new dispute data (0b99b55)

0.0.63 (2018-03-05)

Features

  • disputes: all functions working with new structure (39e9b2c)
  • disputes: DRY out fetch open disputes for session and add deadline event handler (c66548a)
  • disputes: skeleton for new dispute data (2382e39)

0.0.62 (2018-02-28)

Bug Fixes

  • getDeadlineForDispute: fix wrong computation and return date object (7ee05f5)
  • skip broken test assertions (d210c53)
  • test suite (98b777d)

Features

  • normalize token units (d0d40f8)
  • disputes: build voteCounters and PNKRepartitions from getters (ba48e67)
  • disputes: change approach to getting netPNK and votesCounter (366340f)
  • disputes: createdAt and ruledAt timestamps added in events (8e9cafa)
  • disputes: remove netPNK until events are fixed (255bf03)
  • disputes: return appealsRepartitioned (1246968)
  • disputes: return deadline as epoch in ms instead of a date object (90d4856)
  • disputes: return dispute status (32db45c)
  • disputes: submittedAt timestamp for evidence (3656d33)

0.0.61 (2018-02-27)

Bug Fixes

  • getDeadlineForDispute: fix wrong computation and return date object (7ee05f5)
  • skip broken test assertions (f9480c0)
  • test suite (98b777d)

Features

  • normalize token units (d0d40f8)
  • disputes: build voteCounters and PNKRepartitions from getters (ba48e67)
  • disputes: change approach to getting netPNK and votesCounter (366340f)
  • disputes: remove netPNK until events are fixed (255bf03)
  • disputes: return appealsRepartitioned (1246968)
  • disputes: return deadline as epoch in ms instead of a date object (90d4856)
  • disputes: return dispute status (32db45c)