Geth 升级到 Geth/v1.10.1-stable 部分方法不可用, 我觉得是升级导致的
{
"jsonrpc": "2.0",
"id": 67,
"error": {
"code": -32601,
"message": "the method eth_protocolVersion does not exist/is not available"
}
}
这是我找到唯一一个答案 https://www.gitmemory.com/issue/trezor/blockbook/572/793710439
我自己试了一下旧版本的, infura是正常的
curl --location --request POST 'https://mainnet.infura.io/v3/02539f07320f43208937745e3058386f' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc":"2.0",
"method":"eth_protocolVersion",
"params":[],
"id":67
}'
试了一下开放的url
Mainnet RPC: https://main-light.eth.linkpool.io
也是报错
|