Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more details on the compatibility of eth_call #2018

Merged
merged 2 commits into from
Apr 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/json-rpc-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ If the endpoint is not in the list below, it means this specific endpoint is not

<!-- ETH -->
- `eth_blockNumber`
- `eth_call` _* doesn't support state override at the moment and pending block_
- `eth_call`
- _doesn't support state override at the moment and pending block. Will be implemented [#1990](https://github.com/0xPolygonHermez/zkevm-node/issues/1990)_
- _doesn't support `from` values that are smart contract addresses. Will be implemented [#2017](https://github.com/0xPolygonHermez/zkevm-node/issues/2017)_
- `eth_chainId`
- `eth_estimateGas` _* if the block number is set to pending we assume it is the latest_
- `eth_gasPrice`
Expand All @@ -31,7 +33,7 @@ If the endpoint is not in the list below, it means this specific endpoint is not
- `eth_getTransactionByBlockNumberAndIndex` _* if the block number is set to pending we assume it is the latest_
- `eth_getTransactionByHash`
- `eth_getTransactionCount`
- `eth_getTransactionReceipt`
- `eth_getTransactionReceipt` _* doesn't include effectiveGasPrice. Will include once EIP1559 is implemented_
- `eth_getUncleByBlockHashAndIndex` _* response is always empty_
- `eth_getUncleByBlockNumberAndIndex` _* response is always empty_
- `eth_getUncleCountByBlockHash` _* response is always zero_
Expand Down