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
There should be a few routes we can remove from the code as those are no longer part of beacon api spec. There is no good reason to keep them around as they are unused and replaced by more forward compatible apis (v2).
E.g. getState (v1) has been removed from spec a while ago
There should be a few routes we can remove from the code as those are no longer part of beacon api spec. There is no good reason to keep them around as they are unused and replaced by more forward compatible apis (v2).
E.g.
getState
(v1) has been removed from spec a while agolodestar/packages/api/src/beacon/routes/debug.ts
Line 120 in 8b59f50
This should be done after #6749 is merged to avoid conflicts.
The text was updated successfully, but these errors were encountered: