Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deriv): restore v1.2 compatibility to GroupingWorkflows #148

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

sebsadface
Copy link
Member

Description

This PR reintroduces compatibility with protocol periphery v1.2 in GroupingWorkflows. The v1.2 interface has been restored, with updated function implementations to ensure compatibility with protocol core v1.3.

Test Plan

Restored and updated the test cases for the v1.2 interface. All tests passes locally.

Related Issue

Notes

  • Downstream integrations must update the signature passed to registerIpAndAttachLicenseAndAddToGroup to grant GroupingWorkflows permission to call the following three functions on the IP's behalf:
    1. setAll from CoreMetadataModule (existing requirement in v1.2).
    2. attachLicenseTerms from LicensingModule (existing requirement in v1.2).
    3. setLicensingConfig from LicensingModule (new requirement).
  • No additional changes are required.

@sebsadface sebsadface merged commit f64970a into storyprotocol:main Dec 19, 2024
3 checks passed
@sebsadface sebsadface deleted the bc-groupingWorkflows branch January 9, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants