status-im / nimbus-eth1

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

implement admin_peers #2780

Open tersec opened 4 hours ago

tersec commented 4 hours ago

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

advaita-saha commented 3 hours ago

To be added in common Rpc endpoints

tersec commented 2 hours 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.