Commit 672fc3c
authored
Remove remaining Supabase clients and drop @supabase/supabase-js (#90)
* Remove remaining Supabase clients and drop the dependency
- Delete RecentTradesDataLayer.jsx (never rendered in prod: ENABLE_SUBGRAPH_FOR_ALL_PROPOSALS forces the subgraph path)
- Strip Supabase client + candle/trade fetch paths from MarketPageShowcaseViewModel and MarketHistoryViewModel (subgraph/SQL-direct paths kept)
- Remove @supabase/supabase-js from package.json and lockfile
Netlify prod env has no Supabase vars, so all removed code was dead weight.
scripts/generate-seo.mjs still references Supabase but only runs via the
optional build-with-seo script; replacing it with a registry-fed generator
is tracked separately.
* Update auto-qa baselines: supabase imports 10→0, GNOSIS_RPCS 5→4
The supabase ratchet fired as designed (this PR removed the last 10
imports). The GNOSIS_RPCS count went stale on main when #89 dropped the
dead Blast entry after the auto-qa suite (#75) pinned it at 5.1 parent e52a020 commit 672fc3c
8 files changed
Lines changed: 39 additions & 1792 deletions
File tree
- auto-qa/tests
- src/components/futarchyFi/marketPage
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments