Skip to content

Dash Platform v4.0.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@shumkov shumkov released this 12 Jun 05:05
· 27 commits to v3.1-dev since this release
1ba1ca5

Features

  • swift-sdk: seed shielded pool notes from the example app (#3858)

Bug Fixes

  • dpp: harden nested document-property position parsing (#3857)
  • drive: return error instead of panicking on empty SetPrices direct purchase (#3856)
  • drive: verify identity-create-from-shielded-pool results without unbounded terminal-key queries (#3859)
  • platform-wallet: keep note reservations on ambiguous shielded spend confirmation failures (#3863)
  • platform: derive identity-rescan keys through the wallet signer (#3860)
  • platform: load identity by index through the wallet signer (#3861)
  • platform: zero cached platform-address balances absent from state (#3855)
  • swift-sdk: attribute shielded registration errors to the right step and keep unconfirmed broadcasts safe (#3862)
  • swift-sdk: fixed mempool tx categorization after restart (#3777)
  • swift-sdk: freeze failed registration step at the failure instant (#3854)
  • wasm-sdk: label getTokenContractInfo parameter as tokenId, not contractId (#3851)

Miscellaneous Chores

  • swift-sdk: reduced swift-sdk static library size using Cargo profiles (#3837)

Continuous Integration

  • retry docker metadata step on transient github api failures (#3847)