-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Rename node-runtime
to node-kitchensink-runtime
#11930
Rename node-runtime
to node-kitchensink-runtime
#11930
Conversation
80d2b7d
to
50effb1
Compare
@kianenigma @bkchr @alvicsam I am sorry - but I have to close #11876 in favour of this one. There is something going on wrong with the tests (narrowed it down to merge issue with Cargo.lock) - so I added all my changes to this PR instead. |
You can just ask for help next time. We can easily fix this together 😄 |
I know :( I did not want to bother too many people and while testing a new PR I realised that all tests passed, so I figured its maybe better this way. Will keep in mind... Thank you @ggwpez 🙏🏽 |
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'm pretty neutral to this renaming, but if the Substrate "example" node runtime is going to be renamed to kitchensink
should't all the others related crates (the ones under bin/node
) be "codenamed" kithensink
?
E.g. node-executor
-> kitchensink-executor
, node-cli
-> kitchensink-cli
, etc
@@ -16,7 +16,7 @@ | |||
// You should have received a copy of the GNU General Public License | |||
// along with this program. If not, see <https://www.gnu.org/licenses/>. | |||
|
|||
//! Subkey utility, based on node_runtime. | |||
//! Subkey utility, based on kitchensink_runtime. |
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.
//! Subkey utility, based on kitchensink_runtime. | |
//! Subkey utility |
I don't see any link between this utility and the node (or kitchensink :-D ) runtime
Good point, but not necessarily. The node part is still a node, but what was previously called the runtime of the node ("node-runtime") should be called kitchensink runtime. |
bot merge |
Error: Statuses failed for d4fdf40 |
@alvicsam do you know what's up with CI? |
yes, one more approve from our team is needed, I'll ping the team |
bot merge |
* Rename node=runtime to kithensink-runtime * Undo md formatting
* Rename node=runtime to kithensink-runtime * Undo md formatting
Rename
node-runtime
tonode-kitchensink-runtime
in order to emphasize that it is NOTHING production-like, and should not be used, nor inspired from. It is, by all means, a kitchen sink.Fixes #11814