Skip to content

Latest commit

 

History

History
99 lines (62 loc) · 7.29 KB

CHANGELOG.md

File metadata and controls

99 lines (62 loc) · 7.29 KB

Changelog

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

1.1.0 (2020-05-30)

Features

Bug Fixes

  • missing provider on event handlers (4b09355)

1.0.0 (2020-05-27)

Features

  • notify when one side is fully funded and close #6 (7ec0faf)
  • upgrade to latest contract and close #8, #7 (2190ac8)

Bug Fixes

  • add secretlint and format messages (d263325)
  • typo in email notification messages (4333f8e)
  • use legacy sign and close kleros/gtcr#32 (f0881f3)
  • verbosity and contract version (b18d9d2)

0.1.4 (2020-03-20)

Features

  • add email notification support and close #1 (37a9e84)
  • add endpoint for fetching settings (7892b5d)
  • don't expose user's settings (9e92de7)
  • include user's nickname in email (9c4d5cf)

Bug Fixes

  • allow setting the networkID via environment variable (2c64f51)
  • clean db script (6ccbea2)
  • don't handle multiple networks the app level (7afe4bd)
  • email notifications messages (e5e933f)
  • include name in from field (71cf870)
  • notification response for not found (4ba2f82)
  • remove network-specific code (e06b25f)
  • subscriber notifications object initialization (08144ee)

0.1.3 (2020-01-03)

Bug Fixes

  • decrease polling interval to avoid rate limiting (428140a)

0.1.2 (2019-12-18)

Bug Fixes

0.1.1 (2019-12-18)

Features

  • add evidence event listener (cb2fadd)
  • add notifications path (c4351c0)
  • add other endpoints scaffolding (d52b0a7)
  • add subscribe endpoint (eabd0c8)
  • allow marking notification as clicked (9633538)
  • allow marking notifications as read (29eed98)
  • also account for the network ID (e10fc9b)
  • don't use unread field (2aa7573)
  • handle arbitrator actions (30ddf2b)
  • implement delete all notifications (8a4da44)
  • implement delete notification (8da2409)
  • remove set interval and immediatly start listening for events (a351e30)
  • setup dispute listener (92fce87)
  • subscribe for events and return saved notifications (e150185)
  • use checksummed addresses and restart bot periodically (f524bde)

Bug Fixes

  • arbitrator event handling (e5aba60)
  • handle missing subscriber entry on db and update on event (9eb1aa4)
  • missing parameters and dependencies (6f3fd51)
  • typo in object name (1369743)
  • use latest tcrs object on event received (6bdffc5)
  • use notification types agnostic to the receiver (46f8291)
  • use put and set endpoint cors headers (359e448)