-
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.
[FAB-421] Add multi-chain support to rawledger
The original rawledger interface only supports a single chain. However, to support multiple chains, this interface must be extended to support multiple chains. This changeset creates a Factory interface for the rawledger which supports the method GetOrCreate which will get the ledger if it already exists, or create a new one if not. In order to preserve some backwards compatability, and to support the notion of multi-chain more generally in the future with an ordering system chain, the factories accept a genesis block to seed the ordering system chain with. Change-Id: I99844ff1b9a11f383d08c23f60d95f848632876e Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Nov 22, 2016
1 parent
a2b9b2e
commit 6b58537
Showing
12 changed files
with
269 additions
and
58 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
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
Oops, something went wrong.