-
Notifications
You must be signed in to change notification settings - Fork 15
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
Transfer Timeouts are not re-setting positions and status #868
Comments
I couldn't reproduce this error with a new deployment from scratch, (with a central-lefger of |
Can confirm I managed to reproduce this locally with the current master (v7.1.2) of central-ledger |
In const transferInfo = await TransferService.getTransferInfoToChangePosition(transferId, Enum.TransferParticipantRoleType.PAYER_DFSP, Enum.LedgerEntryType.PRINCIPLE_VALUE)
|
In the same file, we set transferId as follows: const transferId = payload.transferId || (message.value.content.uriParams && message.value.content.uriParams.id) However, during an error callback, there is no So either there is a problem with how we are accessing the |
Summary:
Transfer Timeouts are not re-setting positions and status.
Golden Path QA Framework
transfer_timeout
failing:Cause seems to be due to an error on the Position Handler as follows:
Severity:
High
Priority:
Critical
Expected Behavior
Steps to Reproduce
Tasks
content.uriParams.id
field to the message insrc/handlers/timeouts/handler.js
Pull Request
Specifications
Notes:
The text was updated successfully, but these errors were encountered: