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

Pallet-Multisig to framev2 #8741

Merged
11 commits merged into from
May 21, 2021
Merged

Conversation

ferrell-code
Copy link
Contributor

relates: #7882

Following the upgrade guidelines here: https://crates.parity.io/frame_support/attr.pallet.html#upgrade-guidelines.

⚠️ Breaking Change ⚠️

From https://crates.parity.io/frame_support/attr.pallet.html#checking-upgrade-guidelines

storages now use PalletInfo for module_prefix instead of the one given to decl_storage: Thus any use of this pallet in construct_runtime! should be careful to update name in order not to break storage or to upgrade storage (moreover for instantiable pallet). If pallet is published, make sure to warn about this breaking change.

So users of the Multisig pallet must be careful about the name they used in construct_runtime!. Hence the runtime-migration label, which might not be needed depending on the configuration of the Multisig pallet.

@ferrell-code
Copy link
Contributor Author

Kusama and Polkadot both use Multisig in construct runtime! no need for migration. Rococo does not use pallet-multisig.

@cla-bot-2021
Copy link

cla-bot-2021 bot commented May 7, 2021

User @ferrell-code, please sign the CLA here.

@paritytech paritytech deleted a comment from cla-bot-2021 bot May 7, 2021
@paritytech paritytech deleted a comment from cla-bot-2021 bot May 7, 2021
@KiChjang KiChjang added A0-please_review Pull request needs code review. B3-apinoteworthy C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels May 15, 2021
Copy link
Contributor

@KiChjang KiChjang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly just visibility changes and extraneous type parameters, needs verification of the metadata on the pallet however.

frame/multisig/src/lib.rs Outdated Show resolved Hide resolved
frame/multisig/src/lib.rs Outdated Show resolved Hide resolved
frame/multisig/src/lib.rs Outdated Show resolved Hide resolved
frame/multisig/src/lib.rs Outdated Show resolved Hide resolved
frame/multisig/src/lib.rs Show resolved Hide resolved
ferrell-code and others added 5 commits May 17, 2021 00:15
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Copy link
Contributor

@gui1117 gui1117 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

except the event metadata change (which should be fixed by the comment below), all good to me

frame/multisig/src/lib.rs Outdated Show resolved Hide resolved
@ferrell-code
Copy link
Contributor Author

Haven't been free the last week, thanks for the little fixes :), should be good to go now

@KiChjang
Copy link
Contributor

bot merge

@ghost
Copy link

ghost commented May 21, 2021

Trying merge.

@ghost ghost merged commit 89a50c7 into paritytech:master May 21, 2021
@ferrell-code ferrell-code deleted the multisig-to-framev2 branch May 21, 2021 15:23
nazar-pc pushed a commit to autonomys/substrate that referenced this pull request Aug 8, 2021
* the great migration

* benchmarks to work

* unnecessary T: Config

* Update frame/multisig/src/lib.rs

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>

* Update frame/multisig/src/lib.rs

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>

* Update frame/multisig/src/lib.rs

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>

* Update frame/multisig/src/lib.rs

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>

* Update frame/multisig/src/lib.rs

* line width

* get to compile

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants