feat: Optimize account and storage fetching as much as possible #36
Labels
C-provider
Codebase to provider implementation
optimization
Improvements of performance or optimization
Context
As can see #35 most of the latency on hdp-cli is from fetching account proof and storage proof. Currently we didn't implemented persistent db & Currently those rpc calls are not handled in parallel.
Yes, hdp-cli fetcher is really dumb implementation atm.
Some Steps
Another approach
http requet cache
The text was updated successfully, but these errors were encountered: