All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.18.8 (2018-11-08)
0.17.1 (2018-09-07)
- disputeId -> disputeID from store (93508e2)
0.17.0 (2018-09-06)
- activatedTokens is BN even when 0 (020fd25)
- get dispute from store (696e715)
- use toString in notifications (3cb5f9e)
0.16.0 (2018-08-29)
- pull open disputes from cache (39505f5)
0.15.0 (2018-08-13)
0.14.2 (2018-08-09)
0.14.1 (2018-08-09)
0.14.0 (2018-08-08)
0.13.0 (2018-07-31)
- disputes: get jurors rulings (d0964c0)
0.12.2 (2018-07-31)
0.12.1 (2018-07-31)
0.12.0 (2018-07-31)
- minAcivatedTokens and timePerPeriod (b49796e)
0.11.3 (2018-07-31)
0.11.2 (2018-07-30)
0.11.1 (2018-07-30)
0.11.0 (2018-07-30)
- kleros: add withdraw and transfer functions (eba6758)
0.10.0 (2018-07-25)
- create meta-evidence with contract (fef04aa)
- fetch evidence from the chain (c3f410f)
- get data directly from implementation (5ff4aee)
- split event based functions into base Arbitrable.js (9544efe)
- submit evidence uri use evidenceIndex (12040dd)
0.9.2 (2018-06-22)
- add draws separately (9371397)
0.9.1 (2018-06-21)
- canRule false for juror who missed vote (9ba4f32)
0.9.0 (2018-06-20)
- new endpoint for mark notification read (1b46d8a)
- store last session seen for faster loading (430e494)
0.8.0 (2018-06-12)
- blockNumber is not bigNumber (1117dae)
- add MiniMe PNK contract (cacc9be)
- get all period based timestamps by session (a6d19bb)
- use session for dispute deadline and appeal created at (2920255)
0.7.1 (2018-06-11)
- EventListener: only stop watching if listener exists (c28f20c)
0.7.0 (2018-06-07)
- bugs in fetching timestamps (1d5af49)
- appeal: add appeal feature (f6f15bc)
0.6.1 (2018-06-05)
- evidences -> evidence (684faa6)
0.6.0 (2018-06-05)
- hotfixes 0.4.1 and 0.4.2 (c6fdd3b)
0.5.1 (2018-05-25)
- handle stop watching events if no event listener set (0457c56)
0.5.0 (2018-05-23)
- arbitrable: return new contract from deploy (2804501)
- Auth: make sign async with callback for MetaMask (9d0aa14)
- events: update store related notification handlers for new dispute format (48b0e5c)
- auth: add methods to verify auth token (c0bfb62)
- Auth: add new Auth resource (5ad300b)
- Auth: use personal sign from web3 1.0 for token sig (12cbaac)
0.4.1 (2018-05-10)
- users: use setUpUserProfile if there is a chance it is a new user (7734223)
0.4.0 (2018-05-09)
- all: cleanup for the demo (0dc14e1)
0.3.0 (2018-04-18)
- add getDataFromStore to abstractions/Arbitrable (54e65ba)
0.2.5 (2018-04-18)
- bug fixes while updating UI (f4c7d7c)
0.2.4 (2018-04-13)
0.2.3 (2018-04-13)
0.2.2 (2018-04-13)
- constants: move constants into src and exclude from esdocs (4a510bb)
0.2.1 (2018-04-12)
- disputes unit test: use custom try/catch for test of getUserDisputeFromStore (cb386f1)
- imports and lints for new contract structure (19c0461)
- improper capitalization on imports (2ff95b8)
- StoreProviderWrapper: revert to passing named params for addEvidenceContract (fc61444)
- throw semantic errors (bf76f4a), closes #107 kleros/kleros-juror-front#10
- all: require params in wrappers. fix how StateFullContract wrapper loads (1478e3e)
- EventListener: all methods take contract implementation object (4a89382)
- update doc strings (f5baccc)
0.2.0 (2018-03-29)
- disputes unit test: use custom try/catch for test of getUserDisputeFromStore (cb386f1)
- improper capitalization on imports (ecf14ae)
- throw semantic errors (bf76f4a), closes #107 kleros/kleros-juror-front#10
0.1.0 (2018-03-27)
- disputes unit test: use custom try/catch for test of getUserDisputeFromStore (b10ca1a)
- throw semantic errors (bf76f4a), closes #107 kleros/kleros-juror-front#10
0.0.70 (2018-03-16)
- notifications: error in stateful notifications (2155f60)
0.0.69 (2018-03-15)
- untranspiled files outside src directory (83f1d59)
0.0.68 (2018-03-15)
- disputes: fix bug in determining canRule (49e2fc2)
- check session of jurors last vote (72645a0)
- fix test on develop (8f361c8)
- disputes: wait for getDispute and getData in getDataForDispute (d13f307)
- revert event._args.disputeId to event._args.disputeID (c722a04)
- contract-wrapper: estimate gas on all transactions (34d92fe)
- contract-wrapper: first pass at using estimate gas (e455c55)
- disputes: fetch session and period inside getDataForDispute and change var names (9c08d20)
- disputes: implement canRepartition and canExecute (7e7f68f)
0.0.67 (2018-03-07)
- 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)
0.0.65 (2018-03-05)
- kleros-wrapper: use correct index for juror.atStake (143bbc0), closes #63
- notifications: make sure appeal possible notifications unique (30ea202)
- 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)
- notifications: make sure appeal possible notifications unique (b7c55e6)
- 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)
- 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)
- getDeadlineForDispute: fix wrong computation and return date object (7ee05f5)
- skip broken test assertions (d210c53)
- test suite (98b777d)
- 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)
- getDeadlineForDispute: fix wrong computation and return date object (7ee05f5)
- skip broken test assertions (f9480c0)
- test suite (98b777d)
- 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)