Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): update changelog and bump version to 1.6.0-dev.1.1 #2349

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,66 @@
## [1.6.0-dev.1.1](https://github.com/dashpay/platform/compare/v1.5.0...v1.6.0-dev.1.1) (2024-11-25)


### Features

* hardcoded identity transfers in strategy tests ([#2322](https://github.com/dashpay/platform/issues/2322))
* integrate wallet contract ([#2345](https://github.com/dashpay/platform/issues/2345))
* **sdk:** fetch many and return metadata and proof to client ([#2331](https://github.com/dashpay/platform/issues/2331))
* **sdk:** including grovedb proof bytes when error in proof verification ([#2332](https://github.com/dashpay/platform/issues/2332))


### Bug Fixes

* **dashmate:** container name is already in use ([#2341](https://github.com/dashpay/platform/issues/2341))
* **dashmate:** failing doctor with drive metrics enabled ([#2348](https://github.com/dashpay/platform/issues/2348))
* **dashmate:** various ZeroSSL cert verification errors ([#2339](https://github.com/dashpay/platform/issues/2339))
* document query start after ([#2347](https://github.com/dashpay/platform/issues/2347))
* **drive:** apply batch is not using transaction in `remove_all_votes_given_by_identities` ([#2309](https://github.com/dashpay/platform/issues/2309))
* **drive:** nonce already present in past internal error ([#2343](https://github.com/dashpay/platform/issues/2343))
* **drive:** uncommitted state if db transaction fails ([#2305](https://github.com/dashpay/platform/issues/2305))
* incorrect dashd tag
* mn_rr activated before we have quorums
* platform status
* wrong migration version


### Build System

* adjust docker build context ([#2336](https://github.com/dashpay/platform/issues/2336))
* use cargo binstall to speed up builds ([#2321](https://github.com/dashpay/platform/issues/2321))


### Miscellaneous Chores

* **dashmate:** update Core to 21.2 nightly
* make protocol version 6 ([#2327](https://github.com/dashpay/platform/issues/2327))
* make sure we activated mn_rr
* remove `deprecatedrpc=hpmn`
* remove unnecessary migration
* **sdk:** expose proof verifier errors ([#2333](https://github.com/dashpay/platform/issues/2333))
* **sdk:** vote poll queries encoding ([#2334](https://github.com/dashpay/platform/issues/2334))
* switch core to 22 rc1
* update core image
* update Core only for testnet/local/devnet
* update the image to recent nightly


### Code Refactoring

* remove unused import
* remove unused import


### Continuous Integration

* do not run test on push ([#2308](https://github.com/dashpay/platform/issues/2308))
* improve caching ([#2329](https://github.com/dashpay/platform/issues/2329))
* prebuilt librocksdb in docker image ([#2318](https://github.com/dashpay/platform/issues/2318))
* run devcontainers workflow only on push to master ([#2295](https://github.com/dashpay/platform/issues/2295))
* switch release workflow to github runners ([#2346](https://github.com/dashpay/platform/issues/2346))
* switch to free runners ([#2319](https://github.com/dashpay/platform/issues/2319))
* use prebuilt librocksdb in github actions ([#2316](https://github.com/dashpay/platform/issues/2316))

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

### ⚠ BREAKING CHANGES
Expand Down
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/platform",
"version": "1.5.0",
"version": "1.6.0-dev.1.1",
"private": true,
"scripts": {
"setup": "yarn install && yarn run build && yarn run configure",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/bench-suite",
"private": true,
"version": "1.5.0",
"version": "1.6.0-dev.1.1",
"description": "Dash Platform benchmark tool",
"scripts": {
"bench": "node ./bin/bench.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/check-features/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "check-features"
version = "1.5.0"
version = "1.6.0-dev.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dapi-grpc"
description = "GRPC client for Dash Platform"
version = "1.5.0"
version = "1.6.0-dev.1.1"
authors = [
"Samuel Westrich <[email protected]>",
"Igor Markin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-grpc",
"version": "1.5.0",
"version": "1.6.0-dev.1.1",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/dapi",
"private": true,
"version": "1.5.0",
"version": "1.6.0-dev.1.1",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dash-spv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dash-spv",
"version": "2.5.0",
"version": "2.6.0-dev.1.1",
"description": "Repository containing SPV functions used by @dashevo",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dashmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashmate",
"version": "1.5.0",
"version": "1.6.0-dev.1.1",
"description": "Distribution package for Dash node installation",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashpay-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dashpay-contract"
description = "DashPay data contract schema and tools"
version = "1.5.0"
version = "1.6.0-dev.1.1"
edition = "2021"
rust-version.workspace = true
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/dashpay-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dashpay-contract",
"version": "1.5.0",
"version": "1.6.0-dev.1.1",
"description": "Reference contract of the DashPay DPA on Dash Evolution",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "data-contracts"
description = "Dash Platform system data contracts"
version = "1.5.0"
version = "1.6.0-dev.1.1"
edition = "2021"
rust-version.workspace = true
license = "MIT"
Expand Down
Loading
Loading