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

Support Fabric v3 #430

Open
dzikowski opened this issue Jan 10, 2024 · 0 comments
Open

Support Fabric v3 #430

dzikowski opened this issue Jan 10, 2024 · 0 comments

Comments

@dzikowski
Copy link
Contributor

dzikowski commented Jan 10, 2024

The preview release is available: https://github.com/hyperledger/fabric/releases/tag/v3.0.0-preview

Starting from v3 it requires the following capabilities:

interface CapabilitiesV_3 {
  application: "V2_5";
  channel: "V3_0";
  orderer: "V2_0";
  isV2: true;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant