Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Polkadot v0.9.36 Release checklist #6443

Closed
12 of 14 tasks
github-actions bot opened this issue Dec 15, 2022 · 6 comments
Closed
12 of 14 tasks

Polkadot v0.9.36 Release checklist #6443

github-actions bot opened this issue Dec 15, 2022 · 6 comments
Assignees

Comments

@github-actions
Copy link

github-actions bot commented Dec 15, 2022

Release Checklist

This is the release checklist for Polkadot v0.9.36. All following
checks should be completed before publishing a new release of the
Polkadot/Kusama/Westend/Rococo runtime or client. The current release candidate can be
checked out with git checkout release-v0.9.36

Runtime Releases

These checks should be performed on the codebase prior to forking to a release-
candidate branch.

  • Verify spec_version has been incremented since the
    last release for any native runtimes from any existing use on public
    (non-private) networks. If the runtime was published (release or pre-release), either
    the spec_version or impl must be bumped.
  • Verify previously completed migrations are
    removed for any public (non-private/test) networks.
  • Verify pallet and extrinsic ordering has stayed
    the same. Bump transaction_version if not.
  • Verify new extrinsics have been correctly whitelisted/blacklisted for
    proxy filters.
  • Verify benchmarks have been updated for any modified
    runtime logic.

The following checks can be performed after we have forked off to the release-
candidate branch or started an additional release candidate branch (rc-2, rc-3, etc)

  • Verify new migrations complete successfully, and the
    runtime state is correctly updated for any public (non-private/test)
    networks.
  • Verify Polkadot JS API are up to date with the latest
    runtime changes.
  • Check with the Signer's team to make sure metadata update QR are lined up
  • Push runtime upgrade to Westend and verify network stability.

All Releases

@coderobe coderobe self-assigned this Dec 15, 2022
@coderobe
Copy link
Contributor

extrinsics api check -> https://github.com/paritytech/polkadot/actions/runs/3705339747
forgot to sync the txver with the last release so its a mismatch in the output there, but this has since been fixed in the release branch

@coderobe
Copy link
Contributor

@coderobe
Copy link
Contributor

weights #6450

@coderobe
Copy link
Contributor

westend upgrade https://github.com/paritytech/devops/issues/2199

@coderobe
Copy link
Contributor

coderobe commented Dec 19, 2022

cargo-deb exploded on the cargo workspace changes so i've published a deb that i've carefully smushed together manually this time, tested & confirmed to be working, need to look into cargo-deb properly soon

we're seeing the same issue as kornelski/cargo-deb#55

@EgorPopelyaev
Copy link
Contributor

Release is done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants