regen-network / regen-web

:seedling: Website and marketplace application

Home Page:https://app.regen.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust front-end based on web2 login server updates

blushi opened this issue · comments

Is your feature request related to a problem? Please describe.
As part of regen-network/regen-server#398 for supporting web2 login users, some database tables have been renamed or removed which is breaking for a number of our current front-end queries.

Describe the solution you'd like

  • Update old party queries and mutations to use the new name account
  • Update queries and mutations to not use the wallet table anymore, which has been removed, in favor of a single addr column in the account table
  • Remove logic related to adding addresses

For Admin Use

  • Not duplicate issue
  • Appropriate labels and zenhub epics applied
  • Appropriate contributors tagged