We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See detailed discussion in #1406
txHelper
operations
idempotencyKey
txHandler
SubmitNewTransaction
ResubmitOperations
Pending
input1
idem1
Initialized
input2
The text was updated successfully, but these errors were encountered:
@peterbroadhurst
All operations in the TX already reached Pending (or later), 409 to your user
Should this be true for operation requests that have identical payload with what's recorded for a given idempotency key?
Sorry, something went wrong.
No branches or pull requests
See detailed discussion in #1406
Suggested work
txHelper
utility intooperations
manageroperations
helpers do not have direct access to theidempotencyKey
txHandler
andoperations
functionsSubmitNewTransaction
andResubmitOperations
functions. Return options are:Pending
(or later), 409 to your userinput1
andidem1
, and get to a point ofInitialized
operationsinput2
andidem1
input1
(notinput2
)input1
- we ignored theinput2
you providedinput2
is not the same asinput1
The text was updated successfully, but these errors were encountered: