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] Metadata specs are not up-to-date with demo examples #50

Open mmv08 opened 10 months ago

mmv08 commented 10 months ago

The struct for plugin metadata from the demo doesn't match the specs: https://github.com/5afe/safe-core-protocol-demo/blob/main/contracts/contracts/Base.sol#L18-L24

(There's a todo to add more examples, but not a todo to update the actual specs, so I'm creating this)