Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content directory smart contracts: Splitting the logic #1922

Open
Lezek123 opened this issue Dec 15, 2020 · 0 comments
Open

Content directory smart contracts: Splitting the logic #1922

Lezek123 opened this issue Dec 15, 2020 · 0 comments

Comments

@Lezek123
Copy link
Contributor

Lezek123 commented Dec 15, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants