Releases: dashpay/platform
Releases · dashpay/platform
Dash Platform v0.23.0-dev.5
Dash Platform v0.23.0-dev.4
Dash Platform v0.23.0-dev.3
⚠ BREAKING CHANGES
- Previous invalid data contracts in blockchain might be valid now (#445)
getIdentityIdsByPublicKeyHash
endpoint is removed.getIdentitiesByPublicKeyHash
now responds with an array of identities, instead of an array of cbored arrays of identities. (#437)- All indices must have 'asc' order (#435)
- Some state transitions in the chain could change validation result due to changes in fee logic. Previously invalid state transition in chain could become valid since BLS signing is fixed (#392)
- Previously invalidated
DataContractUpdateTransitions
withunique
equalsfalse
will become valid (#427) - Document query logic can behave differently in some cases (#398)
Features
- bench: state transition benchmark (#418)
- dashmate: add --force flag to stop command (#434)
- dashmate: upgrade docker compose to v2 (#441)
- dpp: allow 1 char document type and 1 char property name (#445)
- integrate dash-spv into monorepo
- limit the number of shares for masternode by 16 (#432)
- move dash-spv in packages after import
- re-enable proof responses (#440)
- validate fee calculating worst case operations (#392)
Bug Fixes
- ci: docker images incorrectly tagged with v (#413)
- dpp: data contract index update validation (#427)
- drive: change transaction is started check (#451)
- non-deterministic fees due to data contract cache (#444)
- sdk: identity update method can't sign publicKeys in some cases (#421)
- wallet-lib: separate persistent storage by walletId (#407)
Documentation
- add input description
Code Refactoring
- drive: use RS Drive query validation logic (#398)
- simplified public key to identity structure (#437)
Tests
- dpp: fix invalid findIndexDuplicates test in DPP (#448)
Miscellaneous Chores
Dash Platform v0.22.13
Features
- support DIP24 devnet LLMQ type (#438)
Dash Platform v0.22.12
Dash Platform v0.22.11
Bug Fixes
- incorrect image versions and variables for testnet config (#415)
Dash Platform v0.22.10
Dash Platform v0.22.9
Bug Fixes
- incorrect parsing of commitment payload (#408)
Dash Platform v0.22.8
Dash Platform v0.22.8-pr.405.2
See #405 for details