ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
4.97k stars 1.69k forks source link

I want to create a PR to add debug namespace in geth #3330

Open wangereth opened 6 months ago

wangereth commented 6 months ago

What feature should we add?

https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug

Is that desirable?

kclowes commented 6 months ago

Sure, that would be great! Thanks! It won't be high on our priority list to write, but we would definitely review it! If you don't end up wanting to PR for whatever reason, you can use a custom module within your application.

wangereth commented 6 months ago

Thank you! I will try it.