Open
Description
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
- Started application and waited for sync
- Called
/network/status
- 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
Labels
Type
Projects
Status
Ready