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

Add new command line option to make replaying transactions easier #5027

Merged
merged 8 commits into from
Jun 11, 2024

Commits on May 23, 2024

  1. Add trap_tx_hash command line option

    This new option can be used only if replay is also enabled. It takes a transaction hash from the ledger loaded for replay, and will cause a specific line to be hit in Transactor.cpp, right before the selected transaction is applied.
    Bronek committed May 23, 2024
    Configuration menu
    Copy the full SHA
    063da61 View commit details
    Browse the repository at this point in the history
  2. Simplification

    Bronek committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f62f663 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add unit test

    Bronek committed May 29, 2024
    Configuration menu
    Copy the full SHA
    92ca3f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b61743 View commit details
    Browse the repository at this point in the history
  3. Review feedback

    Bronek committed May 29, 2024
    Configuration menu
    Copy the full SHA
    412dad1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Enable bool shortcircuit again

    Bronek committed May 30, 2024
    Configuration menu
    Copy the full SHA
    edd07ea View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    add69ab View commit details
    Browse the repository at this point in the history
  2. Minor improvements from review

    Bronek committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    79dff4b View commit details
    Browse the repository at this point in the history