-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FABN-1210 NodeSDK Chaincode events as array
Allow all the chaincode events found in a block to be sent at one time rather than sent one at a time. This will be controlled by a new setting on the chaincode listener registration, "as_array", the default will be to send as before, one at a time. Change-Id: I1dd244eea8743b0394f0feee77068cc1582763bd Signed-off-by: Bret Harrison <[email protected]>
- Loading branch information
Showing
8 changed files
with
365 additions
and
266 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
Oops, something went wrong.