BeamMW / ios-wallet

Beam iOS Wallet
https://beam.mw/downloads
Apache License 2.0
21 stars 9 forks source link

Addresses - display addresses in a new format #539

Closed sinaizd closed 2 years ago

sinaizd commented 2 years ago

Сurrently SBBS addresses are displayed in the address book in the address field. We need to display addresses in a new format like it is in a desktop wallet.

Сurrent: image

AndreyDyakonov commented 2 years ago

Checked

AndreyDyakonov commented 2 years ago
  1. If there are some addresses saved in the new format in address book, when user switch to the random node these addresses should be automatically changed to SBBS. And if user switch back to the mobile or own node - SBBS addresses should be automatically changed to addresses in the new format. Notes - Default address should always be SBBS look like in desktop: desktop

  2. When we send transaction and doesn't save contact the contact is saved as SBBS address. The contact shouldn't be saved

https://user-images.githubusercontent.com/85252690/137344171-e3ed1b17-828f-4ccd-ac49-587b94f025c2.mp4

AndreyDyakonov commented 2 years ago

If we use the address for the first time and save it, it is saved correctly (with the correct name and the correct address type) But if we made a transaction to this address and did not save it in contacts and decided to use it again and save it, it will be saved with a name "No name".

https://user-images.githubusercontent.com/85252690/137483410-484d9764-e091-42b2-a4bb-4779a04e2473.mp4

AndreyDyakonov commented 2 years ago

https://user-images.githubusercontent.com/85252690/137727433-387d3ea5-e58a-4ffe-b434-ddba4ffc59dc.mp4

AndreyDyakonov commented 2 years ago

Checked