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
Create Solidity interfaces for each of the storage contracts, so that if we ever change given storage contract implementation without changing the interface we can assume it will be compatible with current logic contract / tests / frontend expectations.
Create an abstract contract like InitializableStorage that the upgraded storage contracts can extend in order to faciliate possible storage migrations
The text was updated successfully, but these errors were encountered:
ChannelStorage
,CuratorGroupStorage
andVideoStorage
contracts according to Redux: Requirements for smart contract content directory #1520 (comment)InitializableStorage
that the upgraded storage contracts can extend in order to faciliate possible storage migrationsThe text was updated successfully, but these errors were encountered: