Skip to content

Empty peers array returned by /network/status endpoint #450

Open
@linconvidal

Description

@linconvidal

Context & versions

The /network/status endpoint returns an empty peers array. According to Mesh API specifications, a peer represents a node's connection and is a required field within NetworkStatusResponse.

This issue occurs in the mainnet environment (and likely affects other environments), potentially impacting all Java versions.

Steps to reproduce

  1. Started application and waited for sync
  2. Called /network/status
  3. Checked out the response

Actual behavior

{
    ...
    "peers": []
}

Expected behavior

{
    ...
    "peers": [
        {
            "peer_id": "preprod-node.play.dev.cardano.org" // example from latest rosetta TS
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions