Releases: dashpay/platform
Releases · dashpay/platform
Dash Platform v0.22.0-dev.13
Bug Fixes
- cannot read properties of undefined (reading 'getIp') (#285)
Dash Platform v0.22.0-dev.12
Bug Fixes
- drive: documents have mixed owner ids (#283)
Dash Platform v0.22.0-dev.11
Dash Platform v0.22.0-dev.10
Dash Platform v0.22.0-dev.9
0.22.0-dev.9 (2022-03-04)
⚠ BREAKING CHANGES
- dpp: lower indexed string properties constraints (#273)
Features
- dpp: lower indexed string properties constraints (#273)
Bug Fixes
- masternode reward shares (#272)
Dash Platform v0.22.0-dev.8
⚠ BREAKING CHANGES
- New state is not compatible with previous versions
- Document queries have limitations compared with previous versions
- Proofs are temporary disabled
Features
- dapi-client: get and verify block headers with dash-spv (#211)
- dapi-client: handle asynchronous errors (#233)
- dashmate: add an ability to configure node subnet mask (#237)
- dpp: allow using BLS key to sign state transitions (#268)
- dpp: do not allow to index array properties (#225)
- drive: create/update identities based on SML changes (#170)
- integrate RS Drive and GroveDB (#177)
Bug Fixes
- dashmate:
group:status
command was missing aformat
flag (#262) startAt
andstartAfter
invalid decoding (#255)- build:
zeromq
build is not working on linux (#236) - cannot install
protobufjs
in some cases (#266) - dashmate:
rimraf
module could not remove config directory (#248) - dashmate: logs were incorrectly mounted (#261)
- dpp: Identity public key
readOnly
flag was read asundefined
instead offalse
(#239) - drive: unable to reconstruct SML (#257)
- drive: invalid query errors are fatal (#259)
- sdk: can't update cached data contract (#223)
Documentation
- ignore folder with empty docs during build (#212)
Build System
protobufjs
isn't installing from git sometimes (#267)
Miscellaneous Chores
Dash Platform v0.22.0-dev.7.alpha.2
Release PR #177
Dash Platform v0.21.8
Dash Platform v0.22.0-dev.7
Features
- added WalletStore (#197)
- drive: allow using
in
andstartsWith
only in lastwhere
condition (#201) - drive: allow using
orderBy
for fields havingin
andstartsWith
in lastwhere
clause (#199) - register system contracts on
initChain
(#182) - wallet-lib: ChainStore (#196)
Bug Fixes
- sdk: system contract ids were hardcoded in SDKs Client module (#192)
Build System
- fix configure test suite script for grep 2.5.1 (#187)
Miscellaneous Chores
Dash Platform v0.21.7
⚠ BREAKING CHANGES
- dashmate:
platform.drive.abci.docker.build.path' and 'platform.dapi.api.docker.build.path' are removed in favor of
platform.sourcePath'
Features
- dashmate: build DAPI and Drive from monorepo path (#145)
- distribute dashmate with NPM (#148)
- support Apple Silicone (#143)
Bug Fixes
- instantlock waiting period for transaction timed out
Miscellaneous Chores
- fix wrong version in a release PR title (#82)
- missed merk darwin x64 pre-build binary (#144)
- undefined "-w" argument in restart script (#85)
Documentation
- escape literal '|' in table (#164)
Tests
- wallet-lib: fix hanging functional test (#186)