-
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
enabling rewards via the panel doesn't always display the welcome screen and doesn't always correctly create the wallet #2962
Comments
I can reproduce this on
Example of the issue occurring on |
Possibly related to #1429 |
Able to reproduce the issue mentioned in the Description.
|
Verification passed on Ubuntu 17.10
I could not reproduce it after 30 tries. Verification PASSED on
Verification PASSED on
Verification PASSED on
Verified passed on
|
Description
There seems to be several issues with
0.60.x
where pressing on theRewards
panel causes several unexpected results, examples:pressing on the
Rewards
panel under0.60.13
before the notification appears doesn't display theWelcome
screen and displays aRewards has been disabled
message. Please see examples outlined below.pressing on the
Rewards
panel on0.60.10
and other lower0.60.x
versions will automatically open theRewards Summary
panel even though the user hasn't enabled rewards. This causes several issue including creating an emptyledger-state
file thats missing it's values:{"walletInfo":{"paymentId":"","addressBAT":"","addressBTC":"","addressCARD_ID":"","addressETH":"","addressLTC":"","keyInfoSeed":""},"bootStamp":0,"reconcileStamp":0,"last_grant_fetch_stamp":1547539523,"personaId":"","userId":"","registrarVK":"","masterUserToken":"","preFlight":"","fee_currency":"","settings":"adFree","fee_amount":0.0,"user_changed_fee":false,"days":0,"rewards_enabled":false,"auto_contribute":false,"transactions":[],"ballots":[],"ruleset":"","rulesetV2":"","batch":[],"current_reconciles":{}}
Spent ~1.5hrs with @NejcZdovc debugging this and ended up reproducing similar issues on all the of the
0.60.x
versions. @NejcZdovc also ended up reproducing the issue on his VM.Making this as a
release/blocking
as this could screw up a lot of wallets on thedev
channel.Steps to Reproduce
0.60.x
versions and click on theBrave
panelYou'll reproduce 100% when you don't see the initial notification appear within the
Rewards
panel.Actual result:
Expected result:
Clicking on the
Rewards
panel should always display theWelcome
screen within the panel for new users.Reproduces how often:
90% reproducible, @NejcZdovc witnessed this happening quiet a few times when we were on the Zoom call attempting to figure what's going on with the
Rewards
panel.Brave version (brave://version info)
Reproducible on current release:
Couldn't reproduce this with the latest
0.59.x
but I'm assuming once we get the newest build, this issue might have been uplifted into0.59.x
as well. Will double check once we get new builds.v0.59.21
was built ~6 days ago.Additional Information
#2958 might be related to this issue as well. CCing @NejcZdovc @brave/legacy_qa
The text was updated successfully, but these errors were encountered: