Skip to content

Latest commit

 

History

History
360 lines (202 loc) · 14.7 KB

CHANGELOG.md

File metadata and controls

360 lines (202 loc) · 14.7 KB

Changelog

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

2.0.0 (2020-09-11)

Bug Fixes

  • add item limit to items query (2fdded2)

1.9.2 (2020-08-06)

Bug Fixes

  • add missing utils folder to package (b65634d)

1.9.1 (2020-08-06)

Bug Fixes

  • remove dependency on ethereum-libraries (8690381)

1.9.0 (2020-08-06)

Bug Fixes

1.9.0-alpha.1 (2020-05-15)

Features

  • allow filtering items by status (1f88766)
  • allow single column matching in findItem (3b7de84)

1.9.0-alpha.0 (2020-05-15)

Features

  • allow single column matching in findItem (236ae6f)

1.8.1 (2020-05-11)

Bug Fixes

  • add missing field in round getter and update view contract (1a8fa61)
  • docs and error message (abab004)
  • don't require fee stake in the first round (4f3bdde)
  • move evidenceGroupID mapping to event logs (97feccd)
  • reduce complexity on withdrawFeesAndRewards (fb7595f)
  • reimbursement and fee withdrawal (3f62396)
  • remove the request type since is available on event logs (9e7046c)
  • remove unused struct field (c80b05a)
  • typo, bug and useless condition (911f71f)
  • update compiler version (29ebd6b)

1.8.0 (2020-04-27)

Bug Fixes

  • add missing field in round getter and update view contract (bf877e5)
  • don't require fee stake in the first round (7eabae7)
  • reduce complexity on withdrawFeesAndRewards (1d5fba1)
  • reimbursement and fee withdrawal (ca27499)
  • remove unused struct field (b869987)
  • typo, bug and useless condition (f4d60e5)

Features

  • implement review suggestions (0b380cf)

1.7.1 (2020-04-03)

1.7.0 (2020-04-27)

Bug Fixes

  • add missing field in round getter and update view contract (bf877e5)
  • don't require fee stake in the first round (7eabae7)
  • reduce complexity on withdrawFeesAndRewards (1d5fba1)
  • reimbursement and fee withdrawal (ca27499)
  • remove unused struct field (b869987)
  • typo, bug and useless condition (f4d60e5)

Features

  • implement review suggestions (0b380cf)

1.6.0 (2020-03-18)

Features

  • implement review suggestions (0b380cf)

1.5.1 (2020-03-09)

Bug Fixes

  • add missing docstring and be consistent with parameter names (6cce5ac)

1.5.0 (2020-03-09)

Bug Fixes

  • don't cast instance to address (af3fecb)
  • find index when sorting oldest first (749759f)

Features

  • include evidence group in item and request events (6635ed2)

1.4.4 (2020-02-26)

Bug Fixes

  • don't cast instance to address (a65bdd2)

1.4.2 (2020-02-04)

1.4.0 (2020-01-24)

Features

  • allow providing evidence for removal requests] (ff688e8)

1.3.1 (2020-01-23)

1.3.0 (2020-01-22)

Features

1.2.0 (2020-01-15)

Features

  • also return the arbitraion cost in fetch arbitrable (2e3cc06)

1.1.0 (2020-01-14)

Features

  • add flag to not return absent items by default (e7a7f94)

1.0.3 (2020-01-13)

1.0.2 (2020-01-13)

Bug Fixes

  • incorrect result array instantiation (8ec75a3)

1.0.1 (2020-01-13)

1.0.0 (2020-01-02)

Bug Fixes

0.1.31 (2019-12-27)

Bug Fixes

  • incorrect argument and iterator reset (87b7f85)

Features

  • add batch withdraw contract (8e9215f)
  • add view function for available rewards (68b23d7)

0.1.30 (2019-12-27)

Features

  • add view function for available rewards (68b23d7)

0.1.29 (2019-12-18)

0.1.28 (2019-12-08)

Features

  • include mapping of evidenceGroupID to requestID (47f3fdf)

0.1.27 (2019-12-06)

Features

  • include the request type in RequestSubmitted event (4285f96)
  • make index ItemStatusChange fields and add request status fields (07f52c1)

0.1.25 (2019-12-04)

Features

  • include the request type in RequestSubmitted event (02bae44)

0.1.24 (2019-12-01)

Bug Fixes

  • implement clements review suggestions (5662747)
  • implement review suggestions (0121161)

0.1.23 (2019-11-30)

Bug Fixes

  • implement clements review suggestions (5662747)
  • implement review suggestions (eb57b6c)

0.1.21 (2019-10-26)

Features

  • return the meta evidence ID for the request (4ba27ec)

0.1.19 (2019-10-26)

Bug Fixes

Features

  • GTCR.sol: test file (#7) (963bf28)
  • emit event on appeal crowdfunding contribution (7ab6860)
  • emit event when someone submits a request (2f52566)
  • save the item's position on the list (1deb2be)
  • submit event on item submission (#9) (5d66530)

0.1.18 (2019-10-01)

Features

  • GTCR.sol: test file (#7) (963bf28)
  • remove support for EIP165 to avoid complexity (1e83dbc)
  • use kleros libraries instead of local contracts (64db9fd)

0.1.15 (2019-09-14)

Bug Fixes

  • readd item requests and remove simple request (2d3dd74)

0.1.14 (2019-09-14)

Features

  • save request type in storage for history (67d8eed)

0.1.13 (2019-09-14)

Bug Fixes

  • remove unecessary vars (834ec94)
  • use a more descriptive function name (83963d1)
  • wrong page index when there aren't enought items to fill a page (de1fb2d)

Features

  • add getItemRequests function, docs and remove unused vars (f14a6d0)
  • also return the number of requests and make methods public (6f48a5b)

0.1.12 (2019-08-28)

Bug Fixes

0.1.11 (2019-08-28)

Features

  • return last index if target was not found (1b8614f)

0.1.10 (2019-08-28)

Bug Fixes

  • execution error on queryItems and findIndexFor page for empty tcrs (ed280da)

Features

  • add countWithFilter() and return indexFound on findIndexForPage (04da768)

0.1.9 (2019-08-28)

Bug Fixes

  • queryItems returning only one item with oldestFirst == false (fd82dc6)

0.1.8 (2019-08-27)

Features

  • add find index for page view function (c76d288)

0.1.7 (2019-08-24)

Bug Fixes

0.1.6 (2019-08-23)

Bug Fixes

  • enable optimizer (60f836b)
  • enable optimizer and remove obsolete instructions (3d65c9a)

0.1.5 (2019-08-23)

Bug Fixes

  • add/remove missing and obsolete abis (b62e317)
  • let the package users build the contracts (3259df1)

Features

  • emit event on item status change (c341007)

0.1.4 (2019-08-23)

Features

  • add introspection for the IArbitrable interface (c5e4bc3)
  • remove unused permission interface (f5e339b)
  • use proxy methods to requestStatusChange to avoid accidents (69948d6)

0.1.3 (2019-08-23)

Features

  • add view contract and remove obsolete (26733d4)

0.1.2 (2019-08-22)

Features

  • add contract abis to package (1a4d405)

0.1.1 (2019-08-22)

Bug Fixes

  • GTCR: addressing recent issues (b5483b8)
  • add missing packages that prevent scripts from running properly (f62a0ff)
  • GTCR: removed addItem function (e7741f7)
  • GTCR: small query items fix (f927310)

Features

  • GTCR: added GTCR contract with dependencies (504e574)
  • include view contracts and upgrade compiler to 0.5.11 (49d6e26)