Skip to content

Releases: TripleSpeeder/ens-updater

v1.9.0

18 Feb 11:01
Compare
Choose a tag to compare

1.9.0 (2020-02-18)

Bug Fixes

  • be less verbose in connection check phase (dbbf885)
  • dont print gas price info for read-only commands (32322d6)
  • make sure process exits after set-/clear-ReverseName commands (5a19ca6)

Features

  • add command clearReverseName (7906183)
  • add methods to get and set reverseName (01f7fb9)
  • dont allow modifications for not-migrated names (1ec833d)
  • extend getInfo command output (bc0ece4)
  • implement getReverseName command (2bede14)
  • implement setReverseName command (97f8fef)
  • include reverse name record in getInfo command (856472f)
  • show big notice for not-yet-migrated ENS names (70845cd)

v1.8.2

31 Jan 10:11
Compare
Choose a tag to compare

1.8.2 (2020-01-31)

Bug Fixes

  • use new ENS Registry contract (d5c2824)

v1.8.1

07 Jan 13:21
Compare
Choose a tag to compare

1.8.1 (2020-01-07)

Bug Fixes

  • set default coinType for getInfo command (1fcf802), closes #69

v1.8.0

07 Jan 11:13
Compare
Choose a tag to compare

1.8.0 (2020-01-07)

Bug Fixes

  • return 0x0000 instead of 'null' for unset address records (b370e77)

Features

  • add multicoin support for address records (9239570)

v1.7.0

05 Jan 12:51
Compare
Choose a tag to compare

1.7.0 (2020-01-05)

Features

  • add clearContenthash command (fad9be2)
  • add optional --gas option (067807a), closes #41

v1.6.0

13 Dec 09:24
Compare
Choose a tag to compare

1.6.0 (2019-12-13)

Features

v1.5.1

10 Dec 11:52
Compare
Choose a tag to compare

1.5.1 (2019-12-10)

Bug Fixes

  • allow connecting to infura nodes (68fa986), closes #45
  • process hangs when using websocket provider (85a26ef), closes #46

v1.5.0

09 Dec 14:21
Compare
Choose a tag to compare

1.5.0 (2019-12-09)

Features

v1.4.0

06 Dec 09:17
Compare
Choose a tag to compare

1.4.0 (2019-12-06)

This is the first release since switching to conventional commits format and semantic release, so the automated release notes are not showing anyting yet.

Noteworthy changes:

  • Fix process sometimes hanging forever at exit (#17 )
  • Fix process sometimes exiting silently when ethereum node is not responding (#25 )
  • Add command 'clearAddress' to remove an address entry

Internal:

  • Major refactoring/redesign of tests, now including unit tests, integration tests and end-2-end tests
  • Refactor handling of dry-run option and add central method that performs actual transactions. This makes
    sure --dry-run is always respected and will serve as an entrypoint for upcoming features (e.g. #27 Gas Handling)
  • Start using conventional commits standard and husky

For the full list of commits see v1.3.2...v1.4.0

v1.3.2

26 Nov 15:20
Compare
Choose a tag to compare