mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(ci): add missing Hive rpc-compat methods (#3331)
This commit is contained in:
2
.github/workflows/hive.yml
vendored
2
.github/workflows/hive.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user