Releases: dashpay/platform
Releases · dashpay/platform
1.1.0-pr.2012.4
v1.1.0-pr.2012.4 chore: update package.json to 1.1.0-pr.2012.4
v1.1.0-pr.2012.3
chore: npm suffix
Dash Platform v1.1.0-dev.1
⚠ BREAKING CHANGES
- masternode reward payouts are changed so previously created state won't be compatible (#2032)
- previously created networks won't be supported since genesis configuration is changed (#2042)
- added genesis core height in misc tree so previously created state won't be compatible (#2038)
- cost operations were changed (#2047)
Features
- configure wait for ST result timeout (#2045)
- dashmate: configure tenderdash connections (#2048)
- drive-abci: skip state transition txs if time limit is reached on prepare_proposal (#2041)
- platform: store/fetch genesis core height in misc tree (#2038)
- platform: total credits on platform query and fix for reward distribution (#2032)
Bug Fixes
- refresh references on identity key re-enable/disable (#2047)
Miscellaneous Chores
GroveDB v1.0.0-rc.2 Patch for Reference issue
This is temp build that we will be using internally to verify an issue encountered with references.
Please do not use it.
Dash Platform v1.1.0-pr.1713.2
Latest v1.0.2 + #1713 to change params on the fly
Dash Platform v1.0.2
Dash Platform v1.0.1
Miscellaneous Chores
- bump dash-spv version to 2.0.0
Dash Platform v1.0.0
Dash Platform v1.0.0-rc.2
⚠ BREAKING CHANGES
- platform: genesis state from core block time (#2003)
Features
- specify transition names within documents batch (#2007)
Bug Fixes
- dpns js sdk fix for identity record rename (#2001)
- platform: core info is lost between genesis and first block (#2004)
- platform: genesis state from core block time (#2003)
- sdk should ignore transient fields when verifying proofs (#2000)
- strategy-tests: document delete transitions were not selecting identity correctly
- two error messages had typos (#2005)
Miscellaneous Chores
- dashmate: update genesis config to the latest testnet (#1998)
Build System
- update to tenderdash 1.1.0-dev.3, rs-tenderdash-abci 1.1.0-dev.1 (#2008)
Dash Platform v1.0.0-rc.1
⚠ BREAKING CHANGES
- platform: system data contracts should not have an owner (#1992)
- platform: transient properties (#1990)
- platform: document types should not have a contested unique index with a unique index (#1984)
- platform: add hyphen to match for contested documents on Dashpay (#1982)
Features
- drive: added config for grovedb verify on startup (#1975)
- platform: system data contracts should not have an owner (#1992)
- platform: transient properties (#1990)
- use all eligible identities and slightly more robust checking
Bug Fixes
- dapi: can't parse masternode list diff (#1988)
- drive: unknown mn_rr fork height (#1994)
- improve efficiency of identity random sampling
- only clone the eligible identities
- platform: add hyphen to match for contested documents on Dashpay (#1982)
- platform: document types should not have a contested unique index with a unique index (#1984)
- select random identities for strategy documents
- spent asset lock estimated fees, and misc (#1993)
- strategy-tests: key ids for new identities with extra keys were not calculated properly (#1991)
- strategy-tests: transfer keys were being disabled (#1995)
- voting test
Miscellaneous Chores
- chose capable identities for random documents
- dapi: enable logger for reconnectable stream (#1986)