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: towards stand-alone mode #3425

Merged
merged 1 commit into from
Dec 8, 2021

Commits on Dec 8, 2021

  1. tx-generator: towards stand-alone mode

    In the stand-alone mode, the transaction generator can generate lists of transactions
    and dump them to files, without a connection to a local or remote node.
    This supports new use cases of the transaction generator outside of
    benchmarking and makes it easier to test and debug the transaction generator.
    This PR add the script action `{ "SetProtocolParameters": { "UseLocalProtocolFile": "/tmp/t2.json" } }`
    that reads the protocol parameters from a file (instead of querying a node).
    MarcFontaine committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    de785aa View commit details
    Browse the repository at this point in the history