storyprotocol / protocol-periphery-v1

Periphery contract for story protocol, mainnet repo
MIT License
11 stars 13 forks source link

refactor(SPG): refactor SPG into "workflow" contracts #62

Closed sebsadface closed 5 days ago

sebsadface commented 6 days ago

Description

This PR refactors the monolithic StoryProtocolGateway into three "workflow" contracts. The associated tests, deployment, and upgrade scripts have been updated accordingly. Following this change, the Story PoC Periphery now includes the following five main contracts:

Key Changes

Test Plan

All new and existing tests pass locally.

Related Issue

Notes

This PR introduces significant changes to the contract interfaces, which will require updates to existing integrations.