This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 378
Companion for substrate#9732 #678
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
ea2bd33
state-update4 branch
cheme f24327c
new ref
cheme 632555f
Merge branch 'master' into state-update4
cheme ddc1bb5
Update to latest.
cheme 8b80694
update deps
cheme 3c8fda6
switch to host state version
cheme 1178e23
Merge branch 'master' into state-update4-host2, and update deps
cheme dc198de
update
cheme e17b8f2
fmt
cheme 36fdd7b
up
cheme 4d4a725
remove trie patch
cheme bc1b944
remove patch
cheme b5212ed
Merge branch 'master' into state-update4-host2
cheme 16ba8bc
Merge branch 'state-update4-host2' into state-update4-host2-nopatch
cheme eb70526
Merge branch 'master' into state-update4-host2
cheme bed4004
Merge branch 'state-update4-host2' into state-update4-host2-nopatch
cheme 1085ddc
Merge branch 'master' into state-update4-host2
cheme 6025981
Merge branch 'state-update4-host2' into state-update4-host2-nopatch
cheme 0a21f84
Merge branch 'master' into state-update4-host2
cheme 555779d
Merge branch 'state-update4-host2' into state-update4-host2-nopatch
cheme 972181d
Merge branch 'master' into state-update4-host2
cheme f17c1ad
Merge branch 'master' into state-update4-host2
cheme bea9c63
Merge branch 'state-update4-host2' into state-update4-host2-nopatch
cheme 8421179
Merge branch 'master' into state-update4-host2
cheme f640329
fmt
cheme cec7b16
Merge branch 'state-update4-host2' into state-update4-host2-nopatch
cheme 2b733aa
update
cheme f9084c5
Merge branch 'state-update4-host2' into state-update4-host2-nopatch
cheme 19df925
set state_versions in runtimes
cheme 9f5f5fe
Merge branch 'state-update4-host2' into state-update4-host2-nopatch
cheme be49317
state version from storage
cheme c4740a4
state version from storage
cheme f105b7c
seedling compat
cheme 4665c0c
Merge branch 'state-update4-host2' into state-update4-host2-nopatch
cheme 799edb2
restore lock
cheme 1d24b6d
Merge branch 'master' into state-update4-host2-nopatch
cheme 05e0861
update lockfile for substrate
7869bae
update lockfile for polkadot
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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.
Can we not fetch the runtime version from the code in the genesis state? As we do this in Substrate?
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.
That was my first idea, but current code need an executor (for compatibility I think), so ends up being really easier to use this way.
You think it is a must have, or can we keep it this way (seems only use from commands at this point)?
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.
Hmm, this is not really future proof.