Tags: storyprotocol/protocol-core-v1
Tags
Add validation for licensing hook minting fees (#399) - Add new error `LicensingModule__LicensingHookMintingFeeBelowLicenseTerms` to handle cases where licensing hook sets a minting fee lower than license terms - Add validation in LicensingModule to check if licensing hook's minting fee is less than the license terms' minting fee
Add new Dispute Arbitration Policy (#263) * add draft new arbitration policy interfaces * add new arbitration policy errors * add new arbitration policy skeleton * add base integration unit tests * update deploy helper * fix DisputeResolved event * fix DisputeResolve unit tests * update Errors.sol * add new arbitration policy updates * interface update * solhint fix * update Errors.sol * format fixes * add new disputeAssertion function - contracts and unit tests * DeployHelper.sol fix * add dispute timestamp to DisputeModule.sol * add ipOwner dispute assertion priority time window * interface fixes * error naming fix * deploy helper naming fix * add interface function * ArbitrationPolicyUMA contract adjustments and unit tests * comment fix * enhance error message * format fix
Royalty cross-policy remix (#210) * remove gas limit from ci * pragma fix * main royalty contract and interface changes * remove constants from dispute interfaces * royalty unit tests * licensing related changes * fix integration and invariant tests * adjust errors.sol * fix remaining tests * add group related adjustment in royalty module * format fix
PreviousNext