ethereumjs / ethereumjs-monorepo

Monorepo for the Ethereum VM TypeScript Implementation
2.6k stars 759 forks source link

Add missing admin_peers JSON-RPC #3565

Closed barnabasbusa closed 3 months ago

barnabasbusa commented 3 months ago

Currently we use admin_peers to fetch the number of peers connected to a client in dora.

Admin_peers seems to be missing from ethereumjs. Related issue: https://github.com/ethereumjs/ethereumjs-monorepo/issues/1114

acolytec3 commented 3 months ago

This is still WIP (since I need to add tests) but does this give you enough detail for Dora?

3570