-
Notifications
You must be signed in to change notification settings - Fork 19
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
Upgrade to Polkadot Release v1.0.0 #1639
Labels
Comments
Merged
wilwade
added a commit
that referenced
this issue
Aug 17, 2023
# Goal The goal of this PR is to enable Warp sync for Frequency Closes #1585 # Discussion - There are some additional updates possible to `node/service/src/service.rs` that are possible once #1639 is complete - Mostly this swaps out for the standard setup from cumulus # Testing 1. `make build-mainnet-release` 2. `./target/release/frequency --tmp --sync warp -- --tmp --sync warp` 3. Look for `[Parachain] ⏩ Waiting for pending target block` 4. Wait until `[Parachain] ⏩ Block history` 5. Finally `[Parachain] ✨ Imported` (aka warp complete)
3 tasks
3 tasks
mattheworris
added a commit
that referenced
this issue
Oct 20, 2023
# Goal The goal of this PR is to upgrade to Polkadot v1.0.0 Notable changes: - The docker images for the local relay network have been updated to v1.1.0 to accurately reflect the last working version of Rococo-testnet. - ci-base-image has been updated to install the stable and nightly toolchains. References - [Polkadot Forum Release Notes](https://forum.polkadot.network/t/polkadot-release-analysis-v1-0-0/3585) - [V1.0.0 Release Tag](https://github.com/paritytech/polkadot/releases/tag/v1.0.0) - [Polkadot-v0.9.43 vs Polkadot-v1.0.0 difference](paritytech/substrate@polkadot-v0.9.43...polkadot-v1.0.0#diff-e5be9978262555d1f400caa5ae803ffc96be0ba25fd4ed8bd917c12529474c44R105) Closes #1639 Closes #1605 # Checklist - [x] Chain spec updated - [x] Design doc(s) updated - [x] Weights updated
shannonwells
pushed a commit
that referenced
this issue
Apr 16, 2024
# Goal The goal of this PR is to enable Warp sync for Frequency Closes #1585 # Discussion - There are some additional updates possible to `node/service/src/service.rs` that are possible once #1639 is complete - Mostly this swaps out for the standard setup from cumulus # Testing 1. `make build-mainnet-release` 2. `./target/release/frequency --tmp --sync warp -- --tmp --sync warp` 3. Look for `[Parachain] ⏩ Waiting for pending target block` 4. Wait until `[Parachain] ⏩ Block history` 5. Finally `[Parachain] ✨ Imported` (aka warp complete)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Parity team has published new version of Polkadot:
v1.0.0
See https://github.com/paritytech/polkadot/releases/tag/v1.0.0
Release Analysis: https://forum.polkadot.network/t/polkadot-release-analysis-v1-0-0/3585
Callouts
sp-core = { version = "21.0.0" }
OnSetCode
: https://forum.polkadot.network/t/polkadot-release-analysis-v1-0-0/3585#adds-ability-to-prepareinitialize-before-running-set_code-benchmark-22Upgrade Priority
See Polkadot Release Page
Host Functions
See Polkadot Release Page
Database Migrations
See Polkadot Release Page
Runtime Migrations
See Polkadot Release Page
The text was updated successfully, but these errors were encountered: