Core
All recipes and strategies are executed through the Core system of contracts.
Core contracts implement actions and triggers alongside authorization handling and other functionalities. All contracts except
DFSRegistry
and ProxyAuth
are upgradable (through a time lock), but updates to the core system should not be frequent.StrategyProxy
and SubProxy
are not described in the docs as they are just basic proxy contracts for interaction with the storage contracts through DSProxy
.
Last modified 1yr ago