Reduce light-client dependency on api #6542
Labels
prio-low
This is nice to have.
scope-devex
Issues for improving developer experience.
scope-light-clients
All issues regarding light client development.
api
is pretty big and depends indirectly on a number of NodeJS specifics (viaeventsource
).Specific consideration regarding
EventSource
: it is about to be merged in node.ligth-client
depends onapi
for the following API:import {type Api, ApiError, routes} from "@lodestar/api";
import {Api, ApiError} from "@lodestar/api";
import {getClient} from "@lodestar/api";
Figure out a way to ensure that those API do not drag the whole
api
package and it's dependencies.The text was updated successfully, but these errors were encountered: