From 393403fc5b66fcb5263b225d5d26375a41ed3f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Jane=C5=BE?= Date: Mon, 1 Mar 2021 17:40:35 +0100 Subject: [PATCH] changelog: Assemble changes for 20.12.5 release --- .changelog/3674.feature.md | 6 ------ .changelog/3709.feature.1.md | 4 ---- .changelog/3709.feature.md | 4 ---- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 4 files changed, 30 insertions(+), 14 deletions(-) delete mode 100644 .changelog/3674.feature.md delete mode 100644 .changelog/3709.feature.1.md delete mode 100644 .changelog/3709.feature.md diff --git a/.changelog/3674.feature.md b/.changelog/3674.feature.md deleted file mode 100644 index 1dfc4ce5244..00000000000 --- a/.changelog/3674.feature.md +++ /dev/null @@ -1,6 +0,0 @@ -go/beacon: Backport the beacon key generation/registration - -To prepare for the future migration to a PVSS based beacon scheme, every -node should generate and register a elliptic curve point in advance of -the migration. This commit selectively backports the required logic for -a hopefully smooth transition. diff --git a/.changelog/3709.feature.1.md b/.changelog/3709.feature.1.md deleted file mode 100644 index 254cb18da01..00000000000 --- a/.changelog/3709.feature.1.md +++ /dev/null @@ -1,4 +0,0 @@ -go/genesis/api: Update `WriteFileJSON()` to create files in the canonical form - -Consequentially, all its users (most notably the dump genesis halt hook) now -produce genesis files in the canonical form. diff --git a/.changelog/3709.feature.md b/.changelog/3709.feature.md deleted file mode 100644 index e336f52a5d8..00000000000 --- a/.changelog/3709.feature.md +++ /dev/null @@ -1,4 +0,0 @@ -go/genesis/api: Add `CanonicalJSON()` method to `Document` type - -It can be used to obtain the canonical form of the genesis document -serialized into a file. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5674403128a..463b6d406e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,36 @@ The format is inspired by [Keep a Changelog]. +## 20.12.5 (2021-03-01) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 2.0.0 | +| Runtime Host | 1.0.0 | +| Runtime Committee | 1.0.0 | + +### Features + +- go/beacon: Backport the beacon key generation/registration + ([#3674](https://github.com/oasisprotocol/oasis-core/issues/3674)) + + To prepare for the future migration to a PVSS based beacon scheme, every + node should generate and register a elliptic curve point in advance of + the migration. This commit selectively backports the required logic for + a hopefully smooth transition. + +- go/genesis/api: Update `WriteFileJSON()` to create files in the canonical form + ([#3709](https://github.com/oasisprotocol/oasis-core/issues/3709)) + + Consequentially, all its users (most notably the dump genesis halt hook) now + produce genesis files in the canonical form. + +- go/genesis/api: Add `CanonicalJSON()` method to `Document` type + ([#3709](https://github.com/oasisprotocol/oasis-core/issues/3709)) + + It can be used to obtain the canonical form of the genesis document + serialized into a file. + ## 20.12.4 (2021-01-19) | Protocol | Version |