forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 94
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
[r2r] Multi lightwalletd servers integration #1472
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
9980b71
WIP changes in get_block_height
laruh d61bcc4
WIP scan_blocks
laruh 4780103
WIP scan_blocks
laruh 9316726
Merge remote-tracking branch 'origin/dev' into multi_lightwalletd_ser…
laruh 1783d6a
WIP scan_blocks
laruh 4d73c25
WIP impl ZRpcOps works for vector of clients
laruh 8acbc5a
WIP channel build in lightwalletd_urls iteration
laruh f0c7184
WIP format errors changed
laruh ff29d98
WIP uncover the uri err in lightwalletd_urls
laruh df35d7b
refactor the code
laruh 405d183
refactor the code
laruh f973841
Merge remote-tracking branch 'origin/dev' into multi_lightwalletd_ser…
laruh 0401372
WIP err.into_inner(), tonic::Status removed
laruh 7eb17d9
save Vec<tonic::Status> for get_block_height
laruh 61cfd36
wip
laruh bbed233
add note
laruh b27fa8d
display, early return, GrpcMultiError, remove for_tonic, straight push
laruh 2dc298f
use send multi request fn in check_tx_existence
laruh 5bbff81
UrlIterError added
laruh 0640679
added note for refactoring
laruh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
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.
Refer to #1480, this flow isn't good solution for handling multiple http connections. In scenario where we have 4-5 urls and first 3 always times out, the process will be unacceptably long.. There are similar implementation exists which will to be refactored as well.
Could you please add TODO note top of the this function including the issue url? We can refactor all of them in different PR.
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.
good note!
done