Skip to content
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

Add --force flag to upgrade. Fix deploy fabric command. #300

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

nguyer
Copy link
Contributor

@nguyer nguyer commented Mar 28, 2024

This PR adds a --force flag to the upgrade command to allow upgrades between unsupported versions. This is useful to me in migration testing when I know how to "hack" around the reasons that the upgrade may have been unsupported.

This PR also fixes a few issues with deploying custom chaincode to Fabric networks.

Resolves #297

Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Copy link
Contributor

@peterbroadhurst peterbroadhurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@peterbroadhurst peterbroadhurst merged commit 86b7832 into hyperledger:main Apr 9, 2024
11 checks passed
@peterbroadhurst peterbroadhurst deleted the fabric-fixes branch April 9, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: failed to find installed chaincode
2 participants