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
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
0 commit comments