extension icon indicating copy to clipboard operation
extension copied to clipboard

Enormous amount of background requests to UNS name resolution

Open 0xDaedalus opened this issue 2 years ago • 2 comments

image

~200k of these messages in half an hour of monitoring.

I'm guessing we're still looking up names somewhere we shouldn't be - probably when we get a batch of new blocks.

0xDaedalus avatar Aug 16 '22 21:08 0xDaedalus

0x2105dc7… -> is this abbreviation done by the console or are we getting real weird in what we're sending here?

Shadowfiend avatar Aug 16 '22 22:08 Shadowfiend

just a console abbreviation - full URL is available in the networks tab

0xDaedalus avatar Aug 17 '22 00:08 0xDaedalus

I'm looking into this, it seems we're requesting enrichment for accounts related transactions that are coming from our request to get asset transfers through Alchemy's WebSocket connection. So I think @0xDaedalus is correct 👀. I'm working on a fix

hyphenized avatar Aug 27 '22 05:08 hyphenized

That is actually correct behavior--but we should probably queue enrichment for older transactions while fast-pathing signature requests.

Shadowfiend avatar Aug 27 '22 15:08 Shadowfiend

Closed by https://github.com/tallycash/extension/pull/2068

0xDaedalus avatar Aug 30 '22 15:08 0xDaedalus