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
The node builder architecture currently uses BuilderComponentsAdapter as the internal state holder for NodeBuilderWithComponents. This adapter manages:
Node configuration (NodeConfig with chain spec)
Type system adaptation (NodeTypesAdapter)
Component building (through a generic ComponentsBuilder)
Node extensions (through AddOns)
Introducing a trait boundary could simplify the interaction between these components.
The text was updated successfully, but these errors were encountered:
The node builder architecture currently uses
BuilderComponentsAdapter
as the internal state holder forNodeBuilderWithComponents
. This adapter manages:NodeConfig
with chain spec)NodeTypesAdapter
)ComponentsBuilder
)AddOns
)Introducing a trait boundary could simplify the interaction between these components.
The text was updated successfully, but these errors were encountered: