-
Notifications
You must be signed in to change notification settings - Fork 40
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: prefetch dapp metadata without status #1038
Conversation
Here's the packed extension for this build: |
this.backgroundMessenger?.send( | ||
'rainbow_prefetchDappMetadata', | ||
window.location.href, | ||
); |
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.
reminder to check if this is hitting the local cache or spamming the api on every provider request
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.
thankss
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.
ok i blocked prefetch if we already have the data to not trigger unnecessary requests, thanks for the catch
Here's the packed extension for this build: |
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.
🤝
0424073
to
599ffa4
Compare
Here's the packed extension for this build: |
Here's the packed extension for this build: |
7eee6d0
to
9e311b1
Compare
Here's the packed extension for this build: |
Fixes BX-####
Figma link (if any):
What changed (plus any additional context for devs)
request
sScreen recordings / screenshots
What to test