storyprotocol / protocol-periphery-v1

Periphery contract for story protocol, mainnet repo
MIT License
24 stars 19 forks source link

Refactor SPG Contract into Multiple "Workflow" Contracts #42

Closed sebsadface closed 1 month ago

sebsadface commented 2 months ago

Description

The SPG contract is currently implemented as a single monolithic contract, which has now reached its size limit due to the addition of new functionalities. SPG needs to be restructured and the logic needs to be refactored into smaller contracts.

sebsadface commented 1 month ago

The current plan is to break down the SPG into smaller "workflow" contracts. Some groundwork has already been completed in PR #43:

Future Plans: