ape-etherscan icon indicating copy to clipboard operation
ape-etherscan copied to clipboard

Etherscan plugin's Account History query does not return logs w/ transactions

Open fubuloubu opened this issue 3 months ago • 1 comments
trafficstars

Environment information

  • ape and plugin versions:
$ ape --version
0.8.36

$ ape plugins list
Installed Plugins
...
  etherscan        0.8.5
...
  • Python Version: x.x.x
  • OS: linux

What went wrong?

Noticed when I use the "account history" query feature (via acct.history), and the data is sourced from Etherscan, that it does not include the logs that executed during that transaction

How can it be fixed?

Unsure, if the API does not support that, then the only choice is to monkeypatch with a property that fetches it from the underlying RPC, which costs extra RPC calls and kind of defeats the purpose of using the query system

Explore a way to add this support to Etherscan's API?

fubuloubu avatar Jul 30 '25 17:07 fubuloubu