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
Geth version: Geth/v1.7.1-unstable/linux-amd64/go1.9
OS & Version: Linux
Commit hash : (if develop)
Expected behaviour
Geth should return all logs from transactions in the pending block
Actual behaviour
Geth returns an empty array of logs
Steps to reproduce the behaviour
Run geth node
Check that the pending block exist and contains transactions http http://54.215.190.250:8545 jsonrpc=2.0 id=1 method=eth_getBlockByNumber params:='["pending", true]'
Fetch all the logs from the pending block http http://54.215.190.250:8545 jsonrpc=2.0 id=1 method=eth_getLogs params:='[{"fromBlock": "pending", "toBlock": "pending"}]'
Backtrace
[backtrace]
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
System information
Geth version: Geth/v1.7.1-unstable/linux-amd64/go1.9
OS & Version: Linux
Commit hash : (if
develop
)Expected behaviour
Geth should return all logs from transactions in the pending block
Actual behaviour
Geth returns an empty array of logs
Steps to reproduce the behaviour
http http://54.215.190.250:8545 jsonrpc=2.0 id=1 method=eth_getBlockByNumber params:='["pending", true]'
http http://54.215.190.250:8545 jsonrpc=2.0 id=1 method=eth_getLogs params:='[{"fromBlock": "pending", "toBlock": "pending"}]'
Backtrace
The text was updated successfully, but these errors were encountered: