-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we shouldn't put PalletId
in sp-
.
Maybe it should be moved to frame-support, I don't know why it is in primitives considering client doesn't need it. |
Yeah @AurevoirXavier please move |
Where should I place it? Currently I place it on the frame-support's root (lib.rs) |
root is ok to me, but compilation needs to be fixed |
On the way. Also a companion for polkadot. |
@thiolliere I also change the subcommand |
c177e1d
to
36eb978
Compare
@AurevoirXavier this requires a polkadot companion. |
Done |
bot merge |
Trying merge. |
* `ModuleId` to `PalletId` - part of paritytech#8372 * fix doc * move `PalletId` to `frame-support` * fix compile * fix tests * `ModuleId` to `PalletId` * subcommand `moduleid` to `palletid`
* `ModuleId` to `PalletId` - part of paritytech#8372 * fix doc * move `PalletId` to `frame-support` * fix compile * fix tests * `ModuleId` to `PalletId` * subcommand `moduleid` to `palletid`
Related #8372
Polkadot companion: paritytech/polkadot#2835
@thiolliere