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
Similar to #493, it would be interesting to have explicit gas cost tests on the following common overhead points in an AragonApp:
isInitialized modifier vs. without
auth modifier vs. without
rentrancyGuard modifier vs. without
Call through proxy vs. no proxy
Cost of an isContract check
Cost of initialize() with varying argument sizes
Cost of accessing a constant value
And for the ACL:
How much it costs to use createPermission() and grantPermission()
The text was updated successfully, but these errors were encountered:
sohkai
changed the title
Add gas cost checks for common utilities, like auth, proxied calls, and permission changes
Add gas cost tests for common utilities, like auth, proxied calls, and permission changes
Jul 19, 2019
Similar to #493, it would be interesting to have explicit gas cost tests on the following common overhead points in an
AragonApp
:isInitialized
modifier vs. withoutauth
modifier vs. withoutrentrancyGuard
modifier vs. withoutisContract
checkinitialize()
with varying argument sizesAnd for the
ACL
:createPermission()
andgrantPermission()
The text was updated successfully, but these errors were encountered: