ergo-wallet-app icon indicating copy to clipboard operation
ergo-wallet-app copied to clipboard

Address book

Open MrStahlfelge opened this issue 3 years ago • 0 comments

In addition to pasting and scanning addresses, an addressbook should be added for users to pick addresses from to send funds. This address book should always show own wallet addresses, but can be filled with own ones either manually or by selecting an address from a transaction (so to be done not before #13 )

When an address is known, send screen and transaction list should show the given name from the address book.

  • [x] DB layer: address_book: id, address, label, signedData (optional)
  • [x] Screen to edit an entry, can also be used to delete/create
  • [x] Same on iOS
  • [x] Selection screen to choose from address book
  • [ ] Same on iOS
  • [x] Send screen: Add selection screen, recipient text field should show address label instead of address b58 when known
  • [ ] Same on iOS
  • [x] Same on desktop
  • [x] Cold wallet signing, ErgoPay signing screen, Transaction info screen: replace b58 addresses by label when known.
  • [x] Same on iOS
  • [x] Same on desktop
  • [x] Mosaik address text input should work like the one on the send screen
  • [ ] Same on iOS
  • [x] Mosaik label should work like the ones in transaction history
  • [ ] Same on iOS
  • [x] Fee address should be labeled as well

MrStahlfelge avatar Aug 05 '21 14:08 MrStahlfelge