5afe / safe-core-protocol-specs

Safe{Core} Protocol is an open, modular framework to make smart accounts secure, portable, and composable.
GNU General Public License v3.0
67 stars 13 forks source link

[Protocol Specs] Missing specs for hooks usage #52

Open mmv08 opened 10 months ago

mmv08 commented 10 months ago

Currently, the manager defines functions inspired by the Safe{Core} Account guards, such as - checkTransaction, checkModuleTransaction, checkAfterExecution

These are not mentioned anywhere in the specs. We should add it to the manager's specification.