We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting up a test aggregator we may need to create test genesis keys and there is no command available on the aggregator for doing this.
Add a new sub-command to the genesis command to create the non deterministic genesis keypair.
genesis
generate-keypair
create_non_deterministic_genesis_signer
test_codec_genesis_keypair
genesis.sk
genesis.vk
The text was updated successfully, but these errors were encountered:
jpraynaud
No branches or pull requests
Why
When setting up a test aggregator we may need to create test genesis keys and there is no command available on the aggregator for doing this.
What
Add a new sub-command to the
genesis
command to create the non deterministic genesis keypair.How
generate-keypair
for thegenesis
commandcreate_non_deterministic_genesis_signer
(seetest_codec_genesis_keypair
test)genesis.sk
andgenesis.vk
files in the export directoryThe text was updated successfully, but these errors were encountered: