Skip to content

Commit

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

changelog: Assemble changes for 21.3.11 release
  • Loading branch information
kostko authored Mar 28, 2022
2 parents 3ecbe25 + 28a6596 commit be6abe9
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 14 deletions.
4 changes: 0 additions & 4 deletions .changelog/4416.feature.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/4588.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4591.feature.md

This file was deleted.

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

<!-- TOWNCRIER -->

## 21.3.11 (2022-03-28)

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

### Features

- go/oasis-node/cmd/stake: Allow querying historical account info
([#4416](https://github.com/oasisprotocol/oasis-core/issues/4416))

The `oasis-node stake account info` CLI command now accepts `--height` flag
which allows one to query an account's info at an arbitrary height.

- go/oasis-node/cmd: Preserve MKVS database by default in unsafe-reset
([#4588](https://github.com/oasisprotocol/oasis-core/issues/4588))

Preserving the MKVS database is becoming the more common workflow, so we're
making that the default for `oasis-node unsafe-reset`.

Use `--preserve.mkvs_database=false` to wipe the mkvs database as the
previous default did.

- go/signature: Apply options on registered contexts
([#4591](https://github.com/oasisprotocol/oasis-core/issues/4591))

## 21.3.10 (2022-02-23)

| Protocol | Version |
Expand Down

0 comments on commit be6abe9

Please sign in to comment.