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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
I'm in the process of migrating our tools from Web3JS v1.9.0 to v4.6.0. I'd noticed eth.getBlock() on v4 returns less fields than on v1, specifically blobGasUsed, excessBlobGas, and others. This is while pointed to the same Ethereum Mainnet Go-Ethereum archive node, and confirmed a CURL command direct to the GETH node provides those extra values.
Is there an extra parameter to send to eth.getBlock, in order to view all data?
Below is the JSON response pointed to the same node, for block 19513177, using Web3JS v1.9 & v4.6.