Skip to content

Conversation

yabirgb
Copy link
Member

@yabirgb yabirgb commented Nov 30, 2024

allow the api to use argent domains in addtion to .eth domains.

Closes #8981

Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.98%. Comparing base (09ac428) to head (98d1652).
Report is 218 commits behind head on bugfixes.

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     
Flag Coverage Δ
backend 80.92% <100.00%> (-0.01%) ⬇️
frontend_integration ?
frontend_unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -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
Copy link
Member

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

@yabirgb yabirgb force-pushed the argent branch 5 times, most recently from 0ae449d to e9cdc5e Compare December 2, 2024 17:41
Copy link
Member

@LefterisJP LefterisJP left a 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.

@yabirgb yabirgb changed the base branch from develop to bugfixes December 3, 2024 10:20
allow the api to use argent domains in addtion to .eth domains.

Closes rotki#8981
Copy link
Member

@LefterisJP LefterisJP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LefterisJP LefterisJP merged commit 888293b into rotki:bugfixes Dec 3, 2024
15 checks passed
@rotkibot
Copy link

rotkibot commented Dec 3, 2024

rotki/test-caching/tree/argent was successfully merged

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.

Unable to resolve ENS for argent.xyz account
3 participants