Uniswap / v3-info

Interface for Uniswap V3 analytics. 📊
https://info.uniswap.org/#/
GNU General Public License v3.0
382 stars 305 forks source link

Better Cahcing / Fetching Architetcure #68

Open ianlapham opened 3 years ago

ianlapham commented 3 years ago

*Need to Do**

kayloc88 commented 3 years ago
  • right now the Appolo client isnt optimized
  • we cant store time travel queries in cache because the query res id is the same even for queries with different blocks

Need to Do*

  • find a way to lazily fetch only data on screen for top tokens
  • Find a better way to do bulk lookups if possible
  • Figrue out if Appolo plus redux is too much - only Appolo?
  • Find a faster way to do price data

Duplicate of #131