Skip to content

Dash Platform v1.8.0-dev.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@shumkov shumkov released this 19 Dec 11:31
· 11 commits to v1.8-dev since this release
cfd9c4d

⚠ 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)