This changelog contains changes starting from version v0.1.0
-
A module can only be registered once with a single type #103
Update registry interface so that a contract can be added as multiple types
-
Implement fine grained permissions #98
Implement more granular permissions for plugins
-
Remove ISafe interface in the function handler #99
Replace ISafe interface in the function handler parameters with an account address
-
Issue #47
Allow setting Function Handler for individual function selector per Safe
-
Issues #73
Check if the contract supports the appropriate interface while enabling a Plugin
-
Issue #46
Add support for hooks in multi-signature execution flow for a Safe
-
Issue #62
Allow the
to
value to be the account address in executeTransaction when the caller has root access -
Issue #71
Fixed broken linked list after disabling the plugin in the Manager