Skip to content

Dash Platform v0.23.0-dev.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@shumkov shumkov released this 08 Apr 11:28

⚠ 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