-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test adding an organisation #69
Comments
Received the following error when the org was added and the peers joined to the channel but no chaincode installed
Code 10 is an ENDORSEMENT_POLICY_FAILURE. Here are the gateway peer logs
This seems reasonable (other runs produced more than 1 of these which is also expected). Before the adding of the org, only 2 endorsements are needed as the endorsement policy is an implicit majority. If you add another org, then you need 3 for a majority, but this txn only had 2 so fails. retried this with setting that all 3 orgs must endorse and adding a 4th org and no errors were encountered which was to be expected. |
Deploying chaincode didn't affect anything but due to hyperledger/fabric-gateway#338 org4 hasn't actually started endorsing |
Changed the endorsement policy to force org4 to endorse and that get's picked up as expected with the usual various errors of
As described when changing an endorsement policy |
This should provide the capability to add Org4 to the existing 3 Org network
The text was updated successfully, but these errors were encountered: