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 has been archived by the owner on Nov 6, 2020. It is now read-only.
When trying to use the
trace_filter
call with thefromAddress
filter, some unrelated transactions are returned.Eg. for address
0xe1a1531a6667fa8ba694692362fc679105ff2677
on Testnet.There should be only one IN transaction : https://testnet.etherscan.io/address/0xe1a1531a6667fa8ba694692362fc679105ff2677
However, running
will return 2 contract creation transactions unrelated to the account
0xe1a1531a6667fa8ba694692362fc679105ff2677
(0xdf92bf2 and 0x85893ad).It seems that it returns every contract creation transactions (filter.rs#L130 with no
to_address
filter), in blocks matching thetoAddress
filter...The text was updated successfully, but these errors were encountered: