You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Lambda + Middy middleware
I see some references to Dynamo. GCP has Spanner
Looks like they might be caching some pool data as well as caching some api routes.
There are also some areas where we have N+1 calls to get USDC prices and/or conversion rates. Would be helpful to have this all in one call.
Also a scenario where we make a 2nd quote call when we first have an exactOut quote. The return values for exactOut have correct quote value, but the gas estimate quote is wrong I think
Requests are quite slow.
What does uniswap do to improve performance? Cache the results? https://github.com/Uniswap/routing-api
AWS Lambda + Middy middleware
I see some references to Dynamo. GCP has Spanner
Looks like they might be caching some pool data as well as caching some api routes.
Libs used:
The text was updated successfully, but these errors were encountered: