morpho-org / morpho-utils

Repository gathering useful libraries and contracts.
GNU Affero General Public License v3.0
65 stars 1 forks source link

Add `ERC712`, `ERC2330`, `ERC3156x`, `Ownable` & `Ownable2Step` #114

Open Rubilmax opened 1 year ago

Rubilmax commented 1 year ago

ERC712: Gas-optimized alternative to OZ's. Solmate does not have an equivalent. Ownable*: Gas-optimized equivalent to OZ's. Solmate only has Owned equivalent to Ownable. ERC3156x: No equivalent in OZ's or Solmate's. ERC2330: No equivalent in OZ's or Solmate's.

github-actions[bot] commented 1 year ago

Changes to gas cost

Generated at commit: 80cbc52df3ddcd31fa2406ee521b0dd5ccfa871e, compared to commit: d50e424540893c496f5c2522d7899a539ff625db

๐Ÿงพ Summary (20% most significant diffs)

Contract Method Avg (+/-) %
MathRef contract log2Dichotomy
log2Naive
-2 โœ…
+1,029 โŒ
-0.04%
+1.22%

Full diff report ๐Ÿ‘‡
| Contract | Deployment Cost (+/-) | Method | Min (+/-) | % | Avg (+/-) | % | Median (+/-) | % | Max (+/-) | % | # Calls (+/-) | |:-|-:|:-|-:|-:|-:|-:|-:|-:|-:|-:|-:| | **MathRef contract** | 238,081 (0) | _log2Dichotomy_
_log2Naive_ | 4,735 (-2)
85,307 (+1,029) | **-0.04%**
**+1.22%** | 4,735 (-2)
85,307 (+1,029) | **-0.04%**
**+1.22%** | 4,735 (-2)
85,307 (+1,029) | **-0.04%**
**+1.22%** | 4,735 (-2)
85,307 (+1,029) | **-0.04%**
**+1.22%** | 1 (0)
1 (0) |