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

tx-generator: Use multiple named wallets #3638

Merged
merged 4 commits into from
Mar 11, 2022
Merged

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    30c3812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d879a0c View commit details
    Browse the repository at this point in the history
  3. tx-generator: Add high level config mode to tx-generator-service.nix

    In high level mode the nix module does not compile a lowlevel tx-generator script.
    Instead the service options are passed directly to tx-generator and
    the tx-generator takes care of the high-level to low-level translation.
    
    The tx-generator supports two new commands:
    * json_highlevel: run the tx-generator with flat nix-service options.
    * compile: compile flat config (in JSON) to a benchmarking script.
    MarcFontaine committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    717f6dd View commit details
    Browse the repository at this point in the history
  4. tx-generator: Add named wallets

    tx-generator script can now use multiple named wallets
    to control which UTxO is spend in which benchmarking phase.
    Before all UTxOs were managed in a single wallet.
    MarcFontaine committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    a36e340 View commit details
    Browse the repository at this point in the history