forked from hyperledger-iroha/iroha-dco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unsubscribe in the dtor of ordering gate Signed-off-by: Fedor Muratov <[email protected]> Fix gcc related stuff in ordering_gate_impl Add test for ordering gate with queue semantic. Signed-off-by: Fedor Muratov <[email protected]> Fix test for ordering service with respect to queue in ordering gate; A little bit fix of documentation in orderings_gate_service_test; Signed-off-by: Fedor Muratov <[email protected]> * Clang format application * Add comment for pcs purposes Signed-off-by: Fedor Muratov <[email protected]> * Fix PCS const behaviour * Fix review issues: - typos - weak ptr - todo for behaviour Signed-off-by: Fedor Muratov <[email protected]> Fix more review issues: - typos with pcs - race condition for queue Signed-off-by: Fedor Muratov <[email protected]> Fix order of fetching from queue and atomic exchange. Signed-off-by: Fedor Muratov <[email protected]> Fix order of initialization in the service test Rework ordering gate with empty queue checking. Signed-off-by: Fedor Muratov <[email protected]> Remove return value from setPcs Signed-off-by: Fedor Muratov <[email protected]> Fix merge issues: * add missed set pcs * rework test with shared_model Signed-off-by: Fedor Muratov <[email protected]>
- Loading branch information
Showing
11 changed files
with
184 additions
and
21 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
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.