This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fix light client synchronization on master #3301
Merged
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
9062f94
value ranges in consensus cache
svyatonik ce451c3
skip values in cache
svyatonik 2efc6a4
read epoch0 + epoch1 data from genesis in babe
svyatonik d9d75bc
sync authorities + session validators at genesis
svyatonik aa491d0
removed some debug printlns
svyatonik de097ee
fixed cache encoding
svyatonik 4bbebde
Revert "skip values in cache"
svyatonik 2897a83
Revert "value ranges in consensus cache"
svyatonik 2c72a87
get rid of cache::AUTHORITIES in Babe
svyatonik 1c7b2cd
cleaning up
svyatonik cb2851f
cleaning up
svyatonik e5c7bd8
update spec version
svyatonik a838e9b
lost changes
svyatonik 200a638
fixed tests
svyatonik 3c420ff
Merge branch 'master' into fix_flaming_fir_light_sync
svyatonik c4c6788
Update node/runtime/src/lib.rs
svyatonik 04f73d5
Merge branch 'master' into fix_flaming_fir_light_sync
svyatonik f30f0fb
fix once-per-block condition
svyatonik 773982b
fix standalone babe + temp_storage in BuildGenesis
svyatonik c922fad
fix benhes compilation
svyatonik 69fe38a
fixed comment
svyatonik b5e223e
Merge branch 'master' into fix_flaming_fir_light_sync
svyatonik 54fd261
Merge branch 'master' into fix_flaming_fir_light_sync
svyatonik 5991212
re-added light nodes to integration tests
svyatonik d24bb0b
Merge branch 'master' into fix_flaming_fir_light_sync
Demi-Marie 51b79fc
finalize_with_ancestors from extra_requests
svyatonik 651d8ad
Merge branch 'fix_flaming_fir_light_sync' of https://github.com/parit…
svyatonik 8f106ae
post-merge fix
svyatonik b4dd1bd
aaand removed debug code
svyatonik d593290
(another one)
svyatonik a7adc1c
fix warn in logs (do not call ForkTree::finalize twice for the same b…
svyatonik 707b288
sync digest.next_authorities with actual next authorities
svyatonik f1d0e41
more docs
svyatonik 515587c
Merge branch 'master' into fix_flaming_fir_light_sync
svyatonik b328acb
reverting all commits affecting storage
svyatonik 4786ea7
Merge branch 'master' into fix_flaming_fir_light_sync
svyatonik e33fd0f
also remove keys from babe trait
svyatonik e7644e4
fixed warnings
svyatonik f70bbcc
Merge branch 'master' into fix_flaming_fir_light_sync
svyatonik 89447ee
post-merge fixes
svyatonik 320534d
reverted some redundant changes
svyatonik 5bf8db9
reverted more changes
svyatonik 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
sync authorities + session validators at genesis
- Loading branch information
commit d9d75bc8e4696b810685760daef952b315f14c57
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.