-
-
Notifications
You must be signed in to change notification settings - Fork 631
resolve .argent.xyz domains #8987
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## bugfixes #8987 +/- ##
=============================================
+ Coverage 58.51% 80.98% +22.46%
=============================================
Files 1795 808 -987
Lines 125807 59920 -65887
Branches 16386 10778 -5608
=============================================
- Hits 73614 48525 -25089
+ Misses 49560 8686 -40874
- Partials 2633 2709 +76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
rotkehlchen/chain/evm/constants.py
Outdated
@@ -39,3 +39,4 @@ | |||
|
|||
# uniswap like merkle distributor claimed signature | |||
MERKLE_CLAIM: Final = b'N\xc9\x0e\x96U\x19\xd9&\x81&tg\xf7u\xad\xa5\xbd!J\xa9,\r\xc9=\x90\xa5\xe8\x80\xce\x9e\xd0&' # noqa: E501 | |||
VALID_ENS_EXTENSIONS: Final = ('.eth', '.argent.xyz') # extensions compatible with the ENS resolution contract # noqa: E501 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only those? Isn't literally almost any TLD okay? https://docs.ens.domains/dns/tlds
0ae449d
to
e9cdc5e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comment. Also move this to bugfixes. It's a bug fix.
allow the api to use argent domains in addtion to .eth domains. Closes rotki#8981
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rotki/test-caching/tree/argent was successfully merged |
allow the api to use argent domains in addtion to .eth domains.
Closes #8981