Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Add all management API methods of Geth #2637

Closed
nivida opened this issue Apr 2, 2019 · 3 comments · Fixed by #2657, #2660 or #2678
Closed

Add all management API methods of Geth #2637

nivida opened this issue Apr 2, 2019 · 3 comments · Fixed by #2657, #2660 or #2678

Comments

@nivida
Copy link
Contributor

nivida commented Apr 2, 2019

Description

Implement all methods which are listed here.

Expected behavior

I can, for example, call the debug methods.

Actual behavior

Not all methods of the management API are supported.

Versions

  • web3.js: latest
@sshelton76
Copy link

My honest opinion is that this does not belong as a web3 target. The geth team can and should have ownership over geth specific management APIs. Otherwise we're going to be stuck chasing them constantly. Same with the parity issue for similar work.

@nivida
Copy link
Contributor Author

nivida commented May 31, 2019

All required Geth JSON-RPC methods are implemented with the new management modules web3 does provide.

@nivida nivida closed this as completed May 31, 2019
@ceds
Copy link

ceds commented Mar 1, 2021

I don't see this feature in web3 API ? Where can I get it ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.