-
Notifications
You must be signed in to change notification settings - Fork 78
[ETCM-313] and [ETCM-316]: Header skeleton using new branch resolver #892
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
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
4c7150e
create actor FastSyncBranchResolver
biandratti 9533d94
ETCM-313 Download skeleton and then batch headers in parallel
enriquerodbe 01dd4b2
Implement HeaderSkeleton class
enriquerodbe 59039eb
Validate if skeleton header matches downloaded batch
enriquerodbe 74d8c99
Improve validations
enriquerodbe e3c4b39
Handle wrong skeleton from master peer
enriquerodbe 2a5f54f
Fix incorrect example
enriquerodbe 195efd9
Validate PoW of skeleton headers
enriquerodbe 640cc9b
Fix bugs found with tests
enriquerodbe 150bfd6
Add call to the branch resolver
enriquerodbe 56acc7e
Add missing config entries
robinraju 8fd1a4b
Fix unit tests
robinraju c46ab2b
Apply scalafmt
robinraju fbbf4c9
Cleanup tests
robinraju a4110e9
Fastsync: stick with the same master peer while requesting skeleton h…
robinraju 9ee535e
[ETCM-313] Integrate branch resolver actor with fast sync
robinraju 42c3609
[ETCM-313] Fix integration tests, format error messages
robinraju e2ae8bf
create actor FastSyncBranchResolver
biandratti e59e0a0
create actor FastSyncBranchResolver
biandratti 4d2bd58
Merge branch 'ETCM-311-fast_sync_improvements' of github.com:input-ou…
6d918a9
Merge ETCM-311 into branch
141ec18
[ETCM-316] Fast-sync branch resolver (#887)
biandratti 7108438
Merge branch 'develop' into ETCM-313-skeleton
ten15bit e96572d
[ETCM-313] Reworked header skeleton (still needs refactoring)
d1dc7e5
[ETCM-313] Remove empty method
319832e
Merge develop into branch
cd43b26
Fix SyncController tests, add more logging
bc95500
Remove logging that broke integration tests (timeout)
fb91d63
[ETCM-313] More refactorings
6983153
[ETCM-313] Fix integration tests
6a2bd69
[ETCM-313] Re-request header skeleton in case of errors
92385c0
[ETCM-313] Remove skeleton handler name
49f6e0c
Merge develop into branch
ee41808
[ETCM-313] Small fixes and better logs
d613a3f
[ETCM-313] Update the default number of requested block headers to no…
84f2c47
[ETCM-313] Adapt branchresolver recent blocks request.
robinraju 20855b4
Merge branch 'develop' into ETCM-313-skeleton
ten15bit 1495388
Merge branch 'develop' into ETCM-313-skeleton
ten15bit 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 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
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
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
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
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
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
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
Oops, something went wrong.
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.
Just calling out the removal of this line, and the same at old line# 103 below, in case this was done in error.