Closed arturrez closed 5 days ago
Seems that --blockchain is actually filtering by clustername instead so should be --cluster?
I can also see that users use the 1 command subnet deploy so --blockchain flag here makes sense but then we will have to return all clusters that are syncing the the subnet
Also maybe we should do ./bin/avalanche node local status
Proof of possession should be on a new line after public key
What does Bootstrapped Syncing mean? I think a node can be either bootstrapped, syncing or validating.
On that note, are we showing if a node is a bootstrap validator / a validator?
addressed these comments.
For the --blockhain flag we should require user to provide clusterName as we don't have a way to query this information for stopped local clusters.
I added more infromation for the user as Bootrapped is related to Primary network with Syncing/Validating as a L1 status we get from corresponding RPC call. So this is similar to what we have for remote node status
command
current status after ui improvements
Why this should be merged
enahnces status command to provide additional output like
also adds
--blockchain
flagHow this works
queries info from url, prints it on the screen
How this was tested