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
Calls to eth_getBlockByNumber/eth_getBlockByNumber both take a parameter called showDetails. In the case where this parameter is false, we return a list of transaction hashes. This list can be more efficiently derived from the initial set of contract results within a block rather than calling the mirror node for each contract results.
Steps to reproduce
Found when investigating issue #827. Execute the curl command from that issue and trace through the resultant logs.
Additional context
No response
Hedera network
testnet
Version
v0.16.0-rc2
Operating system
macOS
The text was updated successfully, but these errors were encountered:
Description
Calls to eth_
getBlockByNumber/eth_getBlockByNumber
both take a parameter calledshowDetails
. In the case where this parameter is false, we return a list of transaction hashes. This list can be more efficiently derived from the initial set of contract results within a block rather than calling the mirror node for each contract results.Steps to reproduce
Found when investigating issue #827. Execute the curl command from that issue and trace through the resultant logs.
Additional context
No response
Hedera network
testnet
Version
v0.16.0-rc2
Operating system
macOS
The text was updated successfully, but these errors were encountered: