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
{{ message }}
This repository has been archived by the owner on May 19, 2023. It is now read-only.
Validations in create subdomain endpoint are being executed before transactions. This makes the library fail when setting a new owner for a subdomain and its address.
The text was updated successfully, but these errors were encountered:
Part of this issue is solved by #115. Now the challenge is to estimate the gas before some transactions are executed. setAddr dependes on setOwner, its estimation should happen after setAddr world state update finished. Same for setSubnodeOwner.
Validations in create subdomain endpoint are being executed before transactions. This makes the library fail when setting a new owner for a subdomain and its address.
The text was updated successfully, but these errors were encountered: