This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
generated from storyprotocol/solidity-template
-
Notifications
You must be signed in to change notification settings - Fork 106
Add Licensing-Royalty integration and new LAP royalty policy #99
Merged
LeoHChen
merged 22 commits into
storyprotocol:main
from
jdubpark:limited-tree-royalty-policy
Feb 17, 2024
Merged
Add Licensing-Royalty integration and new LAP royalty policy #99
LeoHChen
merged 22 commits into
storyprotocol:main
from
jdubpark:limited-tree-royalty-policy
Feb 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add license integration hooks to royalty module Add royalty policy LAP and ancestors vault comment out required files for integration adjustment in the errors.sol file add array utils lib adjust git.ignore file remove parentIpIds from onLicenseMinting minor spelling fix fixes related with removing parentIpIds from onLicenseMinting add natspec on onLinkToParents add license data and external data inputs adjust interfaces adjust error.sol file adjust ancestorsVault contract and unit tests adjust royalty policy LAP contract and unit tests test fixes
fixing tests delete LSClaimer and RoyaltyPolicyLS add payRoyaltyOnBehalf unit tests fixed some tests
jdubpark
force-pushed
the
limited-tree-royalty-policy
branch
from
February 17, 2024 01:33
fcb1142
to
8163d37
Compare
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
approved these changes
Feb 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few minor comments
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
LeoHChen
reviewed
Feb 17, 2024
kingster-will
referenced
this pull request
in kingster-will/protocol-core-v1-dev
Mar 19, 2024
…otocol#99) * Add Licensing-Royalty integration and new LAP royalty policy * add license integration hooks to royalty module * Add royalty policy LAP and ancestors vault * add natspec on onLinkToParents * add license data and external data inputs * adjust interfaces * adjust ancestorsVault contract and unit tests * adjust royalty policy LAP contract and unit tests * feat: License + Royalty integration storyprotocol#94 off rebase * test: fixing tests and flows * fix: royalty policy onLicenseMinting pulled out to correct position * test: Integration fix for SingleNftCollection test --------- Co-authored-by: Spablob <[email protected]> Co-authored-by: Raul <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rebase + test fixing from #94 (replace and closes #94)
@Ramarti @Spablob Please explain the new royalty and licensing system here.