interface icon indicating copy to clipboard operation
interface copied to clipboard

Remove caching service

Open sakulstra opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. The caching service was introduced a while ago to workaround limitations of public rpcs, but hasn't been properly maintained (it only supports v2 and staking) and therefore isn't very useful any more.

Describe the solution you'd like Is should be gradually dropped from:

  • [x] staking
  • [ ] avalanche v2
  • [ ] polygon v2
  • [x] mainnet v2

When all of these are removed there's no longer any need for graphql on the client which will allow the app to shrink by ~100kb.

sakulstra avatar Jul 18 '22 20:07 sakulstra

Staking in #937

defispartan avatar Jul 19 '22 14:07 defispartan

V2 in #971 V2 AMM in #972

defispartan avatar Jul 26 '22 16:07 defispartan

Removed completely in zustand PR

defispartan avatar Jan 05 '23 16:01 defispartan