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(licensing): enable multi-license attachment in LicenseAttachmentWorkflows #125

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

sebsadface
Copy link
Member

Description

This PR introduces support for attaching multiple licenses in all LicenseAttachmentWorkflows functions.

Key Changes

  • Updated registerPILTermsAndAttach, mintAndRegisterIpAndAttachPILTerms, and registerIpAndAttachPILTerms to accept an array of PIL terms for registration and attachment.
  • Updated LicensingHelper to handle the registration and attachment of multiple licenses.

Test Plan

  • Modified existing tests for LicenseAttachmentWorkflows to validate the attachment of 5 licenses per function call instead of one.
  • Refactored tests to align with the updated functionality.

Related Issue

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