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

Move beneficiary zero address check to Ownable #4531

Merged
merged 9 commits into from
Sep 4, 2023

Conversation

NishantKoyalwar
Copy link
Contributor

@NishantKoyalwar NishantKoyalwar commented Aug 17, 2023

Fixes #4511
Fixes LIB-1034

moved beneficiary zero address check to Ownable

PR Checklist

  • Tests
  • Documentation
  • Changeset entry (run npx changeset add)

@changeset-bot
Copy link

changeset-bot bot commented Aug 17, 2023

🦋 Changeset detected

Latest commit: edf487a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
openzeppelin-solidity Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@frangio frangio changed the title moved beneficiary zero address check to Ownable Move beneficiary zero address check to Ownable Aug 25, 2023
@frangio
Copy link
Contributor

frangio commented Aug 25, 2023

@NishantKoyalwar Can you add a changeset and tests?


@Amxx Does this change make sense to you? I think it looks good.

@frangio frangio requested a review from Amxx August 25, 2023 18:29
@Amxx
Copy link
Collaborator

Amxx commented Aug 25, 2023

The check changes the behavior of Ownable but I think its acceptable. LGTM.

Just missing tests/changeset

NishantKoyalwar and others added 2 commits August 31, 2023 22:35
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
frangio
frangio previously approved these changes Sep 4, 2023
@frangio frangio enabled auto-merge (squash) September 4, 2023 16:50
@frangio frangio merged commit e7ba2f7 into OpenZeppelin:master Sep 4, 2023
14 checks passed
@gitpoap-bot
Copy link

gitpoap-bot bot commented Sep 4, 2023

Congrats, your important contribution to this open-source project has earned you a GitPOAP!

GitPOAP: 2023 OpenZeppelin Contracts Contributor:

GitPOAP: 2023 OpenZeppelin Contracts Contributor GitPOAP Badge

Head to gitpoap.io & connect your GitHub account to mint!

Learn more about GitPOAPs here.

This was referenced Sep 10, 2024
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.

Move VestingWallet's beneficiary zero address check to Ownable
3 participants