Skip to content

Commit

Permalink
chore(release): update changelog and bump version to 1.0.0-dev.7 (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Mar 8, 2024
1 parent 54471f6 commit 9a93eae
Show file tree
Hide file tree
Showing 42 changed files with 107 additions and 63 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
## [1.0.0-dev.7](https://github.com/dashpay/platform/compare/v1.0.0-dev.6...v1.0.0-dev.7) (2024-03-08)


### ⚠ BREAKING CHANGES

* **platform:** addded fee increase field to state transitions (#1750)

### Features

* enable random contract creation in strategies ([#1729](https://github.com/dashpay/platform/issues/1729))
* **platform:** state transition fee increase and priorities ([#1750](https://github.com/dashpay/platform/issues/1750))


### Bug Fixes

* **drive:** inconsistent platform state and version during ABCI calls ([#1733](https://github.com/dashpay/platform/issues/1733))
* **drive:** internal error on querying specific identity keys ([#1728](https://github.com/dashpay/platform/issues/1728))
* resolve strategy-tests test failures ([#1743](https://github.com/dashpay/platform/issues/1743))


### Documentation

* update and expand mkdocs redirects ([#1740](https://github.com/dashpay/platform/issues/1740))


### Code Refactoring

* **drive:** expose more groveDB internals ([#1739](https://github.com/dashpay/platform/issues/1739))
* reduce cargo clippy warnings ([#1738](https://github.com/dashpay/platform/issues/1738))
* reduce cargo clippy warnings ([#1741](https://github.com/dashpay/platform/issues/1741))
* reduce cargo clippy warnings in rs-dpp ([#1742](https://github.com/dashpay/platform/issues/1742))
* resolve a few clippy warnings in dapi-grpc, rs-drive-proof-verifier, rs-platform-serialization, rs-platform-serialization-derive, rs-platform-value, rs-sdk, strategy-tests ([#1756](https://github.com/dashpay/platform/issues/1756))
* resolve a few clippy warnings in rs-platform-serializaation and rs-platform-value ([#1744](https://github.com/dashpay/platform/issues/1744))
* resolve clippy warnings in rs-dpp ([#1754](https://github.com/dashpay/platform/issues/1754))
* resolve clippy warnings in rs-drive ([#1752](https://github.com/dashpay/platform/issues/1752))
* resolve clippy warnings in rs-drive-abci ([#1755](https://github.com/dashpay/platform/issues/1755))
* resolve clippy warnings in wasm-dpp ([#1753](https://github.com/dashpay/platform/issues/1753))


### Miscellaneous Chores

* fmt ([#1751](https://github.com/dashpay/platform/issues/1751))
* update testnet genesis and core nightly ([#1758](https://github.com/dashpay/platform/issues/1758))

## [1.0.0-dev.6](https://github.com/dashpay/platform/compare/v1.0.0-dev.5...v1.0.0-dev.6) (2024-03-05)


Expand Down
46 changes: 23 additions & 23 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.0.0-dev.6",
"version": "1.0.0-dev.7",
"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.0.0-dev.6",
"version": "1.0.0-dev.7",
"description": "Dash Platform benchmark tool",
"scripts": {
"bench": "node ./bin/bench.js",
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.0.0-dev.6"
version = "1.0.0-dev.7"
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.0.0-dev.6",
"version": "1.0.0-dev.7",
"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.0.0-dev.6",
"version": "1.0.0-dev.7",
"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": "1.0.0-dev.6",
"version": "1.0.0-dev.7",
"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.0.0-dev.6",
"version": "1.0.0-dev.7",
"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.0.0-dev.6"
version = "1.0.0-dev.7"
edition = "2021"
rust-version = "1.76"
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.0.0-dev.6",
"version": "1.0.0-dev.7",
"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.0.0-dev.6"
version = "1.0.0-dev.7"
edition = "2021"
rust-version = "1.76"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/dpns-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dpns-contract"
description = "DPNS data contract schema and tools"
version = "1.0.0-dev.6"
version = "1.0.0-dev.7"
edition = "2021"
rust-version = "1.76"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/dpns-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dpns-contract",
"version": "1.0.0-dev.6",
"version": "1.0.0-dev.7",
"description": "A contract and helper scripts for DPNS DApp",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "feature-flags-contract"
description = "Feature flags data contract schema and tools"
version = "1.0.0-dev.6"
version = "1.0.0-dev.7"
edition = "2021"
rust-version = "1.76"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/feature-flags-contract",
"version": "1.0.0-dev.6",
"version": "1.0.0-dev.7",
"description": "Data Contract to store Dash Platform feature flags",
"scripts": {
"build": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dapi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-client",
"version": "1.0.0-dev.6",
"version": "1.0.0-dev.7",
"description": "Client library used to access Dash DAPI endpoints",
"main": "lib/index.js",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dash-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash",
"version": "4.0.0-dev.6",
"version": "4.0.0-dev.7",
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
"main": "build/index.js",
"unpkg": "dist/dash.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-grpc-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/grpc-common",
"version": "1.0.0-dev.6",
"version": "1.0.0-dev.7",
"description": "Common GRPC library",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 9a93eae

Please sign in to comment.