You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getBlockWithTransactions does not include size in its response as mentioned in the docs. It is listed in the response object parameters, but does not appear in the example response.
Environment
The problem
getBlockWithTransactionsdoes not includesizein its response as mentioned in the docs. It is listed in the response object parameters, but does not appear in the example response.How to reproduce:
The
sizeis present in the JSON-RPC response ofeth_getBlockByNumber. Here is the sandbox link for the same block.