fix(gh-5510): set 3.1.5 as bootstraip and install-fabric defaults#5511
Closed
syndbg wants to merge 1 commit into
Closed
fix(gh-5510): set 3.1.5 as bootstraip and install-fabric defaults#5511syndbg wants to merge 1 commit into
syndbg wants to merge 1 commit into
Conversation
eb4017d to
a71aaae
Compare
…faults As mentioned in hyperledger#5510, BFT config in fabric-samples requires Fabric 3.x.x Signed-off-by: Anton Antonov <anton.synd.antonov@gmail.com>
a71aaae to
7e78358
Compare
Contributor
|
We'll make version 3 the default when it becomes LTS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
The installation documentation states that the latest Fabric version is installed by default, but
install-fabric.shandbootstrap.shdefault to v2.5.16.This can pair v2.5 binaries and images with
fabric-samplesmain, whose optional BFT configuration requires Fabric v3.0 or later.configtxgenthen rejects theSmartBFTandConsenterMappingconfiguration keys.When running the BFT test-network scenario:
./network.sh createChannel -bftconfigtxgenfails with:This PR updates the installer defaults, generated help output, and documentation to the latest Fabric release, v3.1.5.
Additional details
Tested via:
scripts/install-fabric.shscripts/bootstrap.sh./scripts/install-fabric.sh -hthat it correctly shows the default too.Related issues
Fixes #5510