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

batcheval: add PushTxnResponse.AmbiguousAbort #117969

Merged
merged 1 commit into from
Jan 20, 2024

Commits on Jan 20, 2024

  1. batcheval: add PushTxnResponse.AmbiguousAbort

    This indicates to the caller that the `ABORTED` status of the pushed
    transaction is ambiguous, and the transaction may in fact have been
    committed and GCed already. This information is also plumbed through
    the `IntentResolver` txn push APIs.
    
    Epic: none
    Release note: None
    erikgrinaker committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    13feabb View commit details
    Browse the repository at this point in the history