- Support Apple Silicon chip (M1)
- Improve installation/update scripts
- Bug fixes
- Update package dependency
- Move from CircleCI to github action
- Support deploying a new darknode using an existing config file.
- Fix bug when fetching latest darknode-release during darknode installation
- Remove
jqfrom darknode installation
- Fix pagination issue when fetching latest darknode releases from github.
- Fix connection issue when withdrawing gas
- Use suggest gas price for withdrawing ETH.
- Improve
updatecommand to support suffix tags #61 - Show darknodes versions when from the
listcommand.
- Update bootstrap node's multi-address
- Update the terraform version when installing the CLI.
- Update protocol contract addresses
- Support mainnet deployment
- Check existence of the Darknode when running commands which darknode name as parameter #55
upcommand gets latest release from github, instead of ipfs.- Remove auto-updater and modify the
updatecommand #56 - Make sure the CI script does not overwrite the previous release
Minor fix and improvement #52
- Fix concurrent writes issue when running
darknode list - Hide the error message when checking version against github.
- Ignore the
ECDSADistKeySharefield when reading the config.
Issue #49
- Show messages when starting executing the script.
Issue #51
- Update config format to the latest version in darknode.
- Remove
--configflag form theupdatecommand 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.
- Add Google Cloud Platform support Thanks to @Pega88 for contributing to this release
- 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.
- set
DisablePeerDiscoveryto true when initializing a new darknode config. - manually install the metrics agent for digital ocean to enable detail monitoring
- Build binary for
armarchitecture 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.
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
terraformversionv0.12.12 - Release check before running any commands, it will warn users if they are using an old version.
- Support
start/stop/restartcommands to start/stop/restart the service on darknode. - Add
execcommand which allow users to run script/file on remote instance. - Add
registercommand which shows the link to register a particular node and try opening it using the default browser. - Show provider information when running
darknode list resizecommand 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