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

fix: Update LibWallet recovery task event handling #3142

Merged

Conversation

philipr-za
Copy link
Contributor

Description

The recovery task broke out of its monitoring loop before getting the UtxoScannerEvent::Completed event. This PR just moves that break statement so that the final completed callback is made.

How Has This Been Tested?

Wallet clients will need to test this

Checklist:

  • I'm merging against the development branch.
  • I have squashed my commits into a single commit.

stringhandler
stringhandler previously approved these changes Jul 28, 2021
@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 28, 2021

PR queued successfully. Your position in queue is: 1

@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 28, 2021

PR failed to merge with reason: Some CI status(es) failed
Failed CI(s): test

@aviator-app aviator-app bot removed the mq-failed label Jul 28, 2021
@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 28, 2021

PR queued successfully. Your position in queue is: 1

@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 28, 2021

PR failed to merge with reason: Some CI status(es) failed
Failed CI(s): test

The recovery task broke out of its monitoring loop before getting the `UtxoScannerEvent::Completed` event. This PR just moves that break statement so that the final completed callback is made.

Also Ignore `test_store_and_forward_send_tx` due to it being flakey on CI and the functionality is covered by Cucumber tests.
@aviator-app aviator-app bot removed the mq-failed label Jul 28, 2021
@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 28, 2021

PR queued successfully. Your position in queue is: 1

@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 28, 2021

PR failed to merge with reason: Some CI status(es) failed
Failed CI(s): ci/circleci: run-integration-tests

@aviator-app
Copy link
Contributor

aviator-app bot commented Jul 28, 2021

PR queued successfully. Your position in queue is: 1

@aviator-app aviator-app bot merged commit 0861d72 into tari-project:development Jul 28, 2021
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.

2 participants