mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
fixes from review (#3137)
This commit is contained in:
parent
239ebe2076
commit
6d6d103f15
@ -11,7 +11,7 @@ This release is primarily about upgrades to the `privval` system -
|
|||||||
separating the `priv_validator.json` into distinct config and data files, and
|
separating the `priv_validator.json` into distinct config and data files, and
|
||||||
refactoring the socket validator to support reconnections.
|
refactoring the socket validator to support reconnections.
|
||||||
|
|
||||||
XXX: Please backup your existing `priv_validator.json` before using this
|
**Note:** Please backup your existing `priv_validator.json` before using this
|
||||||
version.
|
version.
|
||||||
|
|
||||||
See [UPGRADING.md](UPGRADING.md) for more details.
|
See [UPGRADING.md](UPGRADING.md) for more details.
|
||||||
@ -53,7 +53,7 @@ See [UPGRADING.md](UPGRADING.md) for more details.
|
|||||||
- [p2p/conn] [\#3111](https://github.com/tendermint/tendermint/issues/3111) Make SecretConnection thread safe
|
- [p2p/conn] [\#3111](https://github.com/tendermint/tendermint/issues/3111) Make SecretConnection thread safe
|
||||||
- [rpc] [\#3053](https://github.com/tendermint/tendermint/issues/3053) Fix internal error in `/tx_search` when results are empty
|
- [rpc] [\#3053](https://github.com/tendermint/tendermint/issues/3053) Fix internal error in `/tx_search` when results are empty
|
||||||
(@gianfelipe93)
|
(@gianfelipe93)
|
||||||
- [types] [\#2926](https://github.com/tendermint/tendermint/issues/2926) Do not panic if retrieving the private validator's public key fails
|
- [types] [\#2926](https://github.com/tendermint/tendermint/issues/2926) Do not panic if retrieving the privval's public key fails
|
||||||
|
|
||||||
## v0.27.4
|
## v0.27.4
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ P2PProtocol have changed).
|
|||||||
|
|
||||||
Please read carefully for details about upgrading.
|
Please read carefully for details about upgrading.
|
||||||
|
|
||||||
XXX: Backup your `config/priv_validator.json`
|
**Note:** Backup your `config/priv_validator.json`
|
||||||
before proceeding.
|
before proceeding.
|
||||||
|
|
||||||
### `priv_validator.json`
|
### `priv_validator.json`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user