Skip to content

Commit

Permalink
feat: upgrade to Polkadot v0.9.23 (#366)
Browse files Browse the repository at this point in the history
* wip: upgrade to Polkadot v0.9.22

* wip: upgrade to Polkadot v0.9.23

* fix: remove deprecated migrations

NOTE: StorageVersion is tracked inside pallet macro

* fix: fee calc

paritytech/substrate#11415

* chore: bump deps

* fix: add missing check for non zero sender

paritytech/substrate#10413

* fix: client changes

* refactor: downgrade nightly

paritytech/substrate#11266

* chore: upgrade to latest nightly supported by Substrate

* fix: clippy

* fix: clippy

* ci: bump srtool to 1.60

* cargo run --quiet --release -p kilt-parachain --features=runtime-benchmarks -- benchmark pallet --chain=spiritnet-dev --steps=50 --repeat=20 --pallet=pallet-treasury --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtimes/spiritnet/src/weights/pallet_treasury.rs --template=.maintain/runtime-weight-template.hbs

* cargo run --quiet --release -p kilt-parachain --features=runtime-benchmarks -- benchmark pallet --chain=spiritnet-dev --steps=50 --repeat=20 --pallet=pallet-utility --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtimes/spiritnet/src/weights/pallet_utility.rs --template=.maintain/runtime-weight-template.hbs

* fix: rilt spec

* fix: remove wip unused file

* chore: bump deps

Co-authored-by: kiltbot <>
(cherry picked from commit 5e2fec6)
  • Loading branch information
wischli authored and ntn-x2 committed Jun 23, 2022
1 parent 0e812d3 commit 7f69985
Show file tree
Hide file tree
Showing 46 changed files with 2,319 additions and 2,589 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build:

build-wasm-peregrine:
image:
name: paritytech/srtool:1.57.0
name: paritytech/srtool:1.60.0
entrypoint: [""]
stage: build
only:
Expand All @@ -80,7 +80,7 @@ build-wasm-peregrine:

build-wasm-spiritnet:
image:
name: paritytech/srtool:1.57.0
name: paritytech/srtool:1.60.0
entrypoint: [""]
stage: build
only:
Expand Down
Loading

0 comments on commit 7f69985

Please sign in to comment.