All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.0 (2021-07-08)
- support multiple networks by env files (c570d3e)
- 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)
- 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)
- missing dispute check before execution (79a9d5e)
0.1.9 (2020-07-11)
0.1.8 (2020-07-11)
- check for executed request before attempting to execute it (862e2c9)
0.1.7 (2020-05-18)
- dont withdraw unless there is eth to withdraw (71b70f8)
0.1.6 (2020-05-14)
- incorrect nonce math (5ee11c8)
0.1.5 (2020-05-14)
- compile errors (1df5554)
0.1.4 (2020-05-14)
- 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)
- handle database object initialization (8044593)
0.1.2 (2020-04-16)
- 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)