Skip to content

Commit

Permalink
Merge pull request #3921 from oasisprotocol/kostko/stable/21.1.x/chan…
Browse files Browse the repository at this point in the history
…gelog-21.1.2

changelog: Assemble changes for 21.1.2 release
  • Loading branch information
kostko authored May 7, 2021
2 parents ff7bd52 + 481db1d commit e26a377
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changelog/3889.bugfix.md

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3903.breaking.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3908.feature.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 = 1
micro = 1
micro = 2
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,37 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 21.1.2 (2021-05-07)

### Features

- go/cmd/registry: simplify register runtime command
([#3903](https://github.com/oasisprotocol/oasis-core/issues/3903))

The `registry runtime gen_register` command now accepts a JSON runtime
descriptor, which should simplify generating runtime registration
transactions.
The `registy runtime init_genesis` command is removed as runtime
descriptors in genesis are not singed since version 21.0+ making the command
obsolete.

- go/oasis-node: Add storage namespace rename subcommand
([#3908](https://github.com/oasisprotocol/oasis-core/issues/3908))

### Bug Fixes

- Runtime workers should wait for history reindex
([#3889](https://github.com/oasisprotocol/oasis-core/issues/3889))

If a node first syncs consensus without any runtimes configured and a runtime
is configured later, the workers should wait for historic runtime block
reindexing to complete before continuing with initialization. Otherwise
historic block queries may fail and prevent the worker from operating
normally.

- worker/storage: Fix heartbeat stall
([#3899](https://github.com/oasisprotocol/oasis-core/issues/3899))

## 21.1.1 (2021-04-23)

| Protocol | Version |
Expand Down

0 comments on commit e26a377

Please sign in to comment.