You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the testnet command does not support the key-type flag if I want to generate test validators with a specific key type.
Problem Definition
This improves the UX, nothing more. Instead of writing an additional bash script that separately generates validators or resets them with a specific key type, you can simply specify the desired type right away. For some applications, the validator key type is important.
Proposal
There will be an option to generate validators with a specific key type, for example:
Feature Request
Summary
I noticed that the testnet command does not support the key-type flag if I want to generate test validators with a specific key type.
Problem Definition
This improves the UX, nothing more. Instead of writing an additional bash script that separately generates validators or resets them with a specific key type, you can simply specify the desired type right away. For some applications, the validator key type is important.
Proposal
There will be an option to generate validators with a specific key type, for example:
cometbft testnet --v 4 --o .localnet --populate-persistent-peers --starting-ip-address 192.167.10.2 --key-type bls12_381
The text was updated successfully, but these errors were encountered: