Skip to content
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

Add command to create Genesis keypair in aggregator #2074

Open
4 tasks
jpraynaud opened this issue Nov 4, 2024 · 0 comments
Open
4 tasks

Add command to create Genesis keypair in aggregator #2074

jpraynaud opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
devX 🌞 Developer experience

Comments

@jpraynaud
Copy link
Member

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

  • Create a new sub-command generate-keypair for the genesis command
    • by using the create_non_deterministic_genesis_signer (see test_codec_genesis_keypair test)
    • with a custom export directory
    • by exporting a genesis.sk and genesis.vk files in the export directory
@jpraynaud jpraynaud added the devX 🌞 Developer experience label Nov 4, 2024
@jpraynaud jpraynaud self-assigned this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devX 🌞 Developer experience
Projects
None yet
Development

No branches or pull requests

1 participant