Skip to content

Update OpenRPC JSON#4

Open
MWBlocky wants to merge 1 commit intomainfrom
openrpc-update-20250523095133
Open

Update OpenRPC JSON#4
MWBlocky wants to merge 1 commit intomainfrom
openrpc-update-20250523095133

Conversation

@MWBlocky
Copy link
Owner

OpenRPC JSON Update

This PR updates the OpenRPC JSON file with the latest changes.

Comparison Report


Methods present in the original document but missing from the modified document:

┌─────────┬────────────────────────────────────────────┐
│ (index) │ missingMethod                              │
├─────────┼────────────────────────────────────────────┤
│ 0       │ 'debug_getBadBlocks'                       │
│ 1       │ 'debug_getRawBlock'                        │
│ 2       │ 'debug_getRawHeader'                       │
│ 3       │ 'debug_getRawReceipts'                     │
│ 4       │ 'debug_getRawTransaction'                  │
│ 5       │ 'engine_exchangeCapabilities'              │
│ 6       │ 'engine_exchangeTransitionConfigurationV1' │
│ 7       │ 'engine_forkchoiceUpdatedV1'               │
│ 8       │ 'engine_forkchoiceUpdatedV2'               │
│ 9       │ 'engine_forkchoiceUpdatedV3'               │
│ 10      │ 'engine_getBlobsV1'                        │
│ 11      │ 'engine_getBlobsV2'                        │
│ 12      │ 'engine_getPayloadBodiesByHashV1'          │
│ 13      │ 'engine_getPayloadBodiesByRangeV1'         │
│ 14      │ 'engine_getPayloadV1'                      │
│ 15      │ 'engine_getPayloadV2'                      │
│ 16      │ 'engine_getPayloadV3'                      │
│ 17      │ 'engine_getPayloadV4'                      │
│ 18      │ 'engine_getPayloadV5'                      │
│ 19      │ 'engine_newPayloadV1'                      │
│ 20      │ 'engine_newPayloadV2'                      │
│ 21      │ 'engine_newPayloadV3'                      │
│ 22      │ 'engine_newPayloadV4'                      │
│ 23      │ 'eth_createAccessList'                     │
│ 24      │ 'eth_getBlockReceipts'                     │
└─────────┴────────────────────────────────────────────┘

Methods whose other fields differ between documents:

┌─────────┬───────────────────────────────────────────┬────────────────────────────────────────────────────────┐
│ (index) │ method                                    │ differingKeys                                          │
├─────────┼───────────────────────────────────────────┼────────────────────────────────────────────────────────┤
│ 0       │ 'eth_accounts'                            │ 'result, examples, description'                        │
│ 1       │ 'eth_blobBaseFee'                         │ 'summary, result, examples'                            │
│ 2       │ 'eth_blockNumber'                         │ 'examples, description'                                │
│ 3       │ 'eth_call'                                │ 'summary, params, examples, description'               │
│ 4       │ 'eth_chainId'                             │ 'examples, description'                                │
│ 5       │ 'eth_coinbase'                            │ 'summary, result, examples'                            │
│ 6       │ 'eth_estimateGas'                         │ 'params, examples, description'                        │
│ 7       │ 'eth_feeHistory'                          │ 'summary, description, params, result, examples'       │
│ 8       │ 'eth_gasPrice'                            │ 'summary, examples, description'                       │
│ 9       │ 'eth_getBalance'                          │ 'params, result, examples, description'                │
│ 10      │ 'eth_getBlockByHash'                      │ 'result, examples, description'                        │
│ 11      │ 'eth_getBlockByNumber'                    │ 'result, examples, description'                        │
│ 12      │ 'eth_getBlockTransactionCountByHash'      │ 'result, examples, description'                        │
│ 13      │ 'eth_getBlockTransactionCountByNumber'    │ 'result, examples, description'                        │
│ 14      │ 'eth_getCode'                             │ 'params, examples, description'                        │
│ 15      │ 'eth_getFilterChanges'                    │ 'summary, params, result, examples, description, tags' │
│ 16      │ 'eth_getFilterLogs'                       │ 'summary, params, result, examples, description, tags' │
│ 17      │ 'eth_getLogs'                             │ 'summary, examples, description'                       │
│ 18      │ 'eth_getProof'                            │ 'summary, params, result, examples'                    │
│ 19      │ 'eth_getStorageAt'                        │ 'summary, params, result, examples, description'       │
│ 20      │ 'eth_getTransactionByBlockHashAndIndex'   │ 'result, examples, description'                        │
│ 21      │ 'eth_getTransactionByBlockNumberAndIndex' │ 'result, examples, description'                        │
│ 22      │ 'eth_getTransactionByHash'                │ 'result, examples, description'                        │
│ 23      │ 'eth_getTransactionCount'                 │ 'summary, params, result, examples, description'       │
│ 24      │ 'eth_getTransactionReceipt'               │ 'params, result, examples, description'                │
│ 25      │ 'eth_getUncleCountByBlockHash'            │ 'params, result, examples, description'                │
│ 26      │ 'eth_getUncleCountByBlockNumber'          │ 'params, result, examples, description'                │
│ 27      │ 'eth_maxPriorityFeePerGas'                │ 'summary, result, examples, description'               │
│ 28      │ 'eth_newBlockFilter'                      │ 'summary, result, examples, description, tags'         │
│ 29      │ 'eth_newFilter'                           │ 'params, result, examples, description, tags'          │
│ 30      │ 'eth_newPendingTransactionFilter'         │ 'summary, result, examples, tags'                      │
│ 31      │ 'eth_sendRawTransaction'                  │ 'summary, examples, description'                       │
│ 32      │ 'eth_sendTransaction'                     │ 'summary, params, result, examples'                    │
│ 33      │ 'eth_sign'                                │ 'summary, params, result, examples'                    │
│ 34      │ 'eth_signTransaction'                     │ 'summary, params, result, examples'                    │
│ 35      │ 'eth_syncing'                             │ 'summary, result, examples, description'               │
│ 36      │ 'eth_uninstallFilter'                     │ 'params, result, examples, description, tags'          │
└─────────┴───────────────────────────────────────────┴────────────────────────────────────────────────────────┘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant