Releases: TripleSpeeder/ens-updater
Releases · TripleSpeeder/ens-updater
v1.9.0
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
v1.8.1
v1.8.0
v1.7.0
v1.6.0
v1.5.1
v1.5.0
v1.4.0
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