-
Notifications
You must be signed in to change notification settings - Fork 116
Chainspec import members forum versioned store #1190
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
shamil-gadelshin
merged 26 commits into
Joystream:iznik
from
mnaamani:chainspec-import-members-forum-versioned-store
Sep 3, 2020
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
9628c88
import genesis members
mnaamani d67bcb3
import members: handle Moment
mnaamani dd0f310
import members: validate at genesis
mnaamani b33b3da
node chainspec update forum import code
mnaamani 7b28e26
Merge branch 'iznik' into chainspec-import-members-forum-versioned-store
mnaamani 0ef00e2
import members: cleanup
mnaamani dafee37
fix import of forum
mnaamani ca98879
refactoring
mnaamani 897bea9
chainspec-builder: optional arg to specify initial members
mnaamani 3abd0e0
chainspec-builder: take initial-forum-path arg
mnaamani ea47357
node: refactor chain_spec
mnaamani 2e3a7d3
import versioned-store
mnaamani 44533c2
generate versioned_store_permissions config
mnaamani 1a2f87b
data directory: configured at genesis
mnaamani 20ae0f4
refactor forum_config
mnaamani a70697d
fix some clippy warnings
mnaamani 40321c9
chainspec: prepare to import channels
mnaamani 25dcf14
finish importing channels
mnaamani e979fb6
fix channel id deserialization
mnaamani b62f2cb
node chainspec: allow non contiguous entity ids in entities map
mnaamani 6e3ebf6
node: re-org Cargo.toml
mnaamani a498fef
runtime-modules: Cargo.toml tweak
mnaamani 9d3d637
additional Cargo.toml tweaks
mnaamani 2957b71
runtime: members module remove redundant ensure_unique_handle calls
mnaamani 3a01b78
node: doc public methods
mnaamani 14abbc4
membership module: update docs for methods on GenesisConfigBuilder
mnaamani 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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.
Do you mind moving these dependencies to the 'third-party' category?
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.
done in 6e3ebf6