Skip to content

Commit

Permalink
changelog: Assemble changes for 21.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Oct 20, 2021
1 parent a7ab102 commit bf1ce65
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changelog/4311.bugfix.md

This file was deleted.

Empty file removed .changelog/4314.trivial.md
Empty file.
1 change: 0 additions & 1 deletion .changelog/4317.bugfix.1.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4317.bugfix.2.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '21'
minor = 3
micro = 1
micro = 2
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,32 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 21.3.2 (2021-10-20)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 4.0.0 |
| Runtime Host | 4.0.0 |
| Runtime Committee | 3.0.0 |

### Bug Fixes

- go/worker/storage: Handle state sync before runtime is operational
([#4311](https://github.com/oasisprotocol/oasis-core/issues/4311))

Previously there was an edge case that was not handled when the runtime was
registered in the consensus layer but not yet operational (e.g., there have
been no normal blocks yet). If a new node used state sync to quickly catch up
with the consensus layer and sync to a height after runtime's genesis, the
node would never register as it would keep waiting for storage checkpoints
(which wouldn't exist yet).

- go/oasis-node/cmd: Add missing namespace to `LatestStateRoot`
([#4317](https://github.com/oasisprotocol/oasis-core/issues/4317))

- go/worker/compute: Handle round results at genesis
([#4317](https://github.com/oasisprotocol/oasis-core/issues/4317))

## 21.3.1 (2021-10-08)

| Protocol | Version |
Expand Down

0 comments on commit bf1ce65

Please sign in to comment.