Releases: dashpay/platform
Releases · dashpay/platform
Dash Platform v1.4.0-dev.4
Features
- sdk: enable withdrawals v1 in JS SDK (#2201)
- start network with latest version if genesis version not set (#2206)
Bug Fixes
- cookie accepts cookie name, path, and domain with out of bounds characters (#2211)
- drive: set sign height when rebroadcasting (#2210)
- sdk: small sdk improvements and fixes for v1.4 (#2200)
Code Refactoring
- drive: remove duplicated withdrawal amount validation (#2191)
Miscellaneous Chores
- bump GroveDB dependency (#2196)
- drive: improve withdrawal logging (#2203)
- drive: logs and metrics for withdrawal daily limit (#2192)
- release: replace colima with native docker in macOS builds (#2188)
Tests
- test-suite: enable withdrawal tests (#2202)
Dash Platform v1.4.0-dev.3
What's Changed
- fix(drive-abci): fix network upgrade to protocol version 4 by @QuantumExplorer in #2189
Full Changelog: v1.4.0-dev.2...v1.4.0-dev.3
Dash Platform v1.4.0-dev.2
⚠ BREAKING CHANGES
- platform: matched withdrawal fees to actual processing cost (#2186)
- platform: withdrawal automatic retries after core rejection (#2185)
- platform: withdrawal limits (#2182)
Features
- dashmate: collect docker stats in the doctor command (#2180)
- dashmate: validate external IP (#2183)
- platform: matched withdrawal fees to actual processing cost (#2186)
- platform: withdrawal automatic retries after core rejection (#2185)
- platform: withdrawal limits (#2182)
- sdk: get node status (#2139)
Build System
- devcontainer support (#2179)
Continuous Integration
- prebuild dev containers (#2184)
Dash Platform v1.4.0-dev.1
⚠ BREAKING CHANGES
- sdk: change default network to mainnet (#2161)
- dashmate: confirm a node reset (#2160)
- platform: withdrawals polishing and fixes for mainnet (#2166)
- platform: do not switch to oldest quorums in validator set update (#2167)
Features
- dashmate: confirm a node reset (#2160)
- platform: do not switch to oldest quorums in validator set update (#2167)
- platform: get current quorum info (#2168)
- platform: withdrawals polishing and fixes for mainnet (#2166)
- sdk: change default network to mainnet (#2161)
Bug Fixes
- dapi: getStatus cache invalidation (#2155)
- dapi: invalid mainnet seed ports (#2173)
- dashmate: cannot read properties of undefined (reading 'expires') (#2164)
- dashmate: colors[updated] is not a function (#2157)
- dashmate: doctor fails collecting to big logs (#2158)
- dashmate: port marks as closed if ipv6 is not disabled (#2162)
- dashmate: remove confusing short flag name (#2165)
Continuous integration
- build dashmate package on macos14
Documentation
- dashmate: document logging configuration (#2156)
Tests
- dashmate: e2e tests failing due to DKG interval check (#2171)
Miscellaneous Chores
Dash Platform v1.3.1
Bug Fixes
- dapi: getStatus cache invalidation (#2155)
- dapi: invalid mainnet seed ports (#2173)
- dashmate: cannot read properties of undefined (reading 'expires') (#2164)
- dashmate: colors[updated] is not a function (#2157)
- dashmate: doctor fails collecting to big logs (#2158)
- dashmate: port marks as closed if ipv6 is not disabled (#2162)
Tests
- dashmate: e2e tests failing due to DKG interval check (#2171)
Dash Platform v1.4.0-pr.2166.1
What's Changed
- chore(platform): protocol version 4 creation by @QuantumExplorer in #2153
- ci: fix releasing dashmate package for macos by @ktechmidas in #2159
- withdrawals temp version
Dash Platform v1.3.0
What's Changed
Features
- platform: query many identity balances at a time (#2112)
- platform: query block count per Evonode proposed in any given epoch (#2114)
- platform: contests on testnet/devnet/local should take less time (#2115)
- dapi: implement getIdentityBalance (#2105)
- dashmate: doctor diagnostic (#2085)
- dashmate: enhance core logging configuration (#2121)
- platform: support Tenderdash upgrade (#2136)
Bug Fixes
- sdk: use proofs when waiting for asset lock (#2067)
- platform: contested username distribution (#2118)
- drive-abci: require 75 percent of active, not total hpmns (#2127)
- drive-abci: cleanup of later contests on testnet only (#2134)
- platform: contested username time fix (#2137)
- dashmate: invalid debug core log path (#2143)
- tests: fix upgrade tests because of 51% limit on v1 (#2151)
- platform: add limits to identity balances and proposed block counts queries (#2148)
- body-parser vulnerability (#2119)
Miscellaneous Chores
- add change base branch script (#2082)
- emergency version upgrade to v1.3 Protocol Version 2 (#2138)
- disable config from testnet propagates network test (#2149)
- js-sdk connect to mainnet by default (#2146)
Build System
- cache Rust dependencies build as a docker layer (#1900)
- drive-abci: debug docker image with grovedb visualizer and tokio console (#2012)
- dashmate: update tenderdash image to fix-wrong-proposer-at-round (#2140)
- bump rs-tenderdash-abci to 1.2.0+1.3.0 (#2147)
⚠ BREAKING CHANGES
- platform: fix contested username distribution (#2118)
- platform: contests on testnet/devnet/local should take less time (#2115)
- dashmate: docker logs rotation (#2125)
Full Changelog: v1.2.0...v1.3.0
Dash Platform v1.3.0-dev.7
Dash Platform v1.3.0-dev.6
What's Changed
- feat(platform): support Tenderdash upgrade by @QuantumExplorer in #2136
- fix(platform): contested username time fix by @QuantumExplorer in #2137
- chore(dashmate)!: docker logs rotation by @shumkov in #2125
- docs: add warning about js-sdk security by @thephez in #2133
- feat(dapi): implement getIdentityBalance by @pshenmic in #2105
- feat(dashmate)!: enhance core logging configuration by @shumkov in #2121
- feat(dashmate): doctor diagnostic by @shumkov in #2085
- chore: emergency version upgrade to v1.3 Protocol Version 2. by @QuantumExplorer in #2138
- build(dashmate): update tenderdash image to fix-wrong-proposer-at-round by @lklimek in #2140
- chore: change upgrade on testnet 1 epoch later by @QuantumExplorer in #2141
- chore(release): update changelog and bump version to 1.3.0-dev.6 by @QuantumExplorer in #2142
Full Changelog: v1.3.0-dev.5...v1.3.0-dev.6
Dash Platform v1.3.0-dev.5
Bug Fixes
- drive-abci: cleanup of later contests on testnet only (#2134)