autonomys / pulsar

The Subspace Network CLI for Nodes and Farmers
GNU General Public License v3.0
29 stars 19 forks source link

🎁 [Feature Request]: Revert naming conventions. #210

Open ImmaZoni opened 1 year ago

ImmaZoni commented 1 year ago

What is the feature you would like to see?

Community members are confused by the new naming conventions of the CLI on the releases.

In the past we were utilizing naming conventions such as

Now we are doing doing naming conventions such as

This has been causing some confusion as users think that only Skylake processors are compatible and don't know if they should continue to use this version is they are on different intel versions, or additionally if they are on AMD. Ultimately It looks like we should find some better naming conventions for the different cpu support versions. Some potential ideas below.

Welcome any suggestions from the community below on potential naming conventions.

Code of Conduct

jim-counter commented 1 year ago

Could we switch this to having no designation for current processors on -skylake in the monorepo and then -legacy for what is -v2 in the monorepo please? So something like this:

subspace-cli-ubuntu-x86_64-v0.6.0-alpha subspace-cli-ubuntu-x86_64-legacy-v0.6.0-alpha

ImmaZoni commented 1 year ago

Could we switch this to having no designation for current processors on -skylake in the monorepo and then -legacy for what is -v2 in the monorepo please? So something like this:

subspace-cli-ubuntu-x86_64-v0.6.0-alpha subspace-cli-ubuntu-x86_64-legacy-v0.6.0-alpha

This naming convention makes sense to me from a user perspective. LGTM!