-
Notifications
You must be signed in to change notification settings - Fork 87
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: bundle as AssetClass #1497
base: master
Are you sure you want to change the base?
Conversation
725d9d6
to
704f681
Compare
/// @param newLandContractAddress Address of new LAND contract | ||
function _setLandContract(ILandToken newLandContractAddress) internal { | ||
// TODO: uncomment when ILandToken is supported by LandBase | ||
// require(ERC165Checker.supportsInterface(address(newLandContractAddress, type(ILandToken).interfaceId), "invalid LAND address"); |
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.
TODO when packages/land
is updated
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.
@atkinsonholly Do you remember what is supposed to be updated in packages/land
?
'setOrderValidatorContract', | ||
// TODO: new tests for setRoyaltiesRegistry and setOrderValidatorContract with correct contracts supporting interfaces | ||
// 'setRoyaltiesRegistry', | ||
// 'setOrderValidatorContract', | ||
'setTrustedForwarder', |
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.
TODO new tests needed using correct contracts that have the required interfaces
4ec4a1f
to
f069820
Compare
4414e33
to
0082e5c
Compare
feat: bundle as AssetClass
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
1443dc7
to
375d1ee
Compare
375d1ee
to
2a20690
Compare
…tracts-and-test fix: marketplace mock contracts and test
Description
Bundle feature in
packages/marketplace
:enum AssetClass
packages/land
packages/deploy