-
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
Move ledger database to ledger native library #6363
Comments
big ++ on this one |
Nb. When brave/brave-core#4035 is merged, we should look at Promotion / HandleExpiredPromotions to see if it can/should become a query instead of code. |
Verified the below using a mix of 1.7.79 and
Clean profile (anon wallet):
Clean profile KYC'd user wallet
Upgrade case 1: Install 1.0. Set up as all data you can (some data cannot be set up on 1.0) and connect a KYC'd uphold wallet. Update to 1.7.x.
Upgrade case 2: Install current Release version (1.5.115 at this moment). Set up data (Ads panel, AC list, one time and recurring tips, wallet balance, wallet summary items, etc) and connect a KYC'd uphold wallet. Update to 1.7.x
Upgrade Case 3: Install current Release version (1.5.115 at this moment). Disable AC via toggle.
Upgrade Case 4: Install current Release version (1.5.115 at this moment). Disable Ads via toggle.
Upgrade Case 5: Install current Release version (1.5.115 at this moment). Enable then disable Rewards via toggle.
Encountered the following issues while testing:
Verification passed on
Clean profile (anon wallet):
Clean profile KYC'd user wallet
Upgrade case 1: Install 1.0. Set up as all data you can (some data cannot be set up on 1.0) and connect a KYC'd uphold wallet. Update to 1.7.x.
Upgrade case 2: Install current Release version (1.5.115 at this moment). Set up data (Ads panel, AC list, one time and recurring tips, wallet balance, wallet summary items, etc) and connect a KYC'd uphold wallet. Update to 1.7.x
Upgrade Case 3: Install current Release version (1.5.115 at this moment). Disable AC via toggle.
Upgrade Case 4: Install current Release version (1.5.115 at this moment). Disable Ads via toggle.
Upgrade Case 5: Install current Release version (1.5.115 at this moment). Enable then disable Rewards via toggle.
Encountered the following issues while testing:
Verification passed on
Clean profile (anon wallet):
Clean profile KYC'd user wallet
Upgrade case 1: Install 1.0. Set up as all data you can (some data cannot be set up on 1.0) and connect a KYC'd uphold wallet. Update to 1.7.x.
Upgrade case 2: Install current Release version (1.5.115 at this moment). Set up data (Ads panel, AC list, one time and recurring tips, wallet balance, wallet summary items, etc) and connect a KYC'd uphold wallet. Update to 1.7.x
Upgrade Case 3: Install current Release version (1.5.115 at this moment). Disable AC via toggle.
Upgrade Case 4: Install current Release version (1.5.115 at this moment). Disable Ads via toggle.
Upgrade Case 5: Install current Release version (1.5.115 at this moment). Enable then disable Rewards via toggle.
|
Move ledger database to ledger native library so that schema changes are no longer required on the client
The text was updated successfully, but these errors were encountered: