Skip to content

Releases: dashpay/platform

Dash Platform v2.0.0-rc.4

28 Apr 19:16
9ede23f
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.0.0-rc.3...v2.0.0-rc.4

Dash Platform v2.0.0-rc.3

24 Apr 15:57
a0369b6
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3

Dash Platform v2.0.0-rc.2

22 Apr 00:00
ad05271
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

Dash Platform v2.0.0-rc.1

18 Apr 01:12
9d5c437
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.0.0-dev.1...v2.0.0-rc.1

Dash Platform v2.0.0-dev.1

13 Mar 17:35
b9d2b4a
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.8.0...v2.0.0-dev.1

Dash Platform v1.8.0

16 Jan 11:13
e4e156c
Compare
Choose a tag to compare

Features

  • platform: distribute prefunded specialized balances after vote (#2422)
  • platform: using new rust based bls library (#2424)

Bug Fixes

  • drive-abci: document purchase on mutable document from different epoch had issue (#2420)
  • drive: more than one key was returned when expecting only one result (#2421)
  • sdk: failed to deserialize consensus error (#2410)
  • try DriveDocumentQuery from DocumentQuery start field (#2407)
  • drive-abci rebroadcasting should not only take first 2 quorums too (#2425)
  • dashmate: local network starting issues (#2394)
  • dashmate: some group commands fail with mtime not found (#2400)
  • emergency hard fork to fix masternode voting (#2397)

Tests

  • unify identity versioned cost coverage (#2416)
  • sdk: generate test vectors using testnet (#2381)

Miscellaneous Chores

  • drive: increase withdrawal limits to 2000 Dash per day (#2287)
  • fix test suite configuration script (#2402)
  • resolve NPM audit warnings (#2417)
  • remove deprecated check_network_version.sh (#2084)
  • update bls library (#2424)

Code Refactoring

  • platform: replace bls library (#2257)
  • dpp: using deprecated param to init wasm module (#2399)

Performance Improvements

  • dpp: reduce JS binding size by 3x (#2396)

Continuous Integration

  • fix artifact upload issue on release build (#2389)

Build System

  • bump wasm-bindgen to 0.2.99 (#2395)
  • update rust to 1.83 (#2393)

Dash Platform v1.8.0-rc.2

16 Jan 06:12
59bf0af
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.8.0-rc.1...v1.8.0-rc.2

Dash Platform v1.8.0-rc.1

15 Jan 15:54
2abce8e
Compare
Choose a tag to compare
Pre-release

Features

  • platform: distribute prefunded specialized balances after vote (#2422)

Bug Fixes

  • drive-abci: document purchase on mutable document from different epoch had issue (#2420)
  • drive: more than one key was returned when expecting only one result (#2421)
  • sdk: failed to deserialize consensus error (#2410)
  • try DriveDocumentQuery from DocumentQuery start field (#2407)

Tests

  • unify identity versioned cost coverage (#2416)

Miscellaneous Chores

  • drive: increase withdrawal limits to 2000 Dash per day (#2287)
  • fix test suite configuration script (#2402)
  • resolve NPM audit warnings (#2417)
  • update bls library (#2424)

Dash Platform v1.8.0-dev.2

19 Dec 11:31
cfd9c4d
Compare
Choose a tag to compare
Pre-release

⚠ BREAKING CHANGES

  • On epoch 13, masternode vote state transition validation logic will be changed. Nodes which aren't upgraded to this version will halt (#2397)
  • Rust 1.83 is required to build the project (#2398)

Bug Fixes

  • dashmate: local network starting issues (#2394)
  • dashmate: some group commands fail with mtime not found (#2400)
  • emergency hard fork to fix masternode voting (#2397)

Performance Improvements

  • dpp: reduce JS binding size by 3x (#2396)

Build System

  • bump wasm-bindgen to 0.2.99 (#2395)
  • update rust to 1.83 (#2393)

Code Refactoring

  • dpp: using deprecated param to init wasm module (#2399)

Dash Platform v1.7.1

19 Dec 07:42
fc7d994
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • On epoch 13, masternode vote state transition validation logic will be changed. Nodes which aren't upgraded to this version will halt (#2397)
  • Rust 1.83 is required to build the project (#2398)

Bug Fixes

  • emergency hard fork to fix masternode voting (#2397)

Build System

  • update rust to 1.83 - backport #2393 to v1.7 (#2398)