Skip to content

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

@fubuloubu

Description

@fubuloubu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions