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

Rs sdk/merge 1.0 with new proto #1543

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a1333bb
feat(platform): proto message and query versioning (#1522)
QuantumExplorer Oct 27, 2023
4e9a307
Merge remote-tracking branch 'origin/v1.0-dev' into feat/rs-drive-lig…
lklimek Oct 30, 2023
2f879d2
chore(dashmate): set tenderdash logging level to info (#1540)
shumkov Oct 30, 2023
b7de7ef
feat: versioning
lklimek Oct 30, 2023
9dd63cd
fix(dashmate): reset command doesn't reset configs (#1541)
shumkov Oct 31, 2023
fe8deac
feat(dashmate): docker build command (#1546)
shumkov Oct 31, 2023
f51906a
feat(dashmate): docker build command (#1546)
shumkov Oct 31, 2023
2a95380
feat(dashmate): configure dashd command arguments (#1520)
shumkov Oct 31, 2023
3323dd8
feat!: identity funding with asset lock special transactions (#1510)
shumkov Nov 1, 2023
998d0de
feat(platform)!: query version upgrade (both votes and status) and ep…
QuantumExplorer Nov 1, 2023
f285b02
fix: security advisories in browserify-sign and crypto-js (#1548)
strophy Nov 1, 2023
f3c7da6
Merge branch 'v1.0-dev' into rs-sdk/merge-1.0-with-new-proto
QuantumExplorer Nov 2, 2023
d4e63c2
using same core-rpc version
QuantumExplorer Nov 2, 2023
394ab2c
small text fixes
QuantumExplorer Nov 2, 2023
d15d4b9
docs: Update README.md to give information about correctly adding to …
QuantumExplorer Nov 2, 2023
0b86cd2
chore(dpp): version `InstantAssetLockProof.validate_structure` (#1549)
shumkov Nov 2, 2023
2e2694a
small fixes
QuantumExplorer Nov 2, 2023
e07af7a
Merge branch 'v1.0-dev'
shumkov Nov 2, 2023
99f40d3
chore(release): update changelog and bump version to 0.25.9 (#1551)
shumkov Nov 2, 2023
54f822b
fix(dashmate): invalid SSL path in the obtain command (#1553)
shumkov Nov 2, 2023
690cc79
chore(release): update changelog and bump version to 0.25.10 (#1554)
shumkov Nov 2, 2023
112b62b
chore(dpp)!: allow only one document transition (#1555)
shumkov Nov 2, 2023
699d0d3
Merge branch 'v1.0-dev' into rs-sdk/merge-1.0-with-new-proto
QuantumExplorer Nov 3, 2023
c9634e0
fix: better proc macro
QuantumExplorer Nov 3, 2023
e0085b1
many fixes
QuantumExplorer Nov 3, 2023
81f0327
more fixes
QuantumExplorer Nov 3, 2023
6cad150
fix: fixing sdk merge (#1564)
QuantumExplorer Nov 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
44 changes: 27 additions & 17 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ packageExtensions:
karma-mocha@*:
dependencies:
mocha: ^9.1.2
pino@*:
dependencies:
pino-pretty: ^4.0.3
ts-node@*:
dependencies:
typescript: ^3.9.5
Expand Down
78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,81 @@
### [0.25.10](https://github.com/dashpay/platform/compare/v0.25.9...v0.25.10) (2023-11-02)

### Bug Fixes

* **dashmate:** invalid SSL path in the obtain command ([#1553](https://github.com/dashpay/platform/issues/1553))



### [0.25.9](https://github.com/dashpay/platform/compare/v0.25.8...v0.25.9) (2023-11-02)


### ⚠ BREAKING CHANGES

* DAPI proto messages are changed (#1542)
* Consensus rules for Identity Create and TopUp are changed. (#1510)
* Asset Lock Proof structure is changed (#1510)
* Identity Create Transition balance validation requires correct amount (twice more) (#1510)
* **dashmate:** `enabledCount` is replaced with `masternodeEnabled` in the masternode status output (#1505)
* **dashmate:** SSL keys are now stored in the node's config subdirectory (#1502)

### Features

* **dashmate:** add cli command for core service ([#1501](https://github.com/dashpay/platform/issues/1501))
* **dashmate:** configure dashd command arguments ([#1520](https://github.com/dashpay/platform/issues/1520))
* **dashmate:** docker build command ([#1546](https://github.com/dashpay/platform/issues/1546))
* **dashmate:** docker build command ([#1546](https://github.com/dashpay/platform/issues/1546))
* **dashmate:** move ssl dir ([#1502](https://github.com/dashpay/platform/issues/1502))
* identity funding with asset lock special transactions ([#1510](https://github.com/dashpay/platform/issues/1510))
* **platform:** proto message and query versioning ([#1522](https://github.com/dashpay/platform/issues/1522))
* **platform:** query version upgrade (both votes and status) and epoch info ([#1542](https://github.com/dashpay/platform/issues/1542))


### Bug Fixes

* **dashmate:** payment queue and extend enabled count ([#1505](https://github.com/dashpay/platform/issues/1505))
* **dashmate:** reset command doesn't reset configs ([#1541](https://github.com/dashpay/platform/issues/1541))
* **drive:** mishandling internal errors as validation ones ([#1492](https://github.com/dashpay/platform/issues/1492))
* security advisories in browserify-sign and crypto-js ([#1548](https://github.com/dashpay/platform/issues/1548))


### Performance Improvements

* **dashmate:** disable config auto render ([#1499](https://github.com/dashpay/platform/issues/1499))
* **dashmate:** speedup container cleanup ([#1518](https://github.com/dashpay/platform/issues/1518))


### Continuous Integration

* fix s3 layer cache access forbidden on 8x runners ([#1521](https://github.com/dashpay/platform/issues/1521))


### Tests

* **dashmate:** successful migration test ([#1500](https://github.com/dashpay/platform/issues/1500))
* **test-suite:** add optional bail ([#1488](https://github.com/dashpay/platform/issues/1488))


### Build System

* update rust to 1.73 ([#1529](https://github.com/dashpay/platform/issues/1529))


### Code Refactoring

* remove js-dpp ([#1517](https://github.com/dashpay/platform/issues/1517))


### Documentation

* Update README.md to give information about correctly adding to correct Shell $PATH ([#1550](https://github.com/dashpay/platform/issues/1550))


### Miscellaneous Chores

* adds missing crypto js ([#1538](https://github.com/dashpay/platform/issues/1538))
* **dashmate:** set tenderdash logging level to info ([#1540](https://github.com/dashpay/platform/issues/1540))
* **dpp:** version `InstantAssetLockProof.validate_structure` ([#1549](https://github.com/dashpay/platform/issues/1549))

### [0.25.8](https://github.com/dashpay/platform/compare/v0.25.7...v0.25.8) (2023-10-20)


Expand Down
Loading
Loading