Skip to content

Commit

Permalink
[CHORE] Upgrade version to v0.9.32 (#751)
Browse files Browse the repository at this point in the history
# Goal
The goal of this PR is <!-- insert goal here -->

Closes #705 
Closes #402 
Closes #519 
Closes #866
Closes #865

Notes:

[PR for Substrate upgrade to
0.9.32](https://github.com/substrate-developer-hub/substrate-parachain-template/pull/138)
[Release Notes
.31](https://github.com/paritytech/polkadot/releases/tag/v0.9.31)
[Release Notes
.32](https://github.com/paritytech/polkadot/releases/tag/v0.9.32)

# Changes from 0.9.30 via 0.9.31 to 0.9.32

- Bump dependency version to 0.9.32
- Weight V2 : introduction of max proof size for weights, for now I am
using what cumulus uses and suggested on substrate stack exchange
...[more](https://substrate.stackexchange.com/questions/5557/construct-runtime-integrity-test-failing).
- Runtime builds now run a runtime integrity checks 
- Major Democracy Pallet upgrades and changes

# Checklist
- [x] Design doc(s) updated
- [x] Weights updated
- [x] Run benchmarks

Co-authored-by: Dmitri <4452412+demisx@users.noreply.github.com>
Co-authored-by: Jenkins <jenkins@frequency.xyz>
Co-authored-by: Wil Wade <wil.wade@unfinished.com>
  • Loading branch information
4 people authored and abadaa committed Jan 13, 2023
1 parent 403139f commit 19dbee3
Show file tree
Hide file tree
Showing 38 changed files with 2,002 additions and 2,648 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/verify-pr-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
# with:
# path: ${{env.BIN_DIR}}/${{env.FINAL_BIN_FILENAME}}
# key: ${{runner.os}}-${{env.NETWORK}}-${{github.head_ref}}
- name: Install Required Packages
run: |
sudo apt-get update
sudo apt install -y protobuf-compiler
- name: Install Rust Toolchain
if: steps.cache-binary.outputs.cache-hit != 'true'
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
Expand Down Expand Up @@ -270,6 +274,10 @@ jobs:
echo "HOME=/root" >> $GITHUB_ENV
- name: Check Out Repo
uses: actions/checkout@v3
- name: Install Required Packages
run: |
sudo apt-get update
sudo apt install -y protobuf-compiler
- name: Install Rust Toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
with:
Expand Down
Loading

0 comments on commit 19dbee3

Please sign in to comment.