Skip to content

Valora 1.3.0

Compare
Choose a tag to compare
@gnardini gnardini released this 05 Nov 21:36

Summary

The 1.3.0 update saves names from scanned QR codes and shows them on the transaction feed, adds support for push notifications that open an URL and improves the phone verification experience. Other changes include bug fixes around exchanging CELO to avoid failures and connectivity improvements.

Commits included

This release was cut from master on October 16, 2020 from 57eca52 and contains additional cherry-picked commits.
See release branch: https://github.com/celo-org/celo-monorepo/tree/release/wallet/1.3.0

Features

  • Include phone number in DappKit auth (#5263)
  • Adding Geth connectivity checks as part of getContractKit (#5094)
  • Add display names of scanned QRs to cache (#5154)
  • Support push notifications with an "open url" semantic (#5413)

Bug fixes

  • Deleting unused Valora assets and deprecating components from the old app design (#5176)
  • Removing some dead code from Valora (#5302)
  • Fix fetching verification state during onboarding (#5292)
  • Fix empty completed Attestations (#5290)
  • Allow up to 1% difference on exchange rate for exchanging CELO (#5415)
  • Allow skipping verification if ODIS is down (#5438)
  • Prevent exiting force update screen (#5430)

Security

  • Ran static analysis with MobSF on production iOS and Android builds, reviewed results with security team to confirm no blocking issues

Testing

  • End-to-end iOS and Android tests run locally.
  • Sanity testing on physical devices for iOS and Android.
  • Smoke testing with Ankit and his Lodestone QA team.
  • Internal testing by volunteers on both platforms.