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

Preparation for ENS name wrapper #210

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ladislavdubravsky
Copy link
Contributor

Summary

We started preparing for introduction of ENS Name Wrapper. We setup compilation and deployment to local testchain for the contract. There we get stuck, because the contract bytecode size is too large to be deployed, even with optimizations. Unclear if I'm missing something or ENS needs to make the contract smaller.

Way forward when the bytecode size problem gets fixed:

  • write contracts_api for the contract and some tests to play around with it get feel for how it works
  • start changing the concept of ownership and transfers in the app to include wrapped domains

We drop the prefix for ENS contracts we don't modify in any
way in dev setup deployments. Unmodified contracts are also
preferred to modified ones (the "NamebazaarDev" versions) to
keep dev setup as close to production as possible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant