Skip to content

Dash Platform v1.0.0-dev.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@shumkov shumkov released this 20 Feb 15:36
acce68d

⚠ BREAKING CHANGES

  • Identity nonce and identity contract nonces to prevent replay attacks (#1681)
  • Improved check tx verification (#1681)
  • Do not allow creating data contracts without documents (#1675)

Features

  • State transitions support in rust sdk (#1596)
  • Mempool uniqueness by state transition identifiers (#1681)
  • Remove ability to verify proofs from drive-abci in order to have a smaller package size and to reduce potential issues (#1699)
  • Tenderdash mempool cache size config option (#1702)

Bug Fixes

  • Remove min core fee per byte check (#1690)
  • Fix proof balance and revision proofs for IdentityTopUp (#1678)
  • NPM IP package vulnerable to SSRF attacks (#1703)
  • Fix for contract proofs (#1699)

Miscellaneous Chores

  • Autogenerated clippy refactoring and fixes for rust version 1.76 (#1691)
  • Bump protoc to 25.2 (#1692)