Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bug where ENS domains were not handled in account history queries #2170

Merged
merged 3 commits into from
Jul 5, 2024

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Jul 5, 2024

What I did

The documentation for querying accounts used an example with an ENS name as the arhttps://docs.apeworx.io/ape/stable/userguides/data.html#getting-account-transaction-datagument:

however, when I went to try it, it was not seen as valid and no conversion took place.
Thus it is a bug fix since it was a documented feature that isnt working.

How I did it

convert

How to verify it

chain.history["vitalik.eth"]

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey merged commit b6bdb8d into ApeWorX:main Jul 5, 2024
15 checks passed
@antazoey antazoey deleted the feat/history-convert branch July 5, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants