From 9950727ecce3c903d71e0f5ab0009f1c0b0eb37d Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Tue, 17 Oct 2023 15:16:05 +0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f6b0c20..b5d85401c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [D] New `pallet-ddc-validator` which implements DDC CDN nodes validation and rewarding. You can enable DDC validation providing `--enable-ddc-validation` argument and `--dac-url` argument to specify DAC endpoint. It will only work on the nodes with validation and offchain workers enabled as well. - [D] Several calls for `pallet-ddc-staking` to distribute rewards. +- [D] Third kind of account in DDC Staking for DDC nodes (along with stash and controller). - [D] DDC cluster managers access control list in `pallet-ddc-staking` managed by governance. - [Zombienet](https://github.com/paritytech/zombienet) configurations to test block building and spawn a network for DDC validation debugging.