gnosisguild / zodiac-guard-scope

A transaction guard that allows the owner to limit the multisig signers to calling specific function signatures on specific contracts.
GNU Lesser General Public License v3.0
34 stars 19 forks source link

Harmonize getters #23

Closed cristovaoth closed 2 years ago

cristovaoth commented 2 years ago

Renames:

isTargetAllowed <- ~isAllowedTarget~ isTargetScoped <- ~isScoped~

isFunctionAllowed <- unchanged isFallbackAllowed. <- ~isfallbackAllowed~

canSendToTarget <- ~isValueAllowed~ canDelegateCallToTarget <- ~isAllowedToDelegateCall~