Skip to content

Commit f72bbef

Browse files
authored
chore(release): update changelog and bump version to 1.6.0-dev.1 (#2350)
1 parent 4b80671 commit f72bbef

File tree

47 files changed

+120
-71
lines changed

Some content is hidden

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

47 files changed

+120
-71
lines changed

CHANGELOG.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,59 @@
1-
### [1.5.1](https://github.com/dashpay/platform/compare/v1.5.0...v1.5.1) (2024-11-04)
1+
## [1.6.0-dev.1](https://github.com/dashpay/platform/compare/v1.5.1...v1.6.0-dev.1) (2024-11-25)
2+
3+
4+
### Features
5+
6+
* integrate wallet contract ([#2345](https://github.com/dashpay/platform/issues/2345))
7+
* **sdk:** fetch many and return metadata and proof to client ([#2331](https://github.com/dashpay/platform/issues/2331))
8+
* **sdk:** including grovedb proof bytes when error in proof verification ([#2332](https://github.com/dashpay/platform/issues/2332))
9+
10+
11+
### Bug Fixes
12+
13+
* **dashmate:** container name is already in use ([#2341](https://github.com/dashpay/platform/issues/2341))
14+
* **dashmate:** failing doctor with drive metrics enabled ([#2348](https://github.com/dashpay/platform/issues/2348))
15+
* **dashmate:** various ZeroSSL cert verification errors ([#2339](https://github.com/dashpay/platform/issues/2339))
16+
* document query start after ([#2347](https://github.com/dashpay/platform/issues/2347))
17+
* **drive:** nonce already present in past internal error ([#2343](https://github.com/dashpay/platform/issues/2343))
18+
19+
20+
### Build System
21+
22+
* adjust docker build context ([#2336](https://github.com/dashpay/platform/issues/2336))
23+
* use cargo binstall to speed up builds ([#2321](https://github.com/dashpay/platform/issues/2321))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* **dashmate:** update Core to 21.2 nightly
29+
* **sdk:** expose proof verifier errors ([#2333](https://github.com/dashpay/platform/issues/2333))
30+
* **sdk:** vote poll queries encoding ([#2334](https://github.com/dashpay/platform/issues/2334))
31+
32+
33+
### Continuous Integration
34+
35+
* improve caching ([#2329](https://github.com/dashpay/platform/issues/2329))
36+
* prebuilt librocksdb in docker image ([#2318](https://github.com/dashpay/platform/issues/2318))
37+
* run devcontainers workflow only on push to master ([#2295](https://github.com/dashpay/platform/issues/2295))
38+
* switch release workflow to github runners ([#2346](https://github.com/dashpay/platform/issues/2346))
39+
* switch test workflow to github runners ([#2319](https://github.com/dashpay/platform/issues/2319))
40+
* use prebuilt librocksdb in github actions ([#2316](https://github.com/dashpay/platform/issues/2316))
241

342

43+
### Tests
44+
45+
* hardcoded identity transfers in strategy tests ([#2322](https://github.com/dashpay/platform/issues/2322))
46+
47+
48+
### [1.5.1](https://github.com/dashpay/platform/compare/v1.5.0...v1.5.1) (2024-11-04)
49+
450
### Bug Fixes
551

652
* **drive:** apply batch is not using transaction in `remove_all_votes_given_by_identities` ([#2309](https://github.com/dashpay/platform/issues/2309))
753
* **drive:** uncommitted state if db transaction fails ([#2305](https://github.com/dashpay/platform/issues/2305))
854

955

56+
1057
## [1.5.0](https://github.com/dashpay/platform/compare/v1.4.1...v1.5.0) (2024-11-01)
1158

1259
### ⚠ BREAKING CHANGES

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/platform",
3-
"version": "1.5.1",
3+
"version": "1.6.0-dev.1",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn run build && yarn run configure",

packages/bench-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/bench-suite",
33
"private": true,
4-
"version": "1.5.1",
4+
"version": "1.6.0-dev.1",
55
"description": "Dash Platform benchmark tool",
66
"scripts": {
77
"bench": "node ./bin/bench.js",

packages/check-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "check-features"
3-
version = "1.5.1"
3+
version = "1.6.0-dev.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

packages/dapi-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dapi-grpc"
33
description = "GRPC client for Dash Platform"
4-
version = "1.5.1"
4+
version = "1.6.0-dev.1"
55
authors = [
66
"Samuel Westrich <[email protected]>",
77
"Igor Markin <[email protected]>",

packages/dapi-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dapi-grpc",
3-
"version": "1.5.1",
3+
"version": "1.6.0-dev.1",
44
"description": "DAPI GRPC definition file and generated clients",
55
"browser": "browser.js",
66
"main": "node.js",

packages/dapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/dapi",
33
"private": true,
4-
"version": "1.5.1",
4+
"version": "1.6.0-dev.1",
55
"description": "A decentralized API for the Dash network",
66
"scripts": {
77
"api": "node scripts/api.js",

packages/dash-spv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dash-spv",
3-
"version": "2.5.1",
3+
"version": "2.6.0-dev.1",
44
"description": "Repository containing SPV functions used by @dashevo",
55
"main": "index.js",
66
"scripts": {

packages/dashmate/configs/getConfigFileMigrationsFactory.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,8 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs)
10351035
'1.6.0': (configFile) => {
10361036
Object.entries(configFile.configs)
10371037
.forEach(([, options]) => {
1038+
options.platform.drive.abci.docker.image = 'dashpay/drive:1-dev';
1039+
options.platform.dapi.api.docker.image = 'dashpay/dapi:1-dev';
10381040
options.core.docker.image = 'dashpay/dashd:22.0.0-rc.1';
10391041
});
10401042
return configFile;

0 commit comments

Comments
 (0)