-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: sc client drives rt upgrade activation & config migration fix #4109
Merged
dandanlen
merged 16 commits into
release/0.10
from
feat/use-subxt-for-cfe-version-update
Oct 18, 2023
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
bbfc6b0
feat: use subxt to submit cfe version
dandanlen b057d5d
fix: use PolkadotConfig
dandanlen b134c79
fix: add delay
dandanlen 0c4e911
Revert "fix: add delay"
AlastairHolmes c49c72c
add at option to cf_current_compatibility_version rpc
AlastairHolmes 113b55b
rename rpc
AlastairHolmes 6b66efb
WIP
AlastairHolmes aaf44c7
fix main
AlastairHolmes 22cd5e0
cleanup
AlastairHolmes 42ab117
fix: backwards compatible client
dandanlen 9627c38
fix: start health checker and metrics server after scc
dandanlen 5df4668
fix: release version storage item
dandanlen fa7d89e
wip
AlastairHolmes cbe21be
fix: add delay
dandanlen 9f83f25
fix: re-add 0.10 settings migrations
kylezs 63274d2
fix: settings migration
dandanlen 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
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.
what is this?
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.
It allows us to import sp_core through subxt, which ensures that we can use subxt's
Pair
to sign the extrinsic. (Our own sp_core is not at the same version...)