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

page crash when hover on auto-verified ens address #2188

Closed
iampkuhz opened this issue Aug 23, 2024 · 7 comments
Closed

page crash when hover on auto-verified ens address #2188

iampkuhz opened this issue Aug 23, 2024 · 7 comments
Labels
bug Something isn't working need info Waiting for more information from issue author stale For stale issues which don't have any recent activities

Comments

@iampkuhz
Copy link

Description

When I move cursor on Address ENS name, the page crashed. It happened only when the to address is verified automatically in contract page. If the page is not verifed and only show orignal 0x*** format address, the hover won't cause this bug. However, this always happened after auto verified, no matter which page. transaction list page, contract list page, both of them would have such bug.

at the very begining, we're using v1.33.0. After upgrade to v1.33.2, this problem still occured.

hover here will cause 500 error. noted that we haven't have a chance to click it.
43DD5642-12B5-454F-9A7B-FDDCA2D20437

there is a exception in console:

TypeError: Cannot read properties of undefined (reading 'length')
    at HashStringShortenDynamic.tsx:94:28
    at ak (react-dom.production.min.js:167:135)
    at up (react-dom.production.min.js:197:256)
    at uc (react-dom.production.min.js:195:197)
    at us (react-dom.production.min.js:194:50)
    at i (react-dom.production.min.js:297:9)
    at oD (react-dom.production.min.js:280:383)
    at react-dom.production.min.js:280:319
    at oO (react-dom.production.min.js:280:319)
    at oE (react-dom.production.min.js:271:86)

20240823113345

Link to the page

local deployed network

Steps to reproduce

  1. Go to main page
  2. Click on a random txn which to address is a contract
  3. switch to contract tab in contract page and try to trigger sc verifier service to auto verify this contract
  4. go back to main page and this time the to address will be replaced by ERC1967Proxy ENS
  5. hover on ERC1967Proxy and the crash happened

App version

v1.33.2

Browser

No response

Operating system

macOS

Additional information

No response

@iampkuhz iampkuhz added bug Something isn't working triage Issues and PRs that are needed triage labels Aug 23, 2024
@yvaskov
Copy link
Contributor

yvaskov commented Sep 30, 2024

@iampkuhz could you provide a backend version as well, please?

@iampkuhz
Copy link
Author

@yvaskov Backend: v6.6.0-beta

@yvaskov
Copy link
Contributor

yvaskov commented Oct 15, 2024

@iampkuhz this version is missing some of the proxy implementation preloads. I suggest upgrading to the latest version, as it has been fixed.

@iampkuhz
Copy link
Author

@yvaskov change the front-end to the latest version but the problem still occurred
image

@yvaskov
Copy link
Contributor

yvaskov commented Oct 16, 2024

@iampkuhz I meant the backend version

@tom2drum tom2drum added need info Waiting for more information from issue author and removed triage Issues and PRs that are needed triage labels Nov 20, 2024
Copy link

github-actions bot commented Dec 5, 2024

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale For stale issues which don't have any recent activities label Dec 5, 2024
@iampkuhz
Copy link
Author

after upgraded the backend version, this bug was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need info Waiting for more information from issue author stale For stale issues which don't have any recent activities
Projects
None yet
Development

No branches or pull requests

3 participants