Skip to content
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

Prepare chainspec and client for Polkadot parachain #989

Merged
merged 7 commits into from Mar 13, 2023

Conversation

sea212
Copy link
Member

@sea212 sea212 commented Mar 13, 2023

  • Uses new parachain ids
  • Updated chainspecs
  • Uses production runtime v0.3.8 adjusted to work on Polkadot
  • Uses Polkadot in Zeitgeist XCM integration tests
  • Uses Rococo in Battery Station XCM integration test
  • Adds bad_blocks feature to the client

@sea212 sea212 added the s:review-needed The pull request requires reviews label Mar 13, 2023
@sea212 sea212 self-assigned this Mar 13, 2023
@sea212 sea212 added s:in-progress The pull requests is currently being worked on and removed s:review-needed The pull request requires reviews labels Mar 13, 2023
@sea212 sea212 added s:review-needed The pull request requires reviews and removed s:in-progress The pull requests is currently being worked on labels Mar 13, 2023
@@ -12766,7 +12766,6 @@ dependencies = [
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"hex-literal",
"kusama-runtime",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] name = "kusama-runtime" can still be found in Cargo.lock

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be cleaned up automatically during the next codebase upgrade.

@sea212 sea212 merged commit 9b3a865 into release-v0.3.8-polkadot Mar 13, 2023
@sea212 sea212 deleted the sea212-prepare-polkadot-release branch March 13, 2023 17:55
@sea212 sea212 added s:accepted This pull request is ready for merge and removed s:review-needed The pull request requires reviews labels Mar 21, 2023
sea212 added a commit that referenced this pull request Apr 3, 2023
* Prepare chainspec and client for Polkadot parachain (#989)

* Adjust chainspecs and clients

* Bump runtime version

* Use DOT in Zeitgeist XCM integration tests

* Use Rococo in Battery Station XCM tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s:accepted This pull request is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants