This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Token Registry lookups cause 1000's of eth_calls if you have multiple accounts #6387
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
F7-footprint 🐾
An enhancement to provide a smaller (system load, memory, network or disk) footprint.
M8-dapp 💎
Decentralized applications.
P0-dropeverything 🌋
Everyone should address the issue now.
Before filing a new issue, please provide the following information.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
Token Registry lookups cause 1000's of eth_calls if you have multiple accounts. Token registry currently has more than 300 entries. They are queried for each account you have and cause the RPC to not being able to catch up. The UI becomes very slow.
The text was updated successfully, but these errors were encountered: