Update public RPC capability metadata
This commit is contained in:
@@ -64,7 +64,7 @@ Current public-RPC summary:
|
||||
| `eth_gasPrice` | Supported | Basic fee quote path works. |
|
||||
| `eth_feeHistory` | Supported | Modern wallet fee estimation can use it. |
|
||||
| `eth_estimateGas` / `eth_getCode` | Supported | Required for normal wallet and app flows. |
|
||||
| `eth_maxPriorityFeePerGas` | Not supported on public RPC | Wallets may fall back to simpler heuristics. |
|
||||
| `eth_maxPriorityFeePerGas` | Supported | MetaMask and other wallets can use the modern priority-fee path directly. |
|
||||
| `trace_block` / `trace_replayBlockTransactions` | Supported | Explorer/indexer tracing works on the public tier. |
|
||||
| `debug_traceBlockByNumber` | Not enabled on public RPC | Intentional for the public tier; do not assume debug tracing is available. |
|
||||
|
||||
@@ -72,7 +72,7 @@ MetaMask behavior to keep in mind:
|
||||
|
||||
- MetaMask primarily depends on JSON-RPC correctness, not explorer richness.
|
||||
- `wallet_addEthereumChain` and `wallet_watchAsset` help wallet UX, but they do not replace missing RPC methods.
|
||||
- If `eth_maxPriorityFeePerGas` is unavailable, MetaMask can still work, but fee UX may be less polished than on top-tier public networks.
|
||||
- `eth_maxPriorityFeePerGas` is now available on the public RPC, so fee UX should align better with mainstream EVM wallet expectations.
|
||||
|
||||
You can verify the published matrix against live infrastructure with:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user