This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 296
Conversation
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
Signed-off-by: Andrei Lebedev <[email protected]>
Signed-off-by: Andrei Lebedev <[email protected]>
Signed-off-by: Andrei Lebedev <[email protected]>
* Communication manager * Add peers to ctor * Fix ctor deadlock * Add missing link libraries Signed-off-by: Andrei Lebedev <[email protected]>
Signed-off-by: Andrei Lebedev <[email protected]>
Signed-off-by: Andrei Lebedev <[email protected]>
Signed-off-by: Andrei Lebedev <[email protected]>
Signed-off-by: Andrei Lebedev <[email protected]>
Signed-off-by: Andrei Lebedev <[email protected]>
muratovv
approved these changes
Sep 3, 2018
kamilsa
reviewed
Sep 3, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider fixing small issues before merge
bool verify(RejectMessage msg) override; | ||
|
||
bool verify(VoteMessage msg) override; | ||
bool verify(std::vector<VoteMessage> msg) override; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not const ref?
@@ -18,6 +18,7 @@ | |||
#ifndef IROHA_NETWORK_IMPL_HPP | |||
#define IROHA_NETWORK_IMPL_HPP | |||
|
|||
#include <consensus/yac/messages.hpp> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use ""
kamilsa
approved these changes
Sep 3, 2018
Signed-off-by: Andrei Lebedev <[email protected]>
Signed-off-by: Andrei Lebedev <[email protected]>
SonarQube analysis reported 8 issues
|
nickaleks
pushed a commit
that referenced
this pull request
Sep 10, 2018
* BFT OS trunk * On demand OS transport (#1635) * On demand OS connection manager (#1645) * On-demand ordering gate and related fixes (#1675) Signed-off-by: Andrei Lebedev <[email protected]>
bakhtin
pushed a commit
that referenced
this pull request
Nov 2, 2018
* BFT OS trunk * On demand OS transport (#1635) * On demand OS connection manager (#1645) * On-demand ordering gate and related fixes (#1675) Signed-off-by: Andrei Lebedev <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the Change
Includes the following changes:
Benefits
One step towards CFT and BFT
Possible Drawbacks
None