storyprotocol / protocol-periphery-v1

Periphery contract for story protocol, mainnet repo
MIT License
28 stars 20 forks source link

Integration with Precompiled "IP Graph" Contracts #27

Closed sebsadface closed 2 months ago

sebsadface commented 2 months ago

Description

Currently, SPG tests are failing due to recent changes in protocol-core-v1 related to the integration of precompiled IP Graph contracts (see protocol-core-v1 #193). These changes affect the _isDerivativeIp function in the License Registry. To fix the tests, a new mock IP Graph contract must be introduced.