Closed jpraynaud closed 1 week ago
4 files ±0 51 suites ±0 11m 9s ⏱️ -17s 1 443 tests +2 1 443 ✅ +2 0 💤 ±0 0 ❌ ±0 1 654 runs +2 1 654 ✅ +2 0 💤 ±0 0 ❌ ±0
Results for commit 8b1ec901. ± Comparison against base commit e274a5d9.
:recycle: This comment has been updated with latest results.
Content
This PR includes the implementation and documentation of the new
genesis generate-keypair
command in the aggregator that is used to create Genesis keypairs.Documentation Updates:
generate-keypair
command to the list of subcommands inmithril-aggregator.md
.generate-keypair
command inmithril-aggregator.md
.Command Implementation:
GenerateKeypair
variant to theGenesisSubCommand
enum ingenesis_command.rs
.execute
method for theGenerateKeypairGenesisSubCommand
struct ingenesis_command.rs
.Utility Functions:
create_and_save_genesis_keypair
function toGenesisTools
ingenesis.rs
.export_keypair_to_files
method inProtocolGenesisSigner
to export both secret and verification keys ingenesis.rs
.Test Updates:
create_and_save_genesis_keypair
function ingenesis.rs
.genesis.rs
.Pre-submit checklist
Issue(s)
Closes #2074