Closed fubuloubu closed 1 year ago
### What I did Partially a realization that Etherscan already has support for several of the types of queries that are supported in our core data query model, so just enabling support for that ### How I did it ### How to verify it ### Checklist * [ ] Passes all linting checks (pre-commit and CI jobs) * [ ] New test cases have been added and are passing * [ ] Documentation has been updated * [ ] PR title follows [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) standard (will be automatically included in the changelog) --- [ApeWorX/ape-etherscan #71](https://github.com/ApeWorX/ape-etherscan/pull/71) by [fubuloubu](https://github.com/fubuloubu) on GitHub *via LinearSync*
Side note: migrate https://github.com/ApeWorX/ape/issues/965 to this repository once this PR is merged
This PR was missing documentation and even though the box got checked. I am going to add it now because I forget entirely how to use this feature and I need to call the API that is now hidden behind the query manager
What I did
Partially a realization that Etherscan already has support for several of the types of queries that are supported in our core data query model, so just enabling support for that
How I did it
Copy-pasted code from this PR: https://github.com/ApeWorX/ape/pull/1277
How to verify it
Install Etherscan plugin and it works with
account.history
requestsChecklist