Skip to content

Latest commit

 

History

History
117 lines (62 loc) · 6.18 KB

CHANGELOG.md

File metadata and controls

117 lines (62 loc) · 6.18 KB

Changelog

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

1.1.0 (2021-07-08)

Features

  • support multiple networks by env files (c570d3e)

Bug Fixes

  • increase verbosity and continue instead of returning (3451cdf)
  • missing counter increase on some paths (9157621)
  • missing dispute check before execution (d97f240)
  • pin node version, remove yarn and update README (e6c05c2)
  • typo and increase default poll time (baaea4e)

1.0.1 (2020-07-21)

Bug Fixes

  • increase verbosity and continue instead of returning (3451cdf)
  • missing dispute check before execution (d97f240)
  • typo and increase default poll time (baaea4e)

1.0.0 (2020-07-17)

Bug Fixes

  • missing dispute check before execution (79a9d5e)

0.1.9 (2020-07-11)

Bug Fixes

  • incorrect method call signature (2f2f18f)
  • method call signature (538a8bb)

0.1.8 (2020-07-11)

Bug Fixes

  • check for executed request before attempting to execute it (862e2c9)

0.1.7 (2020-05-18)

Features

  • dont withdraw unless there is eth to withdraw (71b70f8)

Bug Fixes

  • items with multiple requests not executing (6b13d85)
  • missing block interval (3eec8a0)

0.1.6 (2020-05-14)

Bug Fixes

0.1.5 (2020-05-14)

Bug Fixes

0.1.4 (2020-05-14)

Bug Fixes

  • disputed request should not return but continue (7c02bcb)
  • handle getBlock returning null (6987eac)
  • handle nonces manually when syncing for the first time (919c912)
  • remove unused parameter and update factory (c512227)

0.1.3 (2020-04-16)

Bug Fixes

  • handle database object initialization (8044593)

0.1.2 (2020-04-16)

Bug Fixes

  • race conditions, typos and verbosity (eda2066)
  • various bugs and verbosity (3e499df)

0.1.1 (2020-04-15)

Features

  • add listeners scaffolding (330c82d)
  • add watcher and execute available requests (05fe6a0)
  • fetch requests from blockchain (330d6e0)
  • implement request-resolved handler (4ca2aa6)
  • implement request-submitted handler (9171572)
  • initial commit (8361b77)
  • read env variables and remove uncofigured linters (2d39773)
  • remove item from watchlist on request-resolved event (5595363)
  • scan blockchain for pending requests (70b5a99)