Skip to content

Commit

Permalink
FAB-16995 Note removal of provisional bootstrap
Browse files Browse the repository at this point in the history
This CR updates the release notes to note the removal of the legacy
orderer provisional bootstrapping method.

Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
Change-Id: I418b2902f8d47d79a86c77c40ed9b9943c1a7326
  • Loading branch information
Jason Yellick committed Nov 8, 2019
1 parent 930e53d commit 5ebf39e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release_notes/v2.0.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ height (block height and transaction height within block).
This will allow applications to iterate through the top results
to understand recent changes to a key.

FAB-16722 - The 'provisional' genesis method of generating the system channel
for orderers has been removed. Existing users of the provisional genesis method
should instead set GenesisMethod to 'file', and generate a genesis block file
using configtxgen. Orderer nodes will then use the generated file for the
orderer system channel.

Known Vulnerabilities
---------------------
FAB-8664 - Peer should detect and react when its org has been removed
Expand Down

0 comments on commit 5ebf39e

Please sign in to comment.