swarmcity / boardwalk-ts

Boardwalk implementation in TS
boardwalk-ts.vercel.app
MIT License
1 stars 0 forks source link

entering a marketplace with unlock:why? #101

Closed kikipluche closed 2 years ago

kikipluche commented 2 years ago

When i enter a marketplace, i am asked to unlock with password, why is that?

vojtechsimetka commented 2 years ago

Yeah so this is there because each time the app is open it currently tries to synchronize your account with the waku network (your name and avatar). It definitely should not ask you every single time and we know about it.

However, I would argue that it should do this from time to time - when it detects that your local wallet is newer than what is in the network. How do you feel about that? And should this have some explanation text?

Not sure we can do it in this iteration of the app.

kikipluche commented 2 years ago

ok, we will leave it then, it is not a blocking issue and it is not "looking weird".