-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Wallet is in a persisted bad state until wallet recovery is complete #4794
Labels
bug
feature/rewards
priority/P2
A bad problem. We might uplift this to the next planned release.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/exclude
Milestone
Comments
tmancey
added
the
priority/P2
A bad problem. We might uplift this to the next planned release.
label
Jun 11, 2019
Merged
29 tasks
tmancey
added a commit
to brave/brave-core
that referenced
this issue
Jun 11, 2019
tmancey
added a commit
to brave/brave-core
that referenced
this issue
Jun 19, 2019
tmancey
added a commit
to brave/brave-core
that referenced
this issue
Jun 19, 2019
tmancey
added a commit
to brave/brave-core
that referenced
this issue
Jun 25, 2019
tmancey
added a commit
to brave/brave-core
that referenced
this issue
Jun 25, 2019
This was referenced Jun 27, 2019
Verification passed on
Verified passed with
Verification passed on
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
feature/rewards
priority/P2
A bad problem. We might uplift this to the next planned release.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/exclude
Description
Wallet is recovered in two separate stages. Payment id and then the private key. If the application crashes or other logic is added in the future (such as confirmations) the wallet will need to be recovered again (until successful) or transactions will fail.
Steps to Reproduce
Actual result:
Wallet payment id and private key are persisted separately
Expected result:
Wallet should only be persisted once both payment id and private key are known
Reproduces how often:
Easily reproducible for confirmations Ads Rewards (issues/4330)
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: