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

Upgrade to OpenZeppelin V5 #806

Merged
merged 2 commits into from
Feb 5, 2024
Merged

Upgrade to OpenZeppelin V5 #806

merged 2 commits into from
Feb 5, 2024

Commits on Jan 31, 2024

  1. build: update openzeppelin to 5.0.0

    refactor: remove _after and _before hooks and implement _update function
    refactor: use newly added _requireOwned function
    refactor: use the new named parameter in ERC20 functions
    test: add mocks for ERC20 and ERC721
    test: use openeppelin's custom errors in cheatcode
    chore: provide a more precise explanation for _update
    chore: define "_update" alphabetically
    docs: document "_update" function
    test: check IERC20Errors custom error revert
    andreivladbrg committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    bde699b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. perf: optimize getRecipient function

    docs: use known terminology in _update natspec
    andreivladbrg committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7861ad9 View commit details
    Browse the repository at this point in the history