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

Conversation

MarcFontaine
Copy link
Contributor

@MarcFontaine MarcFontaine commented Feb 23, 2022

This PR allows the tx-generator to use multiple named wallets (instead of one global wallet).
This makes it easier to control which UTxO is used when, inside tx-generator scripts.

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.
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.
Copy link
Contributor

@deepfire deepfire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 11, 2022

Build succeeded:

@iohk-bors iohk-bors bot merged commit a47cd87 into master Mar 11, 2022
@iohk-bors iohk-bors bot deleted the mafo/tx-gen-named-wallets branch March 11, 2022 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants