Describe the Feature
eth_getBlockByNumber returns the stateRoot, receiptsRoot and transactionsRoot. For some reason, ethers.js Blocks include the first 2, but not the last one.
Is there any reason to not expose this? I understand most people don't care about it, but what about the people that do?
Describe the Feature
eth_getBlockByNumberreturns thestateRoot,receiptsRootandtransactionsRoot. For some reason, ethers.jsBlocks include the first 2, but not the last one.Is there any reason to not expose this? I understand most people don't care about it, but what about the people that do?