dash-network-deploy
dash-network-deploy copied to clipboard
Tools for Dash networks deployment and testing
## Issue Being Fixed or Feature Implemented 1. Configured log rotation for Tenderdash logs 2. Added a Logstash filter to exclude TRACE logs from processing to optimize log 3. Updated...
## Issue being fixed or feature implemented 1. if it's defined, use it, if not use dashmate_versio 2. Change firstRunConfig to not error out if something doesn't exist (eg this...
## Issue being fixed or feature implemented The metricbeat role has been added to replace Prometheus for data collection. ## What was done? The existing elastic_stack role has been extended...
## Issue being fixed or feature implemented Issue of consistency with tenderdash fixed ## What was done? Renamed json.span.height to json.height and json.span.round to json.round in elastic for consistency with...
## Issue being fixed or feature implemented Proposals were successfully created but `gobject list` was empty resulting in `gobject vote-many` being skipped. Manually checking the proposal count and running the...
## Issue being fixed or feature implemented Core team required latest-nightly images on some nodes ## What was done? Add condition to use dashd_nightly_image on nightly_masternodes ## How Has This...
## Expected Behavior Deploy tool should unban all banned masternodes without any issues ## Current Behavior The collateral address is also used as the fee source address when creating ProUpServTx...
Example: ```bash dash-network ssh devnet-maithai masternode-1 ```
Command: ``` dash-network ansible ... ``` Should be interpolated to: ``` docker run -ti --rm \ -v "$PWD:/networks" \ -v "$HOME/.aws:/root/.aws" \ -v "$PUBLIC_KEY_PATH:$PUBLIC_KEY_PATH" \ -v "$PRIVATE_KEY_PATH:$PRIVATE_KEY_PATH" \ -w "/usr/src/app/ansible"...
## Issue being fixed or feature implemented This will run a quick update if you set the var, only set the var if the network is already deployed and just...