Skip to content

Dash Platform v1.0.0-dev.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@shumkov shumkov released this 11 Jan 05:02
c9b2927

1.0.0-dev.1 (2024-01-11)

⚠ BREAKING CHANGES

  • invalid state transitions now included into blocks that makes previous chain data invalid. (#1657)
  • credit transfer state transition requires revision. (#1634)
  • calculated fee amounts are changed (#1656)

Features

  • drive-abci: include invalid state transitions into block (#1657)
  • drive-abci: processing fees for signature verification (#1656)
  • drive-abci: remove unnecessary validation from check tx and re-check (#1647)
  • sdk: rs-sdk fetch current epoch (#1604)

Bug Fixes

  • platform: credit transfer replay attack (#1634)
  • dapi: internal error when mempool is full (#1661)

Miscellaneous Chores