IntersectMBO / ouroboros-network

Specifications of network protocols and implementations of components running these protocols which support a family of Ouroboros Consesus protocols; the diffusion layer of the Cardano Node.

Home Page:https://ouroboros-network.cardano.intersectmbo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend PeerSelection tracer to include more information about local root peers

coot opened this issue · comments

We should log something like:

{ "groups": [
    { "warm": [
        { "address": "0.0.0.0",
          "port": 3001,
          "trustable": true,
        }      
        ],
     "hot": []
    }
  ]
}