Skip to content

Releases: dashpay/platform

Dash Platform v0.22.3

27 Apr 13:35
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • wallet-lib: storage layer refactoring (#232)

Features

  • wallet-lib: adds balance and metadata information from registered identity (#337)
  • wallet-lib: provide transaction history item as a date object (#336)
  • wallet-lib: rework storage for multiple key chains (#231)
  • wallet-lib: satoshisBalanceImpact in transaction history (#319)
  • wallet-lib: storage layer refactoring (#232)

Bug Fixes

  • dashmate: broken migrations (#355)
  • wallet-lib: optimize storage version check (#348)
  • wallet-lib: persistent storage regression (#302)

Dash Platform v0.22.2

21 Apr 13:51
Compare
Choose a tag to compare

Bug Fixes

  • docker-test-suite missing test files

Tests

  • dpp: double test in identity validation (#330)
  • fixes sdk timeouts in platform test suite (#309)

Miscellaneous Chores

  • update Core to v0.18.0.0-rc1 (#351)

Dash Platform v0.23.0-dev.1

08 Apr 11:28
Compare
Choose a tag to compare
Pre-release

⚠ BREAKING CHANGES

  • plain proRegTx for masternode identifier (#318)
  • wallet-lib: storage layer refactoring (#232)

Features

  • dpp: add withdraw purpose for IdentityPublicKey (#317)
  • update identity (#292)
  • wallet-lib: rework storage for multiple key chains (#231)
  • wallet-lib: satoshisBalanceImpact in transaction history (#319)
  • wallet-lib: storage layer refactoring (#232)

Bug Fixes

  • dashmate: config/core/miner must have required property 'interval' (#311)
  • do not hash proRegTx for masternode identifier (#318)

Performance Improvements

  • dapi: cache block headers and chainlocks (#235, #296)
  • dapi: remove unnecessary Core RPC calls for core streams (#194)

Continuous Integration

  • enable multiarch builds (#316)

Miscellaneous Chores

  • drive: add more block execution timers (#329)

Tests

  • fixes wallet.spec.js

Dash Platform v0.22.1

25 Mar 13:42
Compare
Choose a tag to compare

Bug Fixes

  • dashmate: cannot read properties of undefined (reading 'masternodeRewardShares’) (#310)
  • dashmate: config/core/miner must have required property 'interval' (#311)

Tests

  • fix platform-test-suite-execution in browser environment (#289)

Dash Platform v0.22.0

21 Mar 13:23
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • name is required for document index definition
  • platform.contracts.broadcast method in SDK renamed to platform.contracts.publish
  • Identity public key requires purpose and securityLevel properties
  • $id property can't be used in document indices
  • Indexed properties now require size constraints
  • getIdentitiesByPublicKeyHashes returns array of arrays of identities
  • getIdentityIdsByPublicKeyHashes returns array of arrays of identity ids
  • Document array properties temporarily cannot be indexed. Will be enabled in v0.23
  • Range operations in document queries can be used only in the last where clause
  • sorting (orderBy) in document queries is required for range operations
  • elementMatch, contains and includes operations are temporarily disabled in document query. Will be enabled in v0.23
  • $ref in data contract is temporarily disabled
  • startAt and startAfter accept now only document id instead of document offset
  • in operator can be used only in two last where clauses
  • Cryptographical proofs for platform state are temporarily disabled. Will be enabled in upcoming releases
  • Platform data is not compatible with previous platform versions. Please reset your node.

Features

  • identity public key purpose and security levels (#46)
  • allow using non-unique Identity public keys (#168)
  • distribute dashmate with NPM (#148)
  • create and update masternode identities (#160, #170, #257, #272, #279, #287)
  • added WalletStore (#197)
  • register system contracts on initChain (#182, #192)
  • integrate new storage (GroveDB) and secondary indices (RS Drive) (#77, #177, #178, #199, #201, #225, #259, #280, #303)
  • fallback to chain asset lock proof (#297)
  • add an ability to update data contract (#52, #83, #223)
  • add required name property to index definition (#74)
  • use document for startAt and startAfter in document query (#227, #255)
  • dashmate: enable mainnet for dashmate (#2)
  • dashmate: json output for status commands (#31, #262)
  • dashmate: add an ability to configure node subnet mask (#237)
  • dpp: add readOnly flag to IdentityPublicKey (#142, #239)
  • dpp: allow using BLS key to sign state transitions (#268, #275)
  • drive: network address in ValidatorUpdate ABCI (#140, #155, #184)
  • drive: add performance timers to measure block execution (#281)
  • dapi: subscribeToBlockHeadersWithChainLocks endpoint (#153)
  • wallet-lib: ChainStore (#196)
  • dapi-client: get and verify block headers with dash-spv (#211)
  • dapi-client: handle asynchronous errors (#233)

Bug Fixes

  • dashmate: cannot read properties of undefined (reading 'dpns') on reset (#47)
  • drive: missed JS ABCI yarn cache (#156)
  • build: zeromq build is not working on linux (#236)
  • cannot install protobufjs in some cases (#266, #267)
  • dashmate: rimraf module could not remove config directory (#248)
  • dashmate: logs were incorrectly mounted (#261)
  • drive: documents have mixed owner ids (#283)
  • cannot read properties of undefined (reading 'getIp') (#285)
  • InstantLock waiting period for transaction... (#293)
  • dpp: re2 memory leak (#301)
  • drive: internal error on verify instant lock (#295)

Documentation

  • improved sidebar and usage in DAPI client (#3)
  • provide getTransactionHistory (#5)
  • minor Readme fixes (#163)
  • add readme to docs folder (#175)
  • escape literal '|' in table (#164)
  • indicate which network(s) this repo supports (#174)
  • ignore folder with empty docs during build (#212)

Tests

  • wallet-lib: enable skipped test after the fix for grpc-js lib (#71)

Miscellaneous Chores

  • fix wrong version in a release PR title (#82)
  • missed merk darwin x64 pre-build binary (#144)
  • undefined "-w" argument in restart script (#85)
  • drive: send initial core chain locked height on init chain (#180)
  • update to use current @oclif/core (#154)
  • remove fixCumulativeFeesBug feature flag (#191)
  • update tenderdash and core images (#188, #252, #269)
  • dpp: temporarily disable $refs in data contract definitions (#300)
  • dpp: size constraints for indexed properties (#179, #273)

Build System

  • test-suite: docker image build doesn't work (#172)
  • fix configure test suite script for grep 2.5.1 (#187)

Code Refactoring

  • dapi: rename tx-filter-stream.js to core-streams.js (#169)

Dash Platform v0.22.0-dev.16

18 Mar 09:55
Compare
Choose a tag to compare
Pre-release

⚠ BREAKING CHANGES

  • previously created platform state might be not compatible

Features

  • dpp: temporarily disable $refs in data contract definitions (#300)
  • fallback to chain asset lock proof (#297)

Bug Fixes

  • dpp: re2 memory leak (#301)
  • drive: document query and delete issues (#303)
  • drive: internal error on verify instant lock (#295)

Dash Platform v0.22.0-dev.15

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

Bug Fixes

  • InstantLock waiting period for transaction.. (#293)

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)