tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints/introduction
https://tangle.tools
Apache License 2.0
14 stars 4 forks source link

[TASK] Add feature flags for Substrate and Eigenlayer #456

Open Serial-ATA opened 2 weeks ago

Serial-ATA commented 2 weeks ago

Overview

We're at 1100 dependencies now in the SDK alone. We need to start adding feature flags so we aren't pulling in a bunch of unnecessary stuff for every blueprint.

Outside of that, I also imagine there's a decent amount of optimization to be done by disabling unused features for some of the larger dependencies.