-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://jira.hyperledger.org/browse/FAB-2676 This CR introduces a new function in the ledgermgmt package `CreateWithGenesisBlock(genesisBlock *common.Block)` which allows the ledger creation and committing of genesis block atomically. This can be used for peer joining a channel with the genesis block with the config tx. Change-Id: I8f90a2b623aabca27c35448bc6eb6bc13e2dbd90 Signed-off-by: manish <manish.sethi@gmail.com>
- Loading branch information
1 parent
51b7e85
commit 4e0f96b
Showing
4 changed files
with
223 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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