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

do not abort transfer task if it was finished with success #1365

Merged
merged 1 commit into from
Jan 18, 2023

Conversation

generall
Copy link
Member

Before we were trying to abort transfer regardless of it's actual result in case if transfer task was cancelled, assuming that the consensus channel ordered proposals properly. But apparently this assumption does not hold.

So now, we explicitly check the result of transfer task in order to report proper result of transfer to the consensus.

@generall generall merged commit 022318a into dev Jan 18, 2023
@generall generall mentioned this pull request Apr 19, 2023
8 tasks
@agourlay agourlay deleted the better-finish-transfer-state-handle branch July 12, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants