Skip to content

Dash Platform v0.22.0-dev.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@shuplenkov shuplenkov released this 22 Dec 17:43

BREAKING CHANGES

  • add required name property to index definition (#74)
  • add an ability to update data contract (#52)
  • Identity public key now has two more fields, purpose and securityLevel, and keys without those fields won't be valid anymore

Features

  • add an ability to update data contract (#52)
  • add required name property to index definition (#74)
  • dashmate: json output for status commands (#31)
  • dpp: add readOnly flag to IdentityPublicKey (#142)
  • drive: network address in ValidatorUpdate ABCI (#140)
  • enable mainnet for dashmate (#2)
  • identity public key purpose and security levels (#46)
  • support Apple Silicone (#143)
  • wallet-lib: do not sync transactions if mnemonic is absent
  • wallet-lib: dump wallet storage (#8)

Bug Fixes

  • dashmate: cannot read properties of undefined (reading 'dpns') on reset (#47)

Documentation

  • improved sidebar and usage in DAPI client (#3)
  • provide getTransactionHistory (#5)

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)