ethereum / meteor-package-accounts

15 stars 244 forks source link

Store network id with each entry #2

Closed hiddentao closed 8 years ago

hiddentao commented 8 years ago

Work-in-Progress

We want to store accounts against a network id so that when we change network we don't pollute the UIs with irrelevant account data.

hiddentao commented 8 years ago

By default the wallet will load in account data which isn't stored against a network, meaning initially you always see incorrect data. This then is rectified once network id is available (but the UI doesn't update until you switch to another view and then back to the dashboard) Am pondering whether to clear out all account data that isn't stored against a network, thereby avoiding this scenario. Most likely will.

@frozeman

hiddentao commented 8 years ago

@frozeman ready for review