mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
commit
cb7aea79db
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
*July 29, 2019*
|
||||||
|
|
||||||
|
This releases fixes one bug in the PEX reactor and adds a `recover` to the Go's
|
||||||
|
ABCI server, which allows it to properly cleanup.
|
||||||
|
|
||||||
|
### IMPROVEMENTS:
|
||||||
|
- [abci] \#3809 Recover from application panics in `server/socket_server.go` to allow socket cleanup (@ruseinov)
|
||||||
|
|
||||||
|
### BUG FIXES:
|
||||||
|
- [p2p] \#3338 Prevent "sent next PEX request too soon" errors by not calling
|
||||||
|
ensurePeers outside of ensurePeersRoutine
|
||||||
|
|
||||||
## v0.31.7
|
## v0.31.7
|
||||||
|
|
||||||
*June 3, 2019*
|
*June 3, 2019*
|
||||||
|
@ -17,8 +17,5 @@
|
|||||||
### FEATURES:
|
### FEATURES:
|
||||||
|
|
||||||
### IMPROVEMENTS:
|
### IMPROVEMENTS:
|
||||||
- [abci] \#3809 Recover from application panics in `server/socket_server.go` to allow socket cleanup (@ruseinov)
|
|
||||||
|
|
||||||
### BUG FIXES:
|
### BUG FIXES:
|
||||||
- [p2p] \#3338 Prevent "sent next PEX request too soon" errors by not calling
|
|
||||||
ensurePeers outside of ensurePeersRoutine
|
|
||||||
|
@ -20,7 +20,7 @@ const (
|
|||||||
// Must be a string because scripts like dist.sh read this file.
|
// Must be a string because scripts like dist.sh read this file.
|
||||||
// XXX: Don't change the name of this variable or you will break
|
// XXX: Don't change the name of this variable or you will break
|
||||||
// automation :)
|
// automation :)
|
||||||
TMCoreSemVer = "0.31.7"
|
TMCoreSemVer = "0.31.8"
|
||||||
|
|
||||||
// ABCISemVer is the semantic version of the ABCI library
|
// ABCISemVer is the semantic version of the ABCI library
|
||||||
ABCISemVer = "0.16.0"
|
ABCISemVer = "0.16.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user