mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
30c58fa22a
Changes: - Add pallet-parameters to Rococo to configure the NIS and preimage pallet. - Fix names of expanded dynamic params. Apparently, `to_class_case` removes suffix `s`, and `Nis` becomes `Ni` 😑. Now using `to_pascal_case`. --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Alessandro Siniscalchi <asiniscalchi@gmail.com> Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by: command-bot <>
20 lines
573 B
Plaintext
20 lines
573 B
Plaintext
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
|
|
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json
|
|
|
|
title: "Deploy pallet-parameters to rococo and fix dynamic_params name expand"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
Fix the expanded names of `dynamic_params` to not remove suffix "s".
|
|
|
|
Also deploy the parameters pallet to the rococo-runtime.
|
|
|
|
crates:
|
|
- name: frame-support-procedural
|
|
bump: major
|
|
- name: rococo-runtime
|
|
bump: major
|
|
- name: pallet-parameters
|
|
bump: patch
|