-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2939 from oasislabs/kostko/stable/20.6.x/changelo…
…g-20.6.1 changelog: Assemble changes for release 20.6.1
- Loading branch information
Showing
7 changed files
with
46 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|