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

Remove enumerable from ERC721 and add an ERC721Enumerable extension #2511

Merged
merged 30 commits into from
Feb 19, 2021

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    c330fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da49687 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb9877e View commit details
    Browse the repository at this point in the history
  4. remove old comment

    Amxx committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0fe0c01 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. fix lint

    Amxx committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    53da911 View commit details
    Browse the repository at this point in the history
  2. fix test

    Amxx committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    0383c05 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    b1366d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    a8e3db7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b7863 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    b89a7de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e27c98 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/ERC721Light' of github.com:Amxx/openzeppelin-co…

    …ntracts into feature/ERC721Light
    Amxx committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    0f8301d View commit details
    Browse the repository at this point in the history
  4. documentation of _baseUri

    Amxx committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2619bb1 View commit details
    Browse the repository at this point in the history
  5. fix gsn test

    Amxx committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1c76dd3 View commit details
    Browse the repository at this point in the history
  6. fix preset test

    Amxx committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    261e750 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. add changelog entry

    Amxx committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    ce3017f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bee22d0 View commit details
    Browse the repository at this point in the history
  3. fix merge errors

    frangio committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    7e36934 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    08183d1 View commit details
    Browse the repository at this point in the history
  2. Update contracts/token/ERC721/ERC721.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    c136072 View commit details
    Browse the repository at this point in the history
  3. Update contracts/token/ERC721/ERC721.sol

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    1e69ce6 View commit details
    Browse the repository at this point in the history
  4. address issues raised in PR

    Amxx committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    e1b0490 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cab2bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0313e5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d56cdcb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a0323e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c39ef2d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d74a7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ced1689 View commit details
    Browse the repository at this point in the history
  12. add docs for ERC721Enumerable

    frangio committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    325e471 View commit details
    Browse the repository at this point in the history