mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 20:21:47 +00:00
changelog: add genesis amount->power
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@ -31,14 +31,16 @@ BUG FIXES:
|
|||||||
## 0.11.0 (September 22, 2017)
|
## 0.11.0 (September 22, 2017)
|
||||||
|
|
||||||
BREAKING:
|
BREAKING:
|
||||||
- state: every validator set change is persisted to disk, which required some changes to the `State` structure.
|
- genesis file: validator `amount` is now `power`
|
||||||
- cmd: if there is no genesis, exit immediately instead of waiting around for one to show.
|
- abci: Info, BeginBlock, InitChain all take structs
|
||||||
- p2p: new `p2p.Peer` interface used for all reactor methods (instead of `*p2p.Peer` struct).
|
|
||||||
- types: `Signer.Sign` returns an error.
|
|
||||||
- rpc: various changes to match JSONRPC spec (http://www.jsonrpc.org/specification), including breaking ones:
|
- rpc: various changes to match JSONRPC spec (http://www.jsonrpc.org/specification), including breaking ones:
|
||||||
- requests that previously returned HTTP code 4XX now return 200 with an error code in the JSONRPC.
|
- requests that previously returned HTTP code 4XX now return 200 with an error code in the JSONRPC.
|
||||||
- `rpctypes.RPCResponse` uses new `RPCError` type instead of `string`.
|
- `rpctypes.RPCResponse` uses new `RPCError` type instead of `string`.
|
||||||
- abci: Info, BeginBlock, InitChain all take structs
|
|
||||||
|
- cmd: if there is no genesis, exit immediately instead of waiting around for one to show.
|
||||||
|
- types: `Signer.Sign` returns an error.
|
||||||
|
- state: every validator set change is persisted to disk, which required some changes to the `State` structure.
|
||||||
|
- p2p: new `p2p.Peer` interface used for all reactor methods (instead of `*p2p.Peer` struct).
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
- rpc: `/validators?height=X` allows querying of validators at previous heights.
|
- rpc: `/validators?height=X` allows querying of validators at previous heights.
|
||||||
|
Reference in New Issue
Block a user