-
Notifications
You must be signed in to change notification settings - Fork 187
ERC2981 (Royalty Info) for Cairo #413
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d4f6afb
Add functionality for declaring constants within traits
immrsd 42bca98
Specify return types for printing functions, support constants for tr…
immrsd 6af508f
Merge master
immrsd 5df51a2
Support uint Cairo types
immrsd 5e3cf95
Add support for ERC2981 extension
immrsd 168c862
Add RoyaltyInfo for ERC1155
immrsd 3d72bd9
Add RoyaltyInfo for ERC721
immrsd 6155fea
Introduce RoyaltyInfoSection with UI controls
immrsd 6b37bd9
Enable errors proxying to ERC1155 controls
immrsd 0f52a2c
Add RoyaltyInfo section to ERC1155 controls
immrsd 6fee79c
Add RoyaltyInfo section to ERC721 controls
immrsd b02d19d
Update changelog
immrsd 9219dfd
Fix unnecessary brackets for Cairo constants import
immrsd 83d8017
Make Access control required for RoyaltyInfo
immrsd 8b4037c
Update snapshot for Cairo custom contract tests
immrsd f424d78
Apply minor fixes
immrsd 310b23f
Add missing semicolons
immrsd d1b80ce
Rename setRoyaltyInfoIfNeeded to setRoyaltyInfo
immrsd d5b9830
Sanitize ERC20 premint value
immrsd 30b858d
Add explicit function return types
immrsd 81a51f2
Introduce DEFAULT_ACCESS_CONTROL constant
immrsd 81fc2eb
Remove number check for negative
immrsd 1609800
Fix broken link
immrsd 826ba89
Add multiple Royalty info options for generate-based-testing
immrsd 3fb9051
Bump package version
immrsd 1362b81
Add multiple royalty info testing options
immrsd d884644
Add royalty info tests for ERC1155
immrsd 63b0105
Add royalty info tests for ERC721
immrsd 73dd5bd
Rename royaltyInfoTestOptions to royaltyInfoOptions
immrsd 46f5cb9
Refactor ERC1155 tests
immrsd 54110a0
Refactor ERC721 tests
immrsd 651d6db
Update ERC1155 test snapshots
immrsd 145f2d8
Update ERC721 test snapshots
immrsd 044c2c7
Remove unused import
immrsd ff08e5e
Revert "Remove unused import"
immrsd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.