chore(ci): add missing Hive rpc-compat methods (#3331)

This commit is contained in:
Alexey Shekhirin
2023-06-22 18:06:56 +01:00
committed by GitHub
parent 9e72cbf6b4
commit cb298788df

View File

@ -90,7 +90,7 @@ jobs:
experimental: true
# eth_ rpc methods
- sim: ethereum/rpc-compat
include: [eth_blockNumber, eth_call, eth_chainId, eth_createAccessList, eth_estimateGas, eth_feeHistory, eth_getBalance, eth_getBlockBy, eth_getBlockTransactionCountBy, eth_getCode, eth_getStorage, eth_getTransactionBy, eth_getTransactionCount, eth_sendRawTransaction, eth_syncing]
include: [eth_blockNumber, eth_call, eth_chainId, eth_createAccessList, eth_estimateGas, eth_feeHistory, eth_getBalance, eth_getBlockBy, eth_getBlockTransactionCountBy, eth_getCode, eth_getStorage, eth_getTransactionBy, eth_getTransactionCount, eth_getTransactionReceipt, eth_sendRawTransaction, eth_syncing]
experimental: true
# not running eth_getProof tests because we do not support
# eth_getProof yet