-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'basecli keys new' should have an --unsafe flag #213
Comments
And what would this unsafe flag do? |
not require a password & not return a seed phrase (because sometimes you don't care). it's probably overkill though, especially since the pipes work nicely as is |
There is a flag to not return a seed. You can see it in help. No password seems bad. But I don't necessarily need to enforce 10 characters. I could lower it if it makes things easier and leave it to people to choose their security level. @zramsay If I only enforce a 4 character minimum password, would that resolve this issue? (along with documenting/using the other flag) |
naw, I just use the top row of number. Let's not clutter the cli |
* move from tmlibs 213 * expose KVPair, simpleproofsfrommap returns keys
…mit flow (#213) * fix: simulation and grpc query concurrency with ABCI * table tests for selectHeight * add table-driven GRPC query tests and fix non-existent heights * clean up * clean up grpc query tests * Apply suggestions from code review * Update testutil/network/network.go * fix typo in abci.go * Update baseapp/abci.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * store last block height in a var * avoid returning named parameters Co-authored-by: Aleksandr Bezobchuk <[email protected]>
for easier scripting/testing/tutorialing
The text was updated successfully, but these errors were encountered: