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
Reconfiguration is something that SDKs will hopefully expose in the future. However, for v1 this was not realistic to be completed. That is why configtxlator exists, to give a language neutral way to help SDK users to perform reconfiguration. Ideally, the application is storing the most up to date copy of the organization definition somewhere for each org, which can be used in the application to construct the change request.
At the moment ,the reconfiguration flow to add an org for v1 requires :
Generating a genesis block containing the crypto material for your org in a similar manner as we did for configuration of 3 orgs network.
Decode it using configtxlator and once decoded to JSON, copy the organization definition (which includes the MSP material as well as org policies) somewhere.
configtxlator produces human readable version of config
User or application edits the config
configtxlator is used to compute config update representation of changes to the config
SDK submits signs and submits config
Currently, we are able to compute config update from sdk , however the last step is recently updated as a part of sdk and will be included in v1.0.1. We are working on consuming the updated methods. You may expect fabric-sdk-java update in next build.
No description provided.
The text was updated successfully, but these errors were encountered: