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.
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.