-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate: Rename SubstrateKitchensinkConfig
to something more generic
#586
Comments
According to Substrate, the node example runtime is NOTHING production-like, and should not be used, nor inspired from ;) That's why they've renamed the node-runtime to node-kitchensink-runtime. We have another config that is compatible with a polkadot node: PolkadotConfig . If we rename SubstratKitchensinkConfig without reference to Substrate, we should also rename PolkadotConfig. A little too confining? I'm not sure where to put the emphasis. For the moment the differences between the configs are the methods of payment or the nodes that use them. If we don't want to make any reference to node-kitchensink-runtime, I'd like to remain as neutral as possible. So maybe DefaultAssetRuntimeConfig instead of SubstratKitchensinkConfig and DefaultRuntimeConfig instead of PolkadotConfig? Other possibilities
|
Yes, I can understand the rationale why they renamed it into the kitchensink runtime. However, if the config works for polkadot and kusama, I think it shouldn't have the kitchensink name in it. I can agree with your second set of suggestions, but would like to add some more variants:
I don't have a strong tendency towards your or mine suggestions. |
Maybe I'm a little behind here, but for me, the difference between Maybe I'm wrong here? But if not, I'd refrain from using Polkadot or Substrate in the naming, but instead focus on Suggestions:
|
So let's go with DefaultAssetConfig and DefaultPlainConfig. Emphasis on Default and on Asset/Plain. |
I think asset and plain are a bit too mysterious. As a slight adjustment, I would suggest:
|
I agree. Not sure about How about: Because the plain tip is certainly default, while it is probably debatable if |
Yes, I think this is OK, I can agree with your suggestions. My primary concern before was that |
|
Sounds good to me! |
Yes, that makes sense 👍 |
From encointer/encointer-node#328 (comment):
I agree with that line of thought. SubstratKitchensinkConfig is correct. But maybe a little too confining.
The text was updated successfully, but these errors were encountered: