You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: manish <manish.sethi@gmail.com>
0 commit comments