blockmason / lndr-mobile

LNDR mobile app in React Native
http://lndr.io/
15 stars 10 forks source link

Lndr updates for BNB settlements #398

Closed willbach closed 5 years ago

willbach commented 5 years ago
  1. Jira: https://blockmason.atlassian.net/secure/RapidBoard.jspa?rapidView=9&modal=detail&selectedIssue=LNDR-77

  2. Problem: Needed to update the version number and build number on Android and iOS, also had an issue with settlements when the amount was the entire amount but also in a different currency.

  3. Solution: Changed the logic for submitting a "multi-settlement" to include situations where the user is attempting to clear the entire balance of a debt/loan that is not in the user's primary currency. Is this situation, we can submit a list with a single transaction to the multi-settlement endpoint using the same logic as when there are multiple balances across different currencies.

  4. No trade-offs

  5. Server fix has already gone through and is confirmed to be working, no blockers