Skip to content
Snippets Groups Projects
Commit 3d3b4a77 authored by manish's avatar manish Committed by Gari Singh
Browse files

Ledger-lscc: Interface for decoupling ledger and lscc


This CR
- Introduces an interface 'DeployedChaincodeInfoProvider'
for decoupling the ledger code from chaincode lifecycle code

- Declares ledger's dependency on this interface explicitly.
The intent is that ledger code will use this dependency for
listening to chaincode lifecycle events and for querying
the information about the deployed chaicodes

- Introduces a convenient function in legder that other modules
can use directly to get information about the chaincodes

FAB-11562 #done

Change-Id: I3eb0e798f00ceb18203128fd9da93822fc2bca2b
Signed-off-by: default avatarmanish <manish.sethi@gmail.com>
parent 080f1aff
Branches
Tags
No related merge requests found
Showing
with 614 additions and 204 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment