Skip to content

Releases: dashpay/platform

Dash Platform v0.23.0-dev.10

27 Sep 11:28

Choose a tag to compare

Pre-release

⚠ BREAKING CHANGES

  • drive: masternode identities sync from begging after restart (#542)
  • update Dash Core to 18.1.0-alpha.2 (#526)

Features

  • update Dash Core to 18.1.0-alpha.2 (#526)

Bug Fixes

  • dapi-client: metadata.get is not a function once again (#531)
  • dashmate: homedir fs.exists check (#537)
  • drive: masternode identities sync from begging after restart (#542)

Miscellaneous Chores

  • clean up dependencies (#534)
  • scripts: remove comment from env key (#532)

Dash Platform v0.22.16

09 Sep 02:13

Choose a tag to compare

Features

  • platform-test-suite: create test suite's .env from deployment tool config (#518)

Bug Fixes

  • platform-test-suite: test suite image and environment problems in ci (#505)
  • security vulnerability in elliptic library (#501)

Dash Platform v0.23.0-dev.9

05 Sep 23:09

Choose a tag to compare

Pre-release

Bug Fixes

  • dashmate: DockerComposeError undefined (#513)
  • security vulnerability in elliptic library (#501)
  • test suite image and environment problems in ci (#505)
  • test-suite: failing assertions due to replication lag (#502)

Build System

  • yarn install fails with Node.JS 16.17.0 (#507)

Tests

  • dapi: fix broken subscribeToNewBlockHeaders test (#508)
  • dapi: rename test files to mach the naming convention (#509)

Dash Platform v0.22.15

31 Aug 13:20

Choose a tag to compare

Features

  • dashmate: update v18 for the mainnet nodes (#514)

Dash Platform v0.22.14

29 Aug 14:14

Choose a tag to compare

Features

  • dashmate: add --force flag to stop command (#434)
  • integrate dash-spv into monorepo

Documentation

  • dashmate: update dashmate documentation (#459)
  • sdk: update outdated documentation (#463)

Miscellaneous Chores

  • bump dash core to v18.0.1 and sentinel to 1.7.1 (#511)
  • test-suite: move wallet storage persistence in the outer folder (#416)

Build System

  • yarn install fails with Node.JS 16.17.0 (#507)
  • new node alpine image breaks package builds (#493)
  • test-suite: fix docker image build

Dash Platform v0.23.0-dev.8

22 Aug 21:45

Choose a tag to compare

Pre-release

Bug Fixes

  • dapi: getStatus errored if masternode is banned (#496)
  • Drive and DAPI expect data available on H+1 block (#497)
  • test-suite: failing tests due to replication latency (#500)

Dash Platform v0.23.0-dev.7

18 Aug 19:51

Choose a tag to compare

Pre-release

Bug Fixes

  • DAPI client requests one local single node only (#479)
  • dapi-client: A.metadata.get is not a function (#492)
  • dapi-clinet: node can bed marked as banned on retriable error (#482)
  • dashmate: docker undefined error (#480)
  • dashmate: gRPC stream timeout (#481)
  • infinite block production due to fees distribution (#484)
  • sdk: cannot read properties of null (reading 'getMetadata') (#488)
  • test-suite: invalid transaction: Missing inputs (#494)

Miscellaneous Chores

  • dashmate: update Core to 18.0.0-rc.12

Build System

  • new node alpine image breaks package builds (#493)

Dash Platform v0.23.0-dev.6

12 Aug 11:31

Choose a tag to compare

Pre-release

⚠ BREAKING CHANGES

  • Correct cumulative fees invalidate previous blockchain data (#474)

Bug Fixes

  • dpp: repeated disabling of already disabled identity key (#477)
  • drive: cumulative fees are not reset between blocks (#474)
  • drive: invalid previous block time (#475)

Dash Platform v0.23.0-dev.5

05 Aug 17:02

Choose a tag to compare

Pre-release

⚠ BREAKING CHANGES

  • Blockchain data and state structure are changed and incompatible with previous versions

Features

  • drive: fees distribution (#458)

Miscellaneous Chores

  • various linter fixes across packages (#465)

Dash Platform v0.23.0-dev.4

12 Jul 10:19

Choose a tag to compare

Pre-release

Bug Fixes

  • dashmate: replace seeds by bootstrap-peers in config.toml (#460)
  • drive: various fixes in synchronize masternode identities logic and logging (#461)

Build System

  • test-suite: fix docker image build