-
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.
Couchdb indexes during bootstrap from a sanpshot for legacy chaincodes
This commit creates the couchdb indexes for legacy chaincodes when creating a channel from a snapshot. This is performed for the legacy chaincodes that are defined (and not yet overridden by the new chaincode lifecycle), as per the snaphot files for statedb data and are installed on the peer. Signed-off-by: manish <manish.sethi@gmail.com>
- Loading branch information
1 parent
5455e2f
commit 9ab2d38
Showing
4 changed files
with
254 additions
and
41 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