-
Notifications
You must be signed in to change notification settings - Fork 17
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
Extension makes a lot of requests during sync #887
Comments
On the second point, it looks like the culprit is in
This should be using the local data rather than making a network request. |
Looks like this is blocked by penumbra-zone/penumbra#4162. Once that's done, this ticket will be ready to pull in.
@Valentine1898 just fixed this. |
@Valentine1898 Nice!! |
While attempting to sync on a slow network, I opened the network inspector on the popup to see how it was making progress. I noticed two surprises:
AssetMetadataById
requests at the outset. Looking at them, they seemed mostly requesting info on delegation tokens. Could these be coalesced into a single request?AppParameters
requests. I'm not sure why these are required during sync?The text was updated successfully, but these errors were encountered: