-
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
txpool management API's implemented (web3-eth-txpool) #2659
Conversation
packages/web3-core-method/src/methods/txpool/GetTxpoolContentMethod.js
Outdated
Show resolved
Hide resolved
If this has to get to through https://github.com/ethereum/web3.js/blob/1.0/packages/web3-eth/types/index.d.ts Please add it |
@joshstevens19 Done changes. |
@joshstevens19 thanks for your suggestions. So, I removed this module to get exposed through web3.eth. So, can you please review the new commit? |
Description
I implemented all txpool management API's provided by geth.
https://github.com/ethereum/go-ethereum/wiki/Management-APIs#list-of-management-apis
Fixes partially #2637
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