Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INDY-1945: Move logic into ConsProofService #1114

Merged
merged 11 commits into from
Mar 6, 2019

Conversation

ashcherbakov
Copy link
Contributor

Signed-off-by: ashcherbakov alexander.sherbakov@dsr-corporation.com

ashcherbakov and others added 11 commits March 1, 2019 21:01
Signed-off-by: ashcherbakov <alexander.sherbakov@dsr-corporation.com>
Signed-off-by: ashcherbakov <alexander.sherbakov@dsr-corporation.com>
…nto 1945-cons-proofs

Signed-off-by: ashcherbakov <alexander.sherbakov@dsr-corporation.com>

# Conflicts:
#	plenum/server/catchup/catchup_rep_gatherer.py
Signed-off-by: ashcherbakov <alexander.sherbakov@dsr-corporation.com>
Signed-off-by: ashcherbakov <alexander.sherbakov@dsr-corporation.com>
Signed-off-by: ashcherbakov <alexander.sherbakov@dsr-corporation.com>
Signed-off-by: Sergey Khoroshavin <sergey.khoroshavin@dsr-corporation.com>
INDY-1945: Small fixes in ConsProofService
Signed-off-by: ashcherbakov <alexander.sherbakov@dsr-corporation.com>
@@ -86,8 +89,8 @@ def send_to(self, msg: Any, to: str, message_splitter: Optional[Callable] = None
else:
self._node.transmitToClient(msg, to)

def send_to_nodes(self, msg: Any):
self._node.sendToNodes(msg)
def send_to_nodes(self, msg: Any, nodes: Iterable[str] = None):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def send_to_nodes(self, msg: Any, nodes: Iterable[str] = None):
def send_to_nodes(self, msg: Any, nodes: Optional[Iterable[str]] = None):

@ashcherbakov ashcherbakov merged commit b25deee into hyperledger:master Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants