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
There are potentially some gas cost savings to be had from not adding the skill.children of the root skill as the children of that will always be all skills. See todo
The text was updated successfully, but these errors were encountered:
addGlobalSkill costs ~278,608 gas and here we can save 25,000 or about 9% of that. However the additional logic needed for handling the root skill as a special case potentially out-weights this gas saving. Since this is non-essential for the Colony Contribute launch, we're iceboxing it for now.
There are potentially some gas cost savings to be had from not adding the
skill.children
of the root skill as the children of that will always be all skills. See todoThe text was updated successfully, but these errors were encountered: