Description
MaruApp.awaitTillMaruHasPeers relies on the peersConnected method to get the number of peers connected to an instance. However we also have the GET /eth/v1/node/peers REST endpoint that should return all the peers connected to it. Instead of exposing the internal peersConnected, we could use the API call
Motivation
This would shrink the MaruApp's API and it would indirectly cover that endpoint with some tests
Tasks
Acceptance criteria
Risks
Remember to