Replies: 1 comment 5 replies
-
On second thoughts, our resolver is practically a wildcard on record types, so it doesn't necessarily need diamond. But still, think about it... |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Shall we diamond-wrap the resolver? If it takes off, we will save ourselves a lot of trouble during upgrades and be able to integrate new records with ease. It is relatively easy to do as well, our resolver is not that big code; not that many functions to diamond-wrap. I can do it if we agree on this. No need to write new tests for it either; proof of good diamond is if old tests keep working. Only downside is larger deployment size and hence more gas to deploy.
Beta Was this translation helpful? Give feedback.
All reactions