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
* [ ] In `fetchSingleVaultData`
* [ ] When loading safes normally for the user
@pi0neerpat When fetching vaults we only fetch it for the user and only hold those user's vaults in state--when a user views another user's vault then we're just fetching the single safe for that particular user. Are you saying you want to fetch the information for all the vaults in the protocol and hold that in the state?
[] In fetchSingleVaultData
This is fetched on demand when a user views someone else's vault--are you saying once they view that particular vault it should be stored in state for as long as possible?
[] When loading safes normally for the user
We only fetch the vaults a user already owns (so we know the owner, it's just the user's account). We don't load other vaults until they try viewing another person's vault
@pi0neerpat I sent this fix up to Iana's branch here, so I think we can close this. Now we can fetch any vault's owner regardless of if the wallet is connected or not. I added ownerAddress to the ISafe interface that we access via singleSafe
Related to #508
Save the ownerAddress to state
fetchSingleVaultData
The text was updated successfully, but these errors were encountered: