Conversation
| ) | ||
|
|
||
| // avalanche blockchain validators | ||
| func newValidatorsCmd() *cobra.Command { |
There was a problem hiding this comment.
we already have avalanche validators list
There was a problem hiding this comment.
we need to integrate this into validators list, then remove. this is for another PR
There was a problem hiding this comment.
also we need to mark for deprecation notice at least one release
|
Do we collect user metrics, like which cmd user used, and errors occurred etc.? if so that metrics data will be useful for us to make decisions like this. btw there may be privacy considerations if we want to do this. |
|
https://us.posthog.com/project/23813
|
felipemadero
left a comment
There was a problem hiding this comment.
I don't believe we remove all the commands. Publish for sure. But no validators and stats. Those should be integrated somewhere else.
Most probably we want to merge that code into validator command group, but not fully remove it |
Reduce the amount of code we need to support E2E.
Deleted these less used commands, pls correct me if these commands are important.