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 adapter currently relies on the FabricNetwork module for network information which is intended for the user modules and breaks the code flow (and code completion support) in the adapter.
Possible Fix
The adapter should process the network configuration file directly, treating the sections as self-contained objects.
Progress of the refactoring
Extract the network validation into a separate util module
Separate the user/admin/registrar initialization from the FabricNetwork module
Separate the channel creation from the FabricNetwork module
Separate the channel joining from the FabricNetwork module
Separate the chaincode installation from the FabricNetwork module
Separate the chaincode instantiation from the FabricNetwork module
The text was updated successfully, but these errors were encountered:
Context
The adapter currently relies on the
FabricNetwork
module for network information which is intended for the user modules and breaks the code flow (and code completion support) in the adapter.Possible Fix
The adapter should process the network configuration file directly, treating the sections as self-contained objects.
Progress of the refactoring
FabricNetwork
moduleFabricNetwork
moduleFabricNetwork
moduleFabricNetwork
moduleFabricNetwork
moduleThe text was updated successfully, but these errors were encountered: