[go: up one dir, main page]

Testnet stresstest devtools - Generate baker accounts

Context

This MR follows !9712 (merged) It implements the tezt that will be used to generate the baker accounts that will be used in a newly spinned testnet.

Manually testing the MR

BAKERS=100 [GEN_KEYS_DIR=<gen_keys_dir>] dune exec devtools/testnet_experiment_tools/testnet_experiment_tools.exe -- generate_baker_accounts

If GEN_KEYS_DIR is not specified, a temporary directory will be created.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Gabriel Moise

Merge request reports

Loading