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

Upgrade to Polkadot Release v1.0.0 #1639

Closed
github-actions bot opened this issue Jul 20, 2023 · 0 comments · Fixed by #1700
Closed

Upgrade to Polkadot Release v1.0.0 #1639

github-actions bot opened this issue Jul 20, 2023 · 0 comments · Fixed by #1700
Assignees
Labels
change/major Major Changes in this PR tech-debt

Comments

@github-actions
Copy link

github-actions bot commented Jul 20, 2023

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

Upgrade Priority

See Polkadot Release Page

Host Functions

See Polkadot Release Page

Database Migrations

See Polkadot Release Page

Runtime Migrations

See Polkadot Release Page

@github-actions github-actions bot added the change/major Major Changes in this PR label Jul 20, 2023
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)
@p5150j p5150j assigned enddynayn and mattheworris and unassigned aramikm Oct 2, 2023
@mattheworris mattheworris linked a pull request Oct 5, 2023 that will close this issue
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
Labels
change/major Major Changes in this PR tech-debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants