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

[Wallet] Refer to Celo Lite as "Data Saver" mode #2232

Merged
merged 4 commits into from
Dec 13, 2019

Conversation

annakaz
Copy link
Contributor

@annakaz annakaz commented Dec 12, 2019

Description

There is internal confusion as to whether Celo Lite refers to the ultralight client (it does not), or whether it is related to the Light Wallet (it is not).

This replaces the term Celo Lite with "Data Saver" (the user-facing term) == zeroSync (developer-facing term which makes it clear we're not syncing block headers) for using the app with a hosted forno node. Note that forno refers to the hosted node service.

Tested

Ran tests and asked a few people if this was less confusing

Related issues

Backwards compatibility

Yes, this just changes the wording on the settings page

@annakaz annakaz requested a review from a team December 12, 2019 23:33
@annakaz annakaz added the automerge Have PR merge automatically when checks pass label Dec 12, 2019
@codecov
Copy link

codecov bot commented Dec 12, 2019

Codecov Report

Merging #2232 into master will decrease coverage by 0.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2232      +/-   ##
==========================================
- Coverage   74.82%   74.81%   -0.02%     
==========================================
  Files         276      276              
  Lines        7771     7766       -5     
  Branches      694      692       -2     
==========================================
- Hits         5815     5810       -5     
  Misses       1839     1839              
  Partials      117      117
Flag Coverage Δ
#mobile 74.81% <66.66%> (-0.02%) ⬇️
Impacted Files Coverage Δ
packages/mobile/src/account/Account.tsx 62.82% <0%> (ø) ⬆️
packages/mobile/src/navigator/Screens.tsx 100% <100%> (ø) ⬆️
packages/mobile/src/account/DataSaver.tsx 79.41% <100%> (ø)
packages/mobile/src/paymentRequest/utils.ts 57.14% <0%> (-14.29%) ⬇️
.../paymentRequest/OutgoingPaymentRequestListItem.tsx 75.67% <0%> (-1.47%) ⬇️
...aymentRequest/OutgoingPaymentRequestListScreen.tsx 96% <0%> (ø) ⬆️
...uest/OutgoingPaymentRequestSummaryNotification.tsx 93.75% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0769233...8bb4185. Read the comment docs.

@annakaz annakaz assigned i1skn and unassigned cmcewen Dec 12, 2019
@annakaz annakaz removed the automerge Have PR merge automatically when checks pass label Dec 12, 2019
Copy link
Contributor

@jmrossy jmrossy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@annakaz annakaz added the automerge Have PR merge automatically when checks pass label Dec 13, 2019
@celo-ci-bot-user celo-ci-bot-user merged commit 8139c5c into master Dec 13, 2019
@celo-ci-bot-user celo-ci-bot-user deleted the annakaz/data-saver-rename branch December 13, 2019 17:42
aaronmgdr added a commit that referenced this pull request Dec 16, 2019
* master: (40 commits)
  Add utils as a dep (#2252)
  [Wallet] Create run_app.sh script to facilitate app development (#2186)
  [Wallet] Fix persisted data loss on iOS (#2249)
  adds Testing TSX /react on the web (#2229)
  Update running-a-validator.md (#2259)
  Add ts-ignore (#2254)
  Revert "Revert "Upgrade TS version (#2196)" (#2251)" (#2255)
  Force same bignumber version (#2256)
  Fix missing Text on website (#2237)
  Revert "Upgrade TS version (#2196)" (#2251)
  [Wallet] Refer to Celo Lite as "Data Saver" mode (#2232)
  Fix using requester instead of requestee at Outgoing notifications (#2240)
  Use correct phone placeholder depending on the country on joining Celo view (#2061)
  Update Attestation Bot Docker Image (#2231)
  Baklava phase 1.1 .env file (#2226)
  [Docs] Fix typo (#2225)
  Upgrade Dependencies and get react hooks working (#2203)
  Update attestation service docker images (#2202)
  Updates TME docker images (#2200)
  Remove walletkit from celotool transactions commands (#2206)
  ...

# Conflicts:
#	packages/web/package.json
aaronmgdr added a commit that referenced this pull request Dec 16, 2019
* master:
  Add utils as a dep (#2252)
  [Wallet] Create run_app.sh script to facilitate app development (#2186)
  [Wallet] Fix persisted data loss on iOS (#2249)
  adds Testing TSX /react on the web (#2229)
  Update running-a-validator.md (#2259)
  Add ts-ignore (#2254)
  Revert "Revert "Upgrade TS version (#2196)" (#2251)" (#2255)
  Force same bignumber version (#2256)
  Fix missing Text on website (#2237)
  Revert "Upgrade TS version (#2196)" (#2251)
  [Wallet] Refer to Celo Lite as "Data Saver" mode (#2232)
  Fix using requester instead of requestee at Outgoing notifications (#2240)
  Use correct phone placeholder depending on the country on joining Celo view (#2061)
  Update Attestation Bot Docker Image (#2231)
  Baklava phase 1.1 .env file (#2226)
  [Docs] Fix typo (#2225)
  Upgrade Dependencies and get react hooks working (#2203)
  Update attestation service docker images (#2202)
  Updates TME docker images (#2200)
  Remove walletkit from celotool transactions commands (#2206)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Have PR merge automatically when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Wallet] Devs SNBAT confused Forno/ZeroSync/CeloLite names
5 participants