Skip to content

Commit

Permalink
Merge pull request #2939 from oasislabs/kostko/stable/20.6.x/changelo…
Browse files Browse the repository at this point in the history
…g-20.6.1

changelog: Assemble changes for release 20.6.1
  • Loading branch information
kostko authored May 22, 2020
2 parents 530d882 + 3f05136 commit ba4ecd6
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changelog/2902.feature.1.md

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions .changelog/2909.bugfix.md

This file was deleted.

Empty file removed .changelog/2926.trivial.md
Empty file.
12 changes: 0 additions & 12 deletions .changelog/2927.internal.md

This file was deleted.

Empty file removed .changelog/2935.trivial.md
Empty file.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,52 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 20.6.1 (2020-05-22)

### Features

- consensus: Add GetStatus method to API
([#2902](https://github.com/oasislabs/oasis-core/issues/2902))

A new `GetStatus` method has been added to the consensus API.
It returns useful information about the latest block, the genesis
block, and the node itself.

- control: Add GetStatus method to API
([#2902](https://github.com/oasislabs/oasis-core/issues/2902))

A new `GetStatus` method has been added to the control API.
It returns the software version and the status of the consensus layer.

### Bug Fixes

- staking: Emit events when disbursing fees and rewards
([#2909](https://github.com/oasislabs/oasis-core/issues/2909))

Staking events are now generated when disbursing fees and rewards.
There are two new special account IDs -- `CommonPoolAccountID` and
`FeeAccumulatorAccountID` (both defined in `go/staking/api/api.go`),
which are used only in events to signify the common pool and the fee
accumulator respectively.
These account IDs are invalid by design to prevent misusing them
anywhere else.

### Internal changes

- go: update dependencies depending on `[email protected]`
([#2927](https://github.com/oasislabs/oasis-core/issues/2927))

Due to a vulnerability in `[email protected]`: CWE-190.

Updated libraries:

- `github.com/libp2p/[email protected]` to `github.com/libp2p/[email protected]`

- `github.com/spf13/[email protected]` to `github.com/spf13/[email protected]`

- replace `github.com/gorilla/websocket` with
`github.com/gorilla/websocket v1.4.2`

## 20.6 (2020-05-07)

### Removals and Breaking changes
Expand Down

0 comments on commit ba4ecd6

Please sign in to comment.