forked from hyperledger/indy-plenum
-
Notifications
You must be signed in to change notification settings - Fork 0
Master #66
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
Merged
Merged
Master #66
Conversation
This file contains hidden or 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
* Make SuspiciousSpike check optional and add threshold level Signed-off-by: Dmitry Surnin <[email protected]> * Extend debug message; add common notifier events flag to config Signed-off-by: Dmitry Surnin <[email protected]> * Set specific flag to true to be able to enable all checks with one flag Signed-off-by: Dmitry Surnin <[email protected]> * Fix dodereview notes: named bool arg Signed-off-by: Dmitry Surnin <[email protected]>
* test sending read only requests to one node Signed-off-by: Victor Muzychenko <[email protected]> * make client send read requests to one node Signed-off-by: Victor Muzychenko <[email protected]> * fix varargs in spylog Signed-off-by: Victor Muzychenko <[email protected]> * do not check is read only twice Signed-off-by: Victor Muzychenko <[email protected]> * swap tests to avoid negative influence Signed-off-by: Victor Muzychenko <[email protected]> * exclude self from spylog Signed-off-by: Victor Muzychenko <[email protected]> * remove some unused methods Signed-off-by: Victor Muzychenko <[email protected]> * refactor getExpected Signed-off-by: Victor Muzychenko <[email protected]> * refactor and rename expectingFor Signed-off-by: Victor Muzychenko <[email protected]> * fix gotExpected Signed-off-by: Victor Muzychenko <[email protected]> * rename stopRetrying Signed-off-by: Victor Muzychenko <[email protected]> * rename gotExpected Signed-off-by: Victor Muzychenko <[email protected]> * refactor retryForExpected and _filterExpected Signed-off-by: Victor Muzychenko <[email protected]> * resend request sent to one node to all if bad reply Signed-off-by: Victor Muzychenko <[email protected]> * add test_client_resends_not_confirmed_request Signed-off-by: Victor Muzychenko <[email protected]> * do not resent to the same node Signed-off-by: Victor Muzychenko <[email protected]> * fix creation of buy key in tests Signed-off-by: Victor Muzychenko <[email protected]> * fix spylog for prcoessRequest Signed-off-by: Victor Muzychenko <[email protected]> * make expecting optional for resendRequest Signed-off-by: Victor Muzychenko <[email protected]> * fix formatting Signed-off-by: Victor Muzychenko <[email protected]> * use nodes_with_bls to disable bls in test Signed-off-by: Victor Muzychenko <[email protected]> * create fake bls from correct chars Signed-off-by: Victor Muzychenko <[email protected]> * fix formatting Signed-off-by: Victor Muzychenko <[email protected]>
* use msgpack for serialization of multi-sig value Signed-off-by: ashcherbakov <[email protected]> * static code validation error Signed-off-by: ashcherbakov <[email protected]>
* fix log message for forwarding request Signed-off-by: Victor Muzychenko <[email protected]> * do not check performance if no new requests Signed-off-by: Victor Muzychenko <[email protected]>
* update readme Signed-off-by: ashcherbakov <[email protected]> * fixed link to maintainers Signed-off-by: ashcherbakov <[email protected]>
* fix log message for forwarding request Signed-off-by: Victor Muzychenko <[email protected]> * do not check performance if no new requests Signed-off-by: Victor Muzychenko <[email protected]> * make _verify_view_change return reason Signed-off-by: Victor Muzychenko <[email protected]> * rename _startSelection Signed-off-by: Victor Muzychenko <[email protected]> * add debug print for received prepare Signed-off-by: Victor Muzychenko <[email protected]> * call caught_up_till_3pc for all replicas Signed-off-by: Victor Muzychenko <[email protected]> * add test_node_catchup_causes_no_desync Signed-off-by: Victor Muzychenko <[email protected]>
* Fix test network deployment Signed-off-by: Dmitry Surnin <[email protected]> * Fix codevalidation - remove blank line Signed-off-by: Dmitry Surnin <[email protected]> * Fix misprint Signed-off-by: Dmitry Surnin <[email protected]>
* introduce can_send_request method; fixed sending of get requests when discovering is not finished yet Signed-off-by: ashcherbakov <[email protected]> * adding tests Signed-off-by: ashcherbakov <[email protected]> * add more tests Signed-off-by: ashcherbakov <[email protected]> * use proper API for checking Mode Signed-off-by: ashcherbakov <[email protected]> * fix tests Signed-off-by: ashcherbakov <[email protected]> * make random requests more random Signed-off-by: ashcherbakov <[email protected]> * fix tests Signed-off-by: ashcherbakov <[email protected]>
Signed-off-by: Lovesh <[email protected]> removing commented code removing commented code
* INDY-925: Client migration for multi-network - Removed client migration actions which had become useless. Signed-off-by: Nikita Spivachuk <[email protected]> * INDY-925: Reworked wallet migration mechanism - Reworked the wallet migration mechanism to be able to process nested wallets. Signed-off-by: Nikita Spivachuk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.