Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 7.72 KB

CHANGELOG.md

File metadata and controls

76 lines (61 loc) · 7.72 KB

Changelog

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

1.2.0 (2020-05-11)

Features

  • add more env variable checks and docs (2be12a0)
  • improve mail message, documentation close #8 and close #7 (55abbc3)
  • include more details on the warning message (35749fa)
  • inform user if no web3 browser was detected (9e29ca0)
  • notify session started and close #10 (bc41a01)
  • only send emails to submitters on new period (2210e22)
  • print current network used (c72e243)
  • update codebase to typescript and close #9 (#12) (3854c1d)
  • update to latest governor contract (e5ba11f)
  • use double the suggested gas price (151ae0d)

Bug Fixes

  • enable wallet before asking for signature (ac2a648)
  • missing arbitration cost on submission deposit (5745a1a)
  • remove IDE specific files (2b7be40)
  • remove low balance bot (ff1c2e2)
  • remove useless logs and env variables (bb12138)
  • signer does not have getGasPrice function (b0216ee)
  • typo in email message (8c272ce)
  • typo in email message (b6e1460)
  • typo in mail message (3786b65)
  • typo in mail text (9e5da6a)
  • typo in network object (2935372)

1.1.0 (2020-03-25)

Features

  • add authentication and close #5 (54e6178)
  • add basic startup code and fix docs (b080d50)
  • add configuration and script files (abc3b54)
  • allow disarming the alarm for the session (ff3059d)
  • check that SUBMITTER_ADDRESSES is an array of checksummed addrs (c2ab904)
  • execute approved lists (6f866b7)
  • hide disarm alarm notice for balance bot (0f27445)
  • improve balance bot mail message and close #4 (6bd0037)
  • improve balance log message (2ffad40)
  • make eth balance warning period configurable (815628d)
  • only notify about low balance every 2 days (ff66f35)
  • refactor and add bots for execution and balance warnings (245c3fe)
  • remember notifications sent (460b056)
  • send emails via sendgrid (d1a89ef)
  • send out email warnings (5210a9b)
  • submit list at end of session, if no one submitted and close #1 (c338ef4)
  • watch list of addresses instead of just one (dc1f705)

Bug Fixes

  • balance warning bot (5f3a2d6)
  • bot verbosity (6ff19d1)
  • check that returned db object is not null (8e7e165)
  • don't warn if the submission period is over for the session (a45802d)
  • expand rules of list submission (c58ac90)
  • include bot's wallet in submitters list (db0d8ad)
  • incorrect key selection (0c725e2)
  • killswitch check and address checksum (aa3d5b6)
  • send balance alarm every 3 days (6a9fb5d)
  • typo in balance bot mail text (67f65c5)
  • typo in variable name (6588712)
  • typo in warning message (2b675eb)
  • typos (d82f77e)
  • update db after executing submissions (c2a9c46)
  • verbosity and add docs (a47ddd8)