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

Releases: dashevo/dashmate

Masternode Distribution Package v0.13.1

12 Jun 23:27
Compare
Choose a tag to compare

Features

Masternode Distribution Package v0.13.0

11 Jun 17:53
022feee
Compare
Choose a tag to compare

Bug Fixes

  • do not start stopped services on the docker deamon restart (#55)
  • switch to dashpay org for sentinel (#62)

Features

  • start/stop node commands (#45, #48)
  • data reset command (#43, #60)
  • masternode registration commands (#30, #44, #54, #69)
  • remove sleep from docker compose (#57)
  • allow to start full node (#42)
  • update configs and docker images (#64)

Documentation

  • update README.md to clarify install instructions (#33, #65)

BREAKING CHANGES

  • Dash Platform v0.12 data in incompatible with 0.13, so you need to reset data before you start the node

Masternode Distribution Package v0.12.6

23 May 15:33
Compare
Choose a tag to compare

Features

  • update configs for new Evonet (#56)

Masternode Distribution Package v0.12.5

01 May 13:14
Compare
Choose a tag to compare

Bug Fixes

  • use updated sentinel image (#41)

Masternode Distribution Package v0.12.4

30 Apr 16:35
Compare
Choose a tag to compare

Bug Fixes

  • MongoDB replica set doesn't work sometimes (#40) (a5e31cd)

Masternode Distribution Package v0.12.3

28 Apr 12:34
Compare
Choose a tag to compare

Bug Fixes

  • outdated genesis config for Tendermint (#37)
  • outdated persistent node IDs in Tendermint config (#38)

Masternode Distribution Package v0.12.2

22 Apr 11:39
Compare
Choose a tag to compare

Bug Fixes

  • update DPNS identities for evonet (#31)

Masternode Distribution Package v0.12.1

21 Apr 11:15
Compare
Choose a tag to compare

Bug Fixes

  • latest envoy docker image tag is not present anymore (#29)

Masternode Distribution Package v0.12.0

19 Apr 10:12
25126e0
Compare
Choose a tag to compare

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

Masternode Distribution Package v0.11.1

17 Mar 19:41
Compare
Choose a tag to compare

Bug Fixes