prysm-pulse/beacon-chain/rpc/nodev1
Radosław Kapka 153737803a
Implement ListPeers in the node API (#8288)
* add span

* update ethereumapis

* align server with ethereumapis

* benchmark

* naive implementation

* rename two status functions

* new Inbound and Outbound status functions

* tests

* 'enr:' prefix

* refactoring

* gzl

* case when one filter is empty

* empty filter condition fix

* deepsource

* rename getPeer to peerInfo

* bring back correct version of ethereumapis

* go mod tidy
2021-01-20 15:52:33 +00:00
..
BUILD.bazel Implement ListPeers in the node API (#8288) 2021-01-20 15:52:33 +00:00
node_test.go Implement ListPeers in the node API (#8288) 2021-01-20 15:52:33 +00:00
node.go Implement ListPeers in the node API (#8288) 2021-01-20 15:52:33 +00:00
server_test.go Eth2 API: node endpoints outline (#7522) 2020-10-14 06:11:11 +00:00
server.go Implement GetIdentity in the node API (#8230) 2021-01-14 20:48:40 +00:00