1. 20 May, 2021 6 commits
  2. 19 May, 2021 14 commits
  3. 18 May, 2021 18 commits
  4. 17 May, 2021 2 commits
    • Peter Mrekaj's avatar
      feat(kademlia): extend information kept about peers (#1658) · a7c05c20
      Peter Mrekaj authored
      The following extended metrics information are exposed through
      the debug API:
      - last seen timestamp - updated every time when the peer
      connects/disconnects
      - connection total duration - sums of the duration of the sessions
        (in seconds)
      - session connection retry count - number of attempts to create
        a new connection
      - session connection duration - duration (in seconds) of last or
        current (if in progress) session
      - session connection direction - specifies whether the connection is
        outbound or inbound
      a7c05c20
    • acud's avatar
      fix: add full node info to peer (#1741) · 0a1ad9a7
      acud authored
      0a1ad9a7