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 history rollback command and transaction merging #1558

Merged
merged 4 commits into from
Jul 2, 2024

Commits on Jul 2, 2024

  1. Add MERGE goal action and MERGE_ERROR goal problem

    This will be used in transaction merging.
    kontura committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    391f991 View commit details
    Browse the repository at this point in the history
  2. Add private merge_transactions(...) API

    It will be used by goal in `resolve_reverted_transactions(...)`.
    kontura committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2a4c70a View commit details
    Browse the repository at this point in the history
  3. Use transaction merging when reverting transactions

    The order is: first revert all specified transactions and then merge
    them together.
    kontura committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    745aca7 View commit details
    Browse the repository at this point in the history
  4. Add history rollback command

    kontura committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    427a9f4 View commit details
    Browse the repository at this point in the history