Skip to content

Dash Platform v0.21.4

Compare
Choose a tag to compare
@shuplenkov shuplenkov released this 23 Nov 16:50
· 2784 commits to master since this release

Bug Fixes

  • dapi-client: expect 100 but got 122 in SML provider test (#22)
  • dapi-client: retry doesn’t work with 502 errors (#35)
  • dapi: Identifier expects Buffer (#28)
  • dashmate: ajv schema errors (#14)
  • dashmate: reset command doesn't work if setup failed (#23)
  • dashmate: cannot read properties error on group:reset (#47)
  • dashmate: json output for status commands (#31)
  • dashmate: enable mainnet for dashmate (#2)
  • dpp: rename generateEntropy to entropyGenerator (#13)
  • sdk: dpp hash function import (#15)
  • sdk: override ts-node target for unit tests (#21)
  • sdk: this is undefined during unit tests (#18)

Features

  • dashmate: force option for group:stop command (#36)
  • dashmate: provide docker build logs for verbose mode (#19)
  • migrate to DashCore 0.18.0.0-beta1 (#51)
  • wallet-lib: dump wallet storage (#8)
  • wallet-lib: do not sync transactions if mnemonic is absent (#7)

Performance Improvements

  • test-suite: speedup test suite up to 6 times (#30)

Build System

  • build only necessary packages (#27)
  • run npm scripts in parallel (#33)
  • cache native npm modules during docker build (#20)
  • setup semantic pull requests (#11)
  • sdk: upgrade to webpack 5 (#6)

Continuous Integration

  • simplify release workflow (#48)
  • show docker logs on failure (#43)
  • check mismatch dependencies (#26)
  • run package tests in parallel (#25)

Tests

  • adjust timeouts (#45)
  • test-suite: skipSynchronizationBeforeHeight option with new wallet (#34)
  • dpp: fix invalid network floating error (#32)
  • dpp: grpc common bootstrap not working (#16)

Documentation

  • markdown link fixes (#49)
  • add README.md for the whole platform as a project (#38)
  • add contributing.md (#37)
  • sdk: provide getTransactionHistory (#5)
  • improved sidebar and usage in DAPI client (#3)

Styles

  • fix ES linter errors (#24)

BREAKING CHANGES