Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade to Polkadot v0.9.23 (#366)
* 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