Skip to content

Commit 0c04b42

Browse files
committed
Merge remote-tracking branch 'origin/v1.1-dev' into fix/sdk-invalid-quorum
2 parents d9cada9 + 7accd40 commit 0c04b42

File tree

240 files changed

+7976
-1206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+7976
-1206
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
image_name: drive
138138
target: drive-abci
139139

140-
release-drive-dapi:
140+
release-dapi-image:
141141
name: Release DAPI image
142142
secrets: inherit
143143
uses: ./.github/workflows/release-docker-image.yml

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ npmAuditExcludePackages:
1414
- "@grpc/grpc-js" # TODO: Remove when gRPC stack is updated
1515
- "@humanwhocodes/config-array" # TODO: Update eslint
1616
- "@humanwhocodes/object-schema" # TODO: Update eslint
17+
- elliptic # TODO: Update elliptic when fix for 1098397 is released
1718

1819
packageExtensions:
1920
"@dashevo/protobufjs@*":

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
## [1.1.0-dev.1](https://github.com/dashpay/platform/compare/v1.0.2...v1.1.0-dev.1) (2024-08-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* masternode reward payouts are changed so previously created state won't be compatible (#2032)
7+
* previously created networks won't be supported since genesis configuration is changed (#2042)
8+
* added genesis core height in misc tree so previously created state won't be compatible (#2038)
9+
10+
### Features
11+
12+
* configure wait for ST result timeout ([#2045](https://github.com/dashpay/platform/issues/2045))
13+
* **dashmate:** configure tenderdash connections ([#2048](https://github.com/dashpay/platform/issues/2048))
14+
* **drive-abci:** skip state transition txs if time limit is reached on prepare_proposal ([#2041](https://github.com/dashpay/platform/issues/2041))
15+
* **platform:** store/fetch genesis core height in misc tree ([#2038](https://github.com/dashpay/platform/issues/2038))
16+
* **platform:** total credits on platform query and fix for reward distribution ([#2032](https://github.com/dashpay/platform/issues/2032))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* **dashmate:** update consensus params ([#2042](https://github.com/dashpay/platform/issues/2042))
22+
* **dashmate:** update tenderdash seed ([#2040](https://github.com/dashpay/platform/issues/2040))
23+
* ignore security vulnerability 1098397 ([#2044](https://github.com/dashpay/platform/issues/2044))
24+
25+
### [1.0.2](https://github.com/dashpay/platform/compare/v1.0.1...v1.0.2) (2024-07-31)
26+
27+
28+
### Features
29+
30+
* **dashmate:** a flag to keep data on reset ([#2026](https://github.com/dashpay/platform/issues/2026))
31+
32+
33+
### Bug Fixes
34+
35+
* **dashmate:** status command shows tenderdash error before activation ([#2028](https://github.com/dashpay/platform/issues/2028))
36+
* **dashmate:** unnecessary core indexes are required ([#2025](https://github.com/dashpay/platform/issues/2025))
37+
38+
### [1.0.1](https://github.com/dashpay/platform/compare/v1.0.0...v1.0.1) (2024-07-29)
39+
40+
41+
### Miscellaneous Chores
42+
43+
* bump dash-spv version to 2.0.0
44+
45+
## [1.0.0](https://github.com/dashpay/platform/compare/v1.0.0-rc.2...v1.0.0) (2024-07-29)
46+
47+
48+
### Features
49+
50+
* sdk to return proofs if requested ([#2014](https://github.com/dashpay/platform/issues/2014))
51+
52+
53+
### Bug Fixes
54+
55+
* **dashmate:** imported node is not starting ([#2009](https://github.com/dashpay/platform/issues/2009))
56+
* **dashmate:** remove `dash-cli` from protx registration instructions ([#2018](https://github.com/dashpay/platform/issues/2018))
57+
* epoch protocol version setting ([#2013](https://github.com/dashpay/platform/issues/2013))
58+
59+
60+
### Build System
61+
62+
* update tenderdash to 1.1.0 ([#2017](https://github.com/dashpay/platform/issues/2017))
63+
64+
65+
### Miscellaneous Chores
66+
67+
* **dashmate:** configure mainnet ([#2016](https://github.com/dashpay/platform/issues/2016))
68+
* update to GroveDB Version 1.0.0 ([#2015](https://github.com/dashpay/platform/issues/2015))
69+
170
## [1.0.0-rc.2](https://github.com/dashpay/platform/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2024-07-25)
271

372

0 commit comments

Comments
 (0)