-
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.
The chaincode support code in the peer sends a READY message to the chaincode after receiving notification of registration. The code path can be shortened (basically avoid a channel notification followed by call to send READY) where the READY is sent immediately following receipt of register from chaincode. This code and codepath reduction further simplifies the chaincode cleanup. This was tested with . UT . ccchecker . go CC devmode . java Chaincode Change-Id: I7cfb85d4c05e9073bb628d74c84013ce29ad77bc Signed-off-by: Srinivasan Muralidharan <[email protected]>
- Loading branch information
1 parent
e54cb8a
commit d6b80f2
Showing
3 changed files
with
57 additions
and
168 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
Oops, something went wrong.