Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Masternode Distribution Package v0.12.0

Compare
Choose a tag to compare
@shumkov shumkov released this 19 Apr 10:12
· 430 commits to master since this release
25126e0

Bug Fixes

  • dash-cli doesn't work without default config (#18)
  • explicitly load core conf file (#23)
  • invalid gRPC Web configuration (#25, #26)
  • remove spork private key from сore config (#11)

Code Refactoring

  • tidy up services and configs (#27)

Features

  • add testnet preset (#15)
  • update to new Drive (#21, #24)

BREAKING CHANGES

  • tendermint service now called drive_tendermint
  • machine is removed due to merging Machine into Drive
  • data and config dir paths are changed
  • new version of Drive is incompatible with 0.11 so you need to wipe data before run 0.12:
    • drop drive_mongodb and drive_leveldb volumes
    • docker-commpose --env-file=.env.<PRESET> run drive_tendermint unsafe_reset_all