owlprotocol / contracts

MIT License
3 stars 4 forks source link

Refactor all plugin contract to utilize `PluginsCore.sol` document extensively contract functionality #310

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

I refactored our plugins architecture a little bit to inherit abstract contracts as opposed to importing libraries. This allows the abstraction of much more duplicate code and makes it much more readable to see what the child-most contract is doing. closes #309