-
Notifications
You must be signed in to change notification settings - Fork 41
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
Move BS to Rococo and Zeitgeist to Polkadot #992
Conversation
* Adjust chainspecs and clients * More adjustment in client,chainspec and runtime * Bump runtime version and remove migrations * Use DOT in Zeitgeist XCM integration tests * Use Rococo in Battery Station XCM tests * Bump battery station spec_version * Update lib.rs
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #992 +/- ##
==========================================
+ Coverage 94.39% 94.41% +0.01%
==========================================
Files 93 93
Lines 21060 21056 -4
==========================================
Hits 19880 19880
+ Misses 1180 1176 -4
Flags with carried forward coverage won't be shown. Click here to find out more. see 5 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #992 +/- ##
==========================================
+ Coverage 94.39% 94.41% +0.01%
==========================================
Files 93 93
Lines 21060 21056 -4
==========================================
Hits 19880 19880
+ Misses 1180 1176 -4
Flags with carried forward coverage won't be shown. Click here to find out more. see 5 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This PR just merges the new Polkadot configuration from the branch |
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.
Looks okay.
runtime/battery-station/Cargo.toml
Outdated
@@ -148,7 +148,7 @@ parachain = [ | |||
|
|||
# XCM | |||
|
|||
"kusama-runtime", | |||
"rococo-runtime", |
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.
These seem to be ordered lexicographically, but "rococo-runtime"
is not sorted in correctly.
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.
Adjust chainspecs and clients
Bump runtime version and remove migrations
Use DOT in Zeitgeist XCM integration tests
Use Rococo in Battery Station XCM tests