-
Notifications
You must be signed in to change notification settings - Fork 759
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
client: integrate snapsync on experimental basis #3031
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
1c93efb
client: integrate snapsync on experimental basis
g11tech badf674
move naive snapprogess tracker to synchronizer
g11tech 51d7852
code cleanup and refactor
g11tech dd83ecb
update the fetching strategy and small progress flags refac
g11tech 951a66e
add missing commit
g11tech e12175a
track cl syncsyncronization for snapsync start
g11tech b69efa9
handle the sync failure and non completion scenarios
g11tech ced2b46
add rudimentary snap progress to el status logs
g11tech c89d9d2
debug and fix the snapfetcher premature exits and add accountranges %…
g11tech 773b197
fix vmstep back
g11tech b582cc9
track and log storage and byetcode progress
g11tech 943985b
pretty print stateroot
g11tech 6c4cda9
Terminate storagefetcher after all storage and fragmented requests ha…
scorbajio cdeb6b0
further fixes and improvements
g11tech f9edf49
add early detection for snapsync state mismatch
g11tech 5947508
storage and codefetcher fixes
g11tech e596dd3
lint
g11tech 0447f14
fix statemanager test
g11tech 30b85ce
refactor finalized and safe block checks for availability and canonic…
g11tech 1c69a9a
fix skeleton spec
g11tech f0faee3
fix snap fetcher spec tests
g11tech a0f39ea
simplify fetcher's fetchPromise assignment
g11tech bdc56d4
fix cli spec
g11tech 7607e48
fix fullsync spec
g11tech 6d9e547
improve the snapsync fetch flow
g11tech e651bc7
small fix
g11tech 45e1d8a
fix refac slip
g11tech 688e453
further code improvs
g11tech d676230
fix valid log info
g11tech e2eefdd
cleanup
g11tech 67ee6ac
increase coevragee
g11tech a413212
sim cleanup
g11tech 1c791b4
add spec for formatBigDecimal
g11tech b6cc74b
Merge branch 'master' into integrate-snapsync
jochem-brouwer b4de435
keep unfinalized non canonical blocks around to handle some reorgs wi…
g11tech 9454a97
store annoucements in unfinalized
g11tech 9c0506f
improvements for the backfill from skeleton unfinalized blocks
g11tech b09794f
handle simple head reorg
g11tech ea4076d
Merge branch 'master' into integrate-snapsync
holgerd77 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
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.
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.
Ah, HERE this was hidden!
(I wondered why this never made it to
master
weeks after we had discussed 😂)