erc6900 / resources

18 stars 4 forks source link

[Improvement] Exported hook and validation types #10

Open adam-alchemy opened 7 months ago

adam-alchemy commented 7 months ago
jaypaik commented 6 months ago

This seems useful, and perhaps an extension of this also covers execution functions. It seems there isn't a good way to declare a dependency on an execution function for the executeFromPlugin use case currently.

We had this before when dependencies were just plugin addresses (https://github.com/ethereum/EIPs/pull/7516), but with the update to change dependencies to FunctionReferences, we now only allow associated functions to be declared as dependencies.

jaypaik commented 6 months ago

Related: https://github.com/erc6900/resources/issues/22