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

Handle custom upgradeability comments for contracts #1522

Merged
merged 11 commits into from
Dec 21, 2022

Conversation

montyly
Copy link
Member

@montyly montyly commented Dec 21, 2022

Built on top of #1517

Changes:

  • Add tests
  • Change the regex for the version naming: @custom:version name=([\w-]+) (removing ,, , and the surrounding ") - this is meant to keep the version name simpler
  • Change @custom:security isProxy to @custom:security isDelegatecallProxy - this is meant to prevent future collision with another proxy types (as highlited by webthethird)

@montyly montyly merged commit 7ea5727 into dev Dec 21, 2022
@montyly montyly deleted the webthethird-dev-upgradeability-comments branch December 21, 2022 16:08
@montyly montyly restored the webthethird-dev-upgradeability-comments branch December 21, 2022 16:08
@montyly montyly deleted the webthethird-dev-upgradeability-comments branch December 21, 2022 16:08
@webthethird
Copy link
Contributor

🎉

@montyly
Copy link
Member Author

montyly commented Dec 21, 2022

Thanks @webthethird for #1517 ;)

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.

2 participants