fabric-admin-sdk
fabric-admin-sdk copied to clipboard
public genesisconfig def
public genesisconfig def for people to invoke.
I'm not 100% sure what capability is being delivered by exposing this. It seems that the e2e test code makes use of code that is still internal in order to do useful work with the configuration loaded by the genesisconfig package.
The code being made public also includes some content that I'm not sure should be part of the public API:
- Many "Sample" constants:
ampleInsecureSoloProfile = "SampleInsecureSolo" ampleDevModeSoloProfile = "SampleDevModeSolo" ampleSingleMSPSoloProfile = "SampleSingleMSPSolo" ampleInsecureKafkaProfile = "SampleInsecureKafka" ampleDevModeKafkaProfile = "SampleDevModeKafka" ampleSingleMSPKafkaProfile = "SampleSingleMSPKafka" ampleDevModeEtcdRaftProfile = "SampleDevModeEtcdRaft" ampleAppChannelInsecureSoloProfile = "SampleAppChannelInsecureSolo" ampleAppChannelEtcdRaftProfile = "SampleAppChannelEtcdRaft" ampleSingleMSPChannelProfile = "SampleSingleMSPChannel" ampleConsortiumName = "SampleConsortium" ampleOrgName = "SampleOrg" - Code for dealing with Kafka and Solo ordering nodes. Both of these have been deprecated for many years and are being removed from Fabric.