status-im / nimbus-eth1

Nimbus: an Ethereum Execution Client for Resource-Restricted Devices
https://status-im.github.io/nimbus-eth1/
Apache License 2.0
592 stars 120 forks source link

implement admin_peers #2780

Open tersec opened 3 weeks ago

tersec commented 3 weeks ago

https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-admin#admin-peers

advaita-saha commented 3 weeks ago

To be added in common Rpc endpoints

tersec commented 3 weeks ago

Well, and there's a question too of whether there should be an admin namespace which can be enabled/disabled in options. Right now there's not, and probably it shouldn't be part of the PR fixing this, but it's a reasonable observation that people will try it -- it's conventional in ELs.