Environment information
$ 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?