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
Currently (#1752) ContentDirectory.sol is is a very big contract that costs a lot of gas to deploy (exceeds the default ETH gas limit) and requires compiler optimalization specifically for deployment in order to prevent other issues related to its size.
It needs to either be split into libraries / other contracts or further optimalized, though splitting seems like the most reasonable approach, since we probably can't avoid it at some point anyway, once we introduce concepts like playlists and series, lead-manageable entities (languages, categories, licenses) etc.
The text was updated successfully, but these errors were encountered:
Currently (#1752)
ContentDirectory.sol
is is a very big contract that costs a lot of gas to deploy (exceeds the default ETH gas limit) and requires compiler optimalization specifically for deployment in order to prevent other issues related to its size.It needs to either be split into libraries / other contracts or further optimalized, though splitting seems like the most reasonable approach, since we probably can't avoid it at some point anyway, once we introduce concepts like playlists and series, lead-manageable entities (languages, categories, licenses) etc.
The text was updated successfully, but these errors were encountered: