-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FABN-1612 cherrypick from master to release-2.2 (#305)
* FABN-1608 remove error message from discovery (#289) When a group has insufficient members after filtering based on user's requirements (specific mspids, specific peers, ledger height) an error message was posted. This will be changed to a debug message as this is not an error, but an expected result of the filtering. Signed-off-by: Bret Harrison <beharrison@nc.rr.com> * FABN-1607 Allow future startBlocks on EventService (#286) Allow the setting of startBlocks when setting up an EventService that have not happened and may not happen for sometime. We must keep the stream setup timer to be able to monitor for errors from the Peer event service, however we will check if the timer pops if we are waiting for a defined start block. In this case we will assume that the stream is all good and resolve the start service for the user call. Signed-off-by: Bret Harrison <beharrison@nc.rr.com> * FABN-1560 add disconnected peer to channel (#288) Allow for all service endpoints to be disconnected when added to a channel. When a service endpoint (peer, events, orderer, discovery) is added to a channel, it may not be active or it may go down between usages. The service connection will be checked and reset when an outbound request is made. Signed-off-by: Bret Harrison <beharrison@nc.rr.com> * FABN-1601 discovery required organizations (#291) When a discovery user knows the organizations that are needed to endorse a proposal, they may use the 'requiredOrgs' setting to have the DiscoveryHandler send it to peer that have been discovered for the required organizations. Signed-off-by: Bret Harrison <beharrison@nc.rr.com> * FABN-1596 add noPrivateReads (#293) Allow users to set the "noPrivateReads" when setting up a discovery hint that will be used as the interest when the discovery service builds an endorsement plan. Signed-off-by: Bret Harrison <beharrison@nc.rr.com> * FABN-1611 Blockdecoder needs kv_reads array (#297) The RangeQueryInfo raw_reads attribute is a QueryRead message object which has an array of KVRead objects and is not an array itself. Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
- Loading branch information
Showing
24 changed files
with
570 additions
and
130 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
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
Oops, something went wrong.