You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Improve `update` command to support suffix tags #61
3
+
- Show darknodes versions when from the `list` command.
4
+
5
+
## 3.0.9
6
+
- Update bootstrap node's multi-address
7
+
8
+
## 3.0.8
9
+
- Update the terraform version when installing the CLI.
10
+
- Update protocol contract addresses
11
+
- Support mainnet deployment
12
+
13
+
## 3.0.7
14
+
- Check existence of the Darknode when running commands which darknode name as parameter #55
15
+
-`up` command gets latest release from github, instead of ipfs.
16
+
- Remove auto-updater and modify the `update` command #56
17
+
- Make sure the CI script does not overwrite the previous release
18
+
19
+
## 3.0.6
20
+
Minor fix and improvement #52
21
+
- Fix concurrent writes issue when running `darknode list`
22
+
- Hide the error message when checking version against github.
23
+
- Ignore the `ECDSADistKeyShare` field when reading the config.
24
+
25
+
## 3.0.5
26
+
Issue #49
27
+
- Show messages when starting executing the script.
28
+
29
+
Issue #51
30
+
- Update config format to the latest version in darknode.
31
+
- Remove `--config` flag form the `update` command to avoid conflicts in the config file.
32
+
- Show messages to tell if nodes have successfully been started/stopped/restarted.
33
+
- Minor tweak with the darknode installation script.
34
+
- Fix incorrect bootstrap addresses on testnet and devnet.
35
+
36
+
## 3.0.4
37
+
- Add Google Cloud Platform support
38
+
Thanks to @Pega88 for contributing to this release
39
+
40
+
## 3.0.3
41
+
- Fix an issue which could cause fail deployment on digital ocean.
42
+
- Successful deployment on Windows(WSL) will automatically open the registering link.
43
+
- Hide the red error message when cannot find any command to open the registering link.
44
+
45
+
## 3.0.2
46
+
- set `DisablePeerDiscovery` to true when initializing a new darknode config.
47
+
- manually install the metrics agent for digital ocean to enable detail monitoring
48
+
49
+
## 3.0.1
50
+
- Build binary for `arm` architecture and include it in the release.
51
+
- Update bindings for darknode registry contract to the latest version.
52
+
- Not showing any error when failed to open registering url in a browser.
53
+
- Update prompt message to show the correct command when a new release is detected.
54
+
55
+
## 3.0.0
56
+
57
+
New CLI for Chaosnet darknodes deployment.
58
+
59
+
> 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.
60
+
61
+
Changelog:
62
+
- Windows support with WSL
63
+
- Use updated `terraform` version `v0.12.12`
64
+
- Release check before running any commands, it will warn users if they are using an old version.
65
+
- Support `start/stop/restart` commands to start/stop/restart the service on darknode.
66
+
- Add `exec` command which allow users to run script/file on remote instance.
67
+
- Add `register` command which shows the link to register a particular node and try opening it using the default browser.
68
+
- Show provider information when running `darknode list`
69
+
-`resize` command will not increase the disk size for digital ocean. (This allows users to downgrade their droplets after upgrading the plan)
0 commit comments