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

Update to latest OpenZeppelin base contracts #149

Merged
merged 2 commits into from
Mar 4, 2024

Commits on Mar 1, 2024

  1. Update to latest OpenZeppelin base contracts

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8f0f98f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. ERC721WithData should extend ERC721URIStorage

    This makes the contracts more consistent with OpenZeppelin examples. No
    signatures are changed, but there is one slight change in behavior: if
    you specify a "base URI", then individual token URIs are always
    understood to be a suffix for that base URI. The previous contract
    would ignore the base URI when a token URI was specified.
    
    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cb34958 View commit details
    Browse the repository at this point in the history