mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
changelog
This commit is contained in:
parent
8311f5c611
commit
7d983a548b
@ -28,7 +28,7 @@ BUG FIXES:
|
|||||||
- Graceful handling/recovery for apps that have non-determinism or fail to halt
|
- Graceful handling/recovery for apps that have non-determinism or fail to halt
|
||||||
- Graceful handling/recovery for violations of safety, or liveness
|
- Graceful handling/recovery for violations of safety, or liveness
|
||||||
|
|
||||||
## 0.11.0 (Date)
|
## 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.
|
- state: every validator set change is persisted to disk, which required some changes to the `State` structure.
|
||||||
@ -38,6 +38,7 @@ BREAKING:
|
|||||||
- 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
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
- rpc: `/validators?height=X` allows querying of validators at previous heights.
|
- rpc: `/validators?height=X` allows querying of validators at previous heights.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user