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

Rename to _msgSenderERC721A #281

Merged
merged 1 commit into from
May 14, 2022

Conversation

Vectorized
Copy link
Collaborator

@Vectorized Vectorized commented May 14, 2022

After removing OpenZeppelin dependency, we have to rename our _msgSender() to something else to prevent name collision when people import OpenZeppelin (e.g. when using Ownable). Name collision will cause a drop in Quality of Life.

When writing GSN compatible contracts, we will simply override the new function and return _msgSender().

As per twitter poll https://twitter.com/optimizoor/status/1525402330900086784 , we shall rename it to _msgSenderERC721A for aesthetics.

@Vectorized Vectorized merged commit f92459f into chiru-labs:main May 14, 2022
@Vectorized Vectorized deleted the feature/renameMsgSender branch May 17, 2022 04:38
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.

None yet

1 participant