Skip to content

Dash Platform v1.5.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@shumkov shumkov released this 30 Oct 11:06
5d82eca

⚠ BREAKING CHANGES

  • sdk: return consensus errors from broadcast methods (#2274)
  • sdk: provide request execution information (#2259)
  • sdk: wrong order of objects returned by Drive (#2207)

Features

  • dashmate: add protocol version to the status command (#2255)
  • sdk: added transfer transition to rs-sdk (#2289)
  • sdk: detect stale nodes (#2254)
  • sdk: provide request execution information (#2259)
  • sdk: return consensus errors from broadcast methods (#2274)
  • sdk: sdk-level retry logic for fetch and fetch_many (#2266)

Bug Fixes

  • dapi: invalid state transition failed with already in chain error (#2270)
  • dashmate: invalid drive status check (#2248)
  • dashmate: invalid platform version in the status command (#2249)
  • document query start to support pagination (#2284)
  • sdk: AddressListError is private (#2278)
  • sdk: opposite retry trigger (#2265)
  • sdk: wrong order of objects returned by Drive (#2207)
  • seed nodes aren't responding (#2276)

Miscellaneous Chores

  • add partial eq to document query (#2253)
  • dashmate: report port check errors (#2245)
  • move BLS Sigs import to Rust Dash Core (#2252)
  • update to latest rust dash core with x11 optional (#2251)

Code Refactoring

  • platform version refactoring into sub versions (#2269)