Skip to content

Commit

Permalink
Merge branch 'master' into fix/sdk-always-proof
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek authored Aug 30, 2024
2 parents fbff9b9 + 34b0f8b commit 1e809a8
Show file tree
Hide file tree
Showing 160 changed files with 2,519 additions and 1,903 deletions.
694 changes: 441 additions & 253 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ npmAuditExcludePackages:
- "@grpc/grpc-js" # TODO: Remove when gRPC stack is updated
- "@humanwhocodes/config-array" # TODO: Update eslint
- "@humanwhocodes/object-schema" # TODO: Update eslint
- elliptic # TODO: Update elliptic when fix for 1098397 is released
- micromatch # TODO: remove when new micromatch will be released https://github.com/advisories/GHSA-952p-6rrq-rcjv

packageExtensions:
Expand Down
68 changes: 66 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
### [1.1.1](https://github.com/dashpay/platform/compare/v1.1.0...v1.1.1) (2024-08-25)


### Features

* **dashmate:** update testnet config ([#2079](https://github.com/dashpay/platform/issues/2079))


### Miscellaneous Chores

* **dashmate:** update tenderdash version to 1.2.0 ([#2078](https://github.com/dashpay/platform/issues/2078))


## [1.1.0](https://github.com/dashpay/platform/compare/v1.1.0-dev.1...v1.1.0) (2024-08-24)


### ⚠ BREAKING CHANGES

* **drive:** just in time fee update fixes (#2075)
* do not allow contested documents for the first three epochs (#2066)
* **drive-abci:** fix wrong fields in dash top level domain (#2065)
* **platform:** fix reference of items between epochs (#2064)
* **sdk:** mock sdk cannot find quorum keys in offline mode (#2061)
* **sdk:** overflow when using &&sdk in DapiRequestExecutor (#2060)

### Features

* **dashmate:** add `dashmate doctor` command ([#2024](https://github.com/dashpay/platform/issues/2024))
* **dashmate:** compress doctor report and other improvements ([#2071](https://github.com/dashpay/platform/issues/2071))
* **dashmate:** configure proposer and tx limits ([#2057](https://github.com/dashpay/platform/issues/2057))
* **dpp:** function for getting enabled matching public keys in identities ([#2052](https://github.com/dashpay/platform/issues/2052))
* where clauses recognize nested properties


### Bug Fixes

* add back the matches on system properties
* **dapi:** getTotalCreditsOnPlatform missing parts ([#2059](https://github.com/dashpay/platform/issues/2059))
* **dashmate:** core reindex command not working ([#2054](https://github.com/dashpay/platform/issues/2054))
* **dashmate:** the reset platform command doesn't remove data ([#2053](https://github.com/dashpay/platform/issues/2053))
* **drive-abci:** fix wrong fields in dash top level domain ([#2065](https://github.com/dashpay/platform/issues/2065))
* **drive:** just in time fee update fixes ([#2075](https://github.com/dashpay/platform/issues/2075))
* **platform:** fix reference of items between epochs ([#2064](https://github.com/dashpay/platform/issues/2064))
* **sdk:** mock sdk cannot find quorum keys in offline mode ([#2061](https://github.com/dashpay/platform/issues/2061))
* **sdk:** overflow when using &&sdk in DapiRequestExecutor ([#2060](https://github.com/dashpay/platform/issues/2060))


### Code Refactoring

* rename getTotalCreditsOnPlatform ([#2056](https://github.com/dashpay/platform/issues/2056))


### Miscellaneous Chores

* do not allow contested documents for the first three epochs ([#2066](https://github.com/dashpay/platform/issues/2066))

## [1.1.0-dev.1](https://github.com/dashpay/platform/compare/v1.0.2...v1.1.0-dev.1) (2024-08-13)


Expand Down Expand Up @@ -552,14 +608,14 @@ There are multiple breaking changes that make previously created state invalid:

* make strategy start identities a new struct ([#1764](https://github.com/dashpay/platform/issues/1764))
* updated descriptions and function names in strategy tests plus readme file ([#1785](https://github.com/dashpay/platform/issues/1785))


### Miscellaneous Chores

* **dashmate:** readme fixes ([#1624](https://github.com/dashpay/platform/issues/1624))
* fix npm audit for follow-redirects package ([#1781](https://github.com/dashpay/platform/issues/1781))
* **dapi:** use broadcast_tx instead of deprecated broadcast_tx_sync ([#1775](https://github.com/dashpay/platform/issues/1775))


### Build System

Expand Down Expand Up @@ -803,6 +859,14 @@ There are multiple breaking changes that make previously created state invalid:

* automatic clippy fixes ([#1528](https://github.com/dashpay/platform/issues/1528), [#1602](https://github.com/dashpay/platform/issues/1602))


### [0.25.22](https://github.com/dashpay/platform/compare/v0.25.21...v0.25.22) (2024-01-19)


### Bug Fixes

* **dashmate:** dapi kills host machine on container stop ([#1670](https://github.com/dashpay/platform/issues/1670))

### [0.25.21](https://github.com/dashpay/platform/compare/v0.25.20...v0.25.21) (2023-12-28)


Expand Down
Loading

0 comments on commit 1e809a8

Please sign in to comment.