You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per ethereum/go-ethereum#29747, eth_coinbase no longer returns an address in v1.14.0+.
Since this RPC method is deprecated, we should remove it from JSON-RPC API list.
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional context
In Deploying a contract example, its been mentioned eth_coinbase for getting the coinbase address, instead we can call it as developer account and use eth_accounts to retrieve it.
Would you like to work on this issue?
Yes
No
The text was updated successfully, but these errors were encountered:
Describe the bug
As per ethereum/go-ethereum#29747,
eth_coinbase
no longer returns an address in v1.14.0+.Since this RPC method is deprecated, we should remove it from JSON-RPC API list.
To reproduce
We can see
eth_coinbase
in the RPC list.https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_coinbase
Expected behavior
We should not list the unsupported RPC APIs.
Screenshots
No response
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional context
In Deploying a contract example, its been mentioned
eth_coinbase
for getting the coinbase address, instead we can call it as developer account and use eth_accounts to retrieve it.Would you like to work on this issue?
The text was updated successfully, but these errors were encountered: