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

fix(royalty): update RoyaltyWorkflows to reflect core protocol royalty policy changes #139

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

sebsadface
Copy link
Member

Description

This PR updates the RoyaltyWorkflows contract to align with the changes introduced in core protocol PR#324. The update simplifies the transferToVault function by removing the amount parameter, and makes sure that the maximum available amount is always transferred to the IP royalty vault.

Key Changes

  • transferToVaultAndClaimByTokenBatch has been removed, as specifying an amount to claim is no longer supported under the updated policy.
  • Adjusted existing tests to accommodate the updated functionality and ensure coverage for the revised workflow.
  • Refreshed relevant packages to support the new changes.

@sebsadface sebsadface changed the title fix(royalty): Update RoyaltyWorkflows to reflect core protocol royalty policy changes fix(royalty): update RoyaltyWorkflows to reflect core protocol royalty policy changes Dec 11, 2024
@sebsadface sebsadface merged commit f4d1823 into storyprotocol:main Dec 11, 2024
3 checks passed
@sebsadface sebsadface deleted the fix-core-api-changes 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