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
Add a LightSyncState field to the chain spec
#6894
Merged
Merged
Changes from 8 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
488d0a9
Reset code, almost ready for PR
expenses ddc7e3e
Merge remote-tracking branch 'origin/master' into ashley-chain-spec
expenses 15dcb28
Improved build_hardcoded_spec
expenses ecb2f56
Fix line widths
expenses 837c5f7
Fix tests
expenses 42d88d5
Fix sc-service-test
expenses 4288dc4
Suggestions from code review
expenses 44ff9f9
Rename to LightSyncState
expenses a6b5491
It's not syncing :^(
expenses c67d005
t Merge remote-tracking branch 'origin/master' into ashley-chain-spec…
expenses 346b711
It syncs!
expenses 6447b85
Remove rpc call
expenses 1adad2e
Convert spaces to tabs
expenses 9372667
Moved sc-service things to export_sync_state.rs
expenses db2da96
Fix tests
expenses b530147
Wait for syncing with network_status_sinks
expenses 004a8a4
Remove sc-network from node-template
expenses ea62d80
Apply suggestions from code review
expenses 9b558eb
Various changes, split the flag up into 2 pieces to make testing easier.
expenses fd1d2b1
Update client/cli/src/commands/build_spec_cmd.rs
expenses 57cbb15
Merge remote-tracking branch 'origin/master' into ashley-chain-spec
expenses fa51717
Revert a lot of changes
expenses 285c5af
Merge remote-tracking branch 'origin/master' into ashley-chain-spec
expenses 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
I believe that
StorageDatais the best way to serialize these, but there could be a better alternative.