You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Yeah; I saw this while scraping some data a while back and I hoped it was intentional in some way? I forgot to ask but I could see the author actually wanting to place them under the same tree path for some optimisation reasons?
@thiolliere is it possible to make this string come from the construct_runtime! macro? Or maybe more simply, we could take advantage of the ModuleToIndex trait that was introduced for decl_error
We can not use ModuleToIndex for this, as it would break in the moment you insert a module in between. However, we probably could support this in construct runtime (by just taking the name that the user chooses), but this is a really huge change and requires a storage upgrade. So, nothing that will come in the near future.
the prefix used by identity is "Sudo"
substrate/frame/identity/src/lib.rs
Line 379 in ae9c6ea
this is probably not intented and might leads to collision with sudo module, however fixing it require migrating Kusama identity module.
The text was updated successfully, but these errors were encountered: