-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
XinFin blockchain does not support EIP-1898 now. Below methods are are affected:
- eth_getBalance
- eth_getStorageAt
- eth_getTransactionCount
- eth_getCode
- eth_call
- eth_getProof
Here is a test case:
request
curl -X POST https://arpc.apothem.network/ -H "Content-Type: application/json" -d '
{
"id": 348,
"jsonrpc": "2.0",
"method": "eth_call",
"params": [
{
"data": "0x06fdde03",
"gas": "0x2faf080",
"to": "0x53350795c11cee781a7e174479778f848d76ab2a"
},
{
"blockHash": "0xe8ec0bfc021f839fd0a69ae89689e309632af2cc434e8a096732068f0736864b"
}
]
}'response
{
"jsonrpc": "2.0",
"id": 348,
"error": {
"code": -32602,
"message": "invalid argument 1: hex string without 0x prefix"
}
}Metadata
Metadata
Assignees
Labels
No labels