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.
The term module, used a lot in FRAME is historically linked to SRML.
Not a big deal, and probably lots of people are used to the current naming, but it is technically wrong. Now the term module is replaced with pallet. Hence,
decl_module! -> decl_pallet!.
struct Module -> struct Pallet.
I think both can be addressed by #5678 cc @thiolliere
The text was updated successfully, but these errors were encountered:
I don't think that we should touch any of the old code.
You can bring in your ideas in the proc-macro conversion pr, but we should not break the old code. Let it stay and we will deprecate it anyway with the merge of the new proc-macro macros.
Sounds like we can close this issue directly? There is no real reason to have 100 issues open for one pr. If you want something specific, I propose that you comment on the original issue or directly in the pr.
The term module, used a lot in FRAME is historically linked to SRML.
Not a big deal, and probably lots of people are used to the current naming, but it is technically wrong. Now the term module is replaced with pallet. Hence,
decl_module!
->decl_pallet!
.struct Module
->struct Pallet
.I think both can be addressed by #5678 cc @thiolliere
The text was updated successfully, but these errors were encountered: