-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of Geth node debugging API's (web3-eth-debug). #2678
Conversation
I will write tomorrow the documentation for the Web3 Debug Module and merge your PR after that. Thanks, @princesinha19 for creating all these modules! :) |
okay, @nivida. If you want me to write the documentation then, I can do that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Top work 👍
@princesinha19 Could you implement the unresolved conversations here? Thanks!:) |
Yes, I will do it today. |
Description
I implemented all Geth node debugging management API's.
https://github.com/ethereum/go-ethereum/wiki/Management-APIs#list-of-management-apis
Fixes #2637 (Partially)
Type of change
Checklist:
npm run test
in the root folder with success and extended the tests if necessary.npm run build
in the root folder and tested it in the browser and with node.npm run dtslint
in the root folder and tested that all my types are correct