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
When using filters, if filter has {"fromBlock": "latest", "toBlock": "latest"} (to retrieve logs from the most recently mined transaction), testrpc returns an empty list, while geth returns a correct log.
A minimal example which shows the current behaviour:
Package versions:
eth-testrpc
: 0.8.7ethereum-tester-client
: 1.2.5geth
: 1.5.3, 1.5.4What was wrong?
When using filters, if filter has
{"fromBlock": "latest", "toBlock": "latest"}
(to retrieve logs from the most recently mined transaction), testrpc returns an empty list, while geth returns a correct log.A minimal example which shows the current behaviour:
and the
TestContract.sol
:When running, I get:
Cute Animal Picture
The text was updated successfully, but these errors were encountered: