Skip to content

Releases: renproject/darknode-cli

3.0.9

22 May 04:30
Compare
Choose a tag to compare

Update bootstrap node's multi-address

v3.0.8

21 May 00:53
d9730c0
Compare
Choose a tag to compare
  • Update the terraform version when installing the CLI.
  • Update protocol contract addresses
  • Support mainnet deployment

v3.0.7

30 Mar 04:44
28a5a37
Compare
Choose a tag to compare
  • Check existence of the Darknode when running commands which darknode name as parameter #55
  • up command gets latest release from github, instead of ipfs.
  • Remove auto-updater and modify the update command #56
  • Make sure the CI script does not overwrite the previous release

v3.0.6

24 Feb 02:58
13eafa8
Compare
Choose a tag to compare

Minor fix and improvement

#52

  • Fix concurrent writes issue when running darknode list
  • Hide the error message when checking version against github.
  • Ignore the ECDSADistKeyShare field when reading the config.

v3.0.5

13 Feb 05:38
e99b315
Compare
Choose a tag to compare

Minor fix and improvement :

#49

  • Show messages when starting executing the script.

#51

  • Update config format to the latest version in darknode.
  • Remove --config flag form the update command to avoid conflicts in the config file.
  • Show messages to tell if nodes have successfully been started/stopped/restarted.
  • Minor tweak with the darknode installation script.
  • Fix incorrect bootstrap addresses on testnet and devnet.

3.0.4

26 Nov 04:40
5ae32a7
Compare
Choose a tag to compare
  • Add Google Cloud Platform support

Thanks to @Pega88 for contributing to this release

3.0.3

08 Nov 04:37
Compare
Choose a tag to compare
  • Fix an issue which could cause fail deployment on digital ocean.
  • Successful deployment on Windows(WSL) will automatically open the registering link.
  • Hide the red error message when cannot find any command to open the registering link.

3.0.2

06 Nov 00:17
Compare
Choose a tag to compare

Changelog :

  • set DisablePeerDiscovery to true when initializing a new darknode config.
  • manually install the metrics agent for digital ocean to enable detail monitoring

3.0.1

05 Nov 02:02
56fc60e
Compare
Choose a tag to compare

Changelog:

  • Build binary for arm architecture and include it in the release.
  • Update bindings for darknode registry contract to the latest version.
  • Not showing any error when failed to open registering url in a browser.
  • Update prompt message to show the correct command when a new release is detected.

3.0.0 Chaosnet release

31 Oct 01:06
Compare
Choose a tag to compare

New CLI for Chaosnet darknodes deployment.

Since the config format for darknode is changed and we move from terraform 0.11.x to 0.12.x. New cli will not be backwards compatible with old darknodes. Users need to deregister and destroy old nodes first before updating to this version.

Changelog:

  • Windows support with WSL
  • Use updated terraform version v0.12.12
  • Release check before running any commands, it will warn users if they are using an old version.
  • Support start/stop/restart commands to start/stop/restart the service on darknode.
  • Add exec command which allow users to run script/file on remote instance.
  • Add register command which shows the link to register a particular node and try opening it using the default browser.
  • Show provider information when running darknode list
  • resize command will not increase the disk size for digital ocean. (This allows users to downgrade their droplets after upgrading the plan)
  • Detail monitoring is enabled for all providers.
  • Code has been refactored to be self-contained