You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example the profile store should not know about signer. That is job of the adapter to manage. Instead all asserts should check if there is address in profile.
This will clean up a lot of confusing code asserting signer.
The text was updated successfully, but these errors were encountered:
vojtechsimetka
changed the title
The UI stores should only know values needed for rendering
The UI stores should only necessary values needed for rendering
Apr 5, 2023
For example the
profile
store should not know aboutsigner
. That is job of the adapter to manage. Instead all asserts should check if there isaddress
inprofile
.This will clean up a lot of confusing code asserting
signer
.The text was updated successfully, but these errors were encountered: