Skip to content

Releases: dashpay/platform

Dash Platform v0.22.0-dev.14

10 Mar 06:24
Compare
Choose a tag to compare
Pre-release

⚠ BREAKING CHANGES

  • The fixed masternode identities logic breaks compatibility with previous invalid state.

Bug Fixes

  • drive: non-deterministic behaviour in masternode identities logic (#287)

Dash Platform v0.22.0-dev.13

09 Mar 05:59
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • cannot read properties of undefined (reading 'getIp') (#285)

Dash Platform v0.22.0-dev.12

08 Mar 15:22
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • drive: documents have mixed owner ids (#283)

Dash Platform v0.22.0-dev.11

08 Mar 13:46
Compare
Choose a tag to compare
Pre-release

⚠ BREAKING CHANGES

  • in query operator doesn't work with multiple values (#280)

Features

  • drive: add performance timers to measure block execution (#281)

Bug Fixes

  • in query operator doesn't work with multiple values (#280)
  • can't find masternode raward shares data contract (#279)

Dash Platform v0.22.0-dev.10

07 Mar 14:27
Compare
Choose a tag to compare
Pre-release

0.22.0-dev.10 (2022-03-07)

Bug Fixes

  • dpp: Invalid DER format public key (#275)

Dash Platform v0.22.0-dev.9

04 Mar 16:13
Compare
Choose a tag to compare
Pre-release

0.22.0-dev.9 (2022-03-04)

⚠ BREAKING CHANGES

  • dpp: lower indexed string properties constraints (#273)

Features

  • dpp: lower indexed string properties constraints (#273)

Bug Fixes

  • masternode reward shares (#272)

Dash Platform v0.22.0-dev.8

02 Mar 16:32
Compare
Choose a tag to compare
Pre-release

⚠ BREAKING CHANGES

  • New state is not compatible with previous versions
  • Document queries have limitations compared with previous versions
  • Proofs are temporary disabled

Features

  • dapi-client: get and verify block headers with dash-spv (#211)
  • dapi-client: handle asynchronous errors (#233)
  • dashmate: add an ability to configure node subnet mask (#237)
  • dpp: allow using BLS key to sign state transitions (#268)
  • dpp: do not allow to index array properties (#225)
  • drive: create/update identities based on SML changes (#170)
  • integrate RS Drive and GroveDB (#177)

Bug Fixes

  • dashmate: group:status command was missing a format flag (#262)
  • startAt and startAfter invalid decoding (#255)
  • build: zeromq build is not working on linux (#236)
  • cannot install protobufjs in some cases (#266)
  • dashmate: rimraf module could not remove config directory (#248)
  • dashmate: logs were incorrectly mounted (#261)
  • dpp: Identity public key readOnly flag was read as undefined instead of false (#239)
  • drive: unable to reconstruct SML (#257)
  • drive: invalid query errors are fatal (#259)
  • sdk: can't update cached data contract (#223)

Documentation

  • ignore folder with empty docs during build (#212)

Build System

  • protobufjs isn't installing from git sometimes (#267)

Miscellaneous Chores

  • dashmate: update Core to 0.18.0.0-beta4 (#269)
  • release: revert version back
  • update tenderdash and core images (#252)

Dash Platform v0.22.0-dev.7.alpha.2

18 Feb 16:27
Compare
Choose a tag to compare
Pre-release

Release PR #177

Dash Platform v0.21.8

15 Feb 10:50
Compare
Choose a tag to compare

Bug Fixes

  • sorting unconfirmed tx as oldest (#206)
  • wallet-lib: get transaction history missing txs (#246)

Tests

  • platform-suite: add -b flag to abort after first error (#222)

Miscellaneous Chores

  • updates @dashevo/dashcore-lib to v0.19.30 (#238)

Dash Platform v0.22.0-dev.7

21 Jan 07:48
Compare
Choose a tag to compare
Pre-release

Features

  • added WalletStore (#197)
  • drive: allow using in and startsWith only in last where condition (#201)
  • drive: allow using orderBy for fields having in and startsWith in last where clause (#199)
  • register system contracts on initChain (#182)
  • wallet-lib: ChainStore (#196)

Bug Fixes

  • sdk: system contract ids were hardcoded in SDKs Client module (#192)

Build System

  • fix configure test suite script for grep 2.5.1 (#187)

Miscellaneous Chores

  • dashmate: update tenderdash to 0.7.0-dev (#188)
  • remove fixCumulativeFeesBug feature flag (#191)