mempool: reserve IDs in InitPeer instead of AddPeer

p2p: limit the number of incoming connections

to p2p.max_num_inbound_peers + len(p2p.unconditional_peer_ids)

update changelog and version

changelog: fix grammar

UnconditionalPeerIDs do not exist in v0.31
This commit is contained in:
Alessio Treglia
2020-04-08 20:13:50 +02:00
parent b7a42b5243
commit 6049c9d697
10 changed files with 155 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const (
// 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
// automation :)
TMCoreSemVer = "0.31.11"
TMCoreSemVer = "0.31.12"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.0"