Skip to content

Commit

Permalink
Merge pull request #3741 from oasisprotocol/tjanez/stable/20.12.x/cha…
Browse files Browse the repository at this point in the history
…ngelog

changelog: Assemble changes for 20.12.5 release
  • Loading branch information
tjanez authored Mar 1, 2021
2 parents fbdf4eb + 393403f commit 3002c57
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changelog/3674.feature.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/3709.feature.1.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/3709.feature.md

This file was deleted.

30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,36 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 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 |
Expand Down

0 comments on commit 3002c57

Please sign in to comment.