AntelopeIO / spring

C++ implementation of the Antelope protocol with Savanna consensus
Other
10 stars 5 forks source link

[1.0.4 -> main] P2P: Fix peer connections log output #1037

Closed heifner closed 1 week ago

heifner commented 1 week ago

Only include peer connections that are currently connected in peer connections count in connection monitor log.

Before p2p client connections: 0/25, peer connections: 17/17, block producer peers: 0 After p2p client connections: 0/25, peer connections: 11/17, block producer peers: 0

Merges release/1.0 into main including #1032

Resolves #1006

ericpassmore commented 3 days ago

Note:start category: Logging component: P2P summary: More accurate count of peer connections. Note:end