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

[Desktop] Balances suddenly displaying 0.0 BAT (after May 2020 ad payout) #10471

Closed
bsclifton opened this issue Jun 25, 2020 · 2 comments · Fixed by brave/brave-core#5935
Closed

Comments

@bsclifton
Copy link
Member

Test plan

See brave/brave-core#5935

Description

Android is pushing a hotfix now with logic to solve this, captured with #9992

This issue is to test the logic on Desktop

@LaurenWags
Copy link
Member

Added QA/Blocked label as this is pending uplift.

@LaurenWags
Copy link
Member

LaurenWags commented Jul 7, 2020

Verified passed with

Brave | 1.11.90 Chromium: 83.0.4103.116 (Official Build) dev (64-bit)
-- | --
Revision | 8f0c18b4dca9b6699eb629be0f51810c24fb6428-refs/branch-heads/4103@{#716}
OS | macOS Version 10.14.6 (Build 18G3020)
  • Verified test plans from Fixes balance drop on android brave-core#5935
  • For test plan 1, started with 1.10.97 and upgraded to 1.11.x. Confirmed balance was restored as expected.
  • For test plan 2, started with 1.10.97 and upgraded to 1.11.x. Confirmed balance remained 0 as expected. Saw the expected Request/Response messages in the terminal:
[ REQUEST ]
> URL: https://grant.rewards.bravesoftware.com/v1/wallets/76c7f584-da38-4c0b-a5b5-3ba018eabf34/events/batloss/1
> Method: UrlMethod::POST
> Content: {"amount": 25.000000}
> Content Type: application/json; charset=utf-8
[ RESPONSE - Sent ]
> Url: https://grant.rewards.bravesoftware.com/v1/wallets/76c7f584-da38-4c0b-a5b5-3ba018eabf34/events/batloss/1
> Result: Success
> HTTP Code: 201
> Body: null

Verification passed on


Brave | 1.11.90 Chromium: 83.0.4103.116 (Official Build) dev (64-bit)
-- | --
Revision | 8f0c18b4dca9b6699eb629be0f51810c24fb6428-refs/branch-heads/4103@{#716}
OS | Windows 10 OS Version 1903 (Build 18362.900)


  • Verified test plans from Fixes balance drop on android brave-core#5935
  • For test plan 1, started with 1.10.97 and upgraded to 1.11.x. Confirmed balance was restored as expected.
  • For test plan 2, started with 1.10.97 and upgraded to 1.11.x. Confirmed balance remained 0 as expected. Saw the expected Request/Response messages in the terminal:
[ REQUEST ]
> URL: https://grant.rewards.bravesoftware.com/v1/wallets/b1164652-14fb-485e-9379-8cb8f3553b94/events/batloss/1
> Method: UrlMethod::POST
> Content: {"amount": 29.000000}
> Content Type: application/json; charset=utf-8
[ RESPONSE - Sent ]
> Url: https://grant.rewards.bravesoftware.com/v1/wallets/b1164652-14fb-485e-9379-8cb8f3553b94/events/batloss/1
> Result: Success
> HTTP Code: 201
> Body: null


Verification passed on

Brave 1.11.90 Chromium: 83.0.4103.116 (Official Build) dev (64-bit)
Revision 8f0c18b4dca9b6699eb629be0f51810c24fb6428-refs/branch-heads/4103@{#716}
OS Ubuntu 18.04 LTS
  • Verified test plans from Fixes balance drop on android brave-core#5935
  • For test plan 1, started with 1.10.97 and upgraded to 1.11.x. Confirmed balance was restored as expected.
  • For test plan 2, started with 1.10.97 and upgraded to 1.11.x. Confirmed balance remained 0 as expected. Saw the expected Request/Response messages in the terminal:
[ REQUEST ]
> URL: https://grant.rewards.bravesoftware.com/v1/wallets/39857a0b-eb18-43cc-ba76-08b1f5013670/events/batloss/1
> Method: UrlMethod::POST
> Content: {"amount": 29.000000}

[ RESPONSE - Sent ]
> Url: https://grant.rewards.bravesoftware.com/v1/wallets/39857a0b-eb18-43cc-ba76-08b1f5013670/events/batloss/1
> Result: Success
> HTTP Code: 201
> Body: null


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment