celestiaorg / celestia-node

Celestia Data Availability Nodes
Apache License 2.0
925 stars 921 forks source link

cel-key node.type flag broken? #3851

Open mindstyle85 opened 1 week ago

mindstyle85 commented 1 week ago

Celestia Node version

0.18.2

OS

ubuntu

Install tools

No response

Others

No response

Steps to reproduce it

n/a

Expected result

n/a

Actual result

cel-key add mocha --keyring-backend test --node.type bridge --p2p.network mocha
Error: no or invalid node type provided

Relevant log output

No response

Is the node "stuck"? Has it stopped syncing?

No response

Notes

No response

redwest88 commented 1 week ago

Can confirm I'm encountering the same issue with the following command:

cel-key add wallet --node.type bridge --p2p.network mocha --recover
Error: no or invalid node type provided

System Information:

- Celestia Node version: v0.18.2-arabica
- OS: Ubuntu 22.04.5 LTS (Jammy)
- Golang Version: go1.23.1
redwest88 commented 1 week ago

It worked for me with the command:

cel-key add wallet --node.type Bridge --p2p.network mocha --recover

The only change I made was adjusting --node.type bridge to --node.type Bridge