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

ERC721 extension for efficient batch minting #3311

Merged
merged 51 commits into from Sep 5, 2022

Commits on Jul 28, 2022

  1. move mock

    Amxx committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    4176852 View commit details
    Browse the repository at this point in the history
  2. Expand Checkpoint library

    Amxx committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    63edb74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da0ea31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed81388 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    b91832d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a829c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a6adb3 View commit details
    Browse the repository at this point in the history
  4. Use unsafeAccess to save gas

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    28f6e6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7e2f64 View commit details
    Browse the repository at this point in the history
  6. Regenerate contracts

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    616c51b View commit details
    Browse the repository at this point in the history
  7. Add changelog entry

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    3fb185b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce0c7a6 View commit details
    Browse the repository at this point in the history
  9. minor rewrite for readability

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    33741e7 View commit details
    Browse the repository at this point in the history
  10. fix typo

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8425e4a View commit details
    Browse the repository at this point in the history
  11. testing unsafeAccess

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    74fef95 View commit details
    Browse the repository at this point in the history
  12. fix lint

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    df3a9b1 View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e182730 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    03835b3 View commit details
    Browse the repository at this point in the history
  2. improvement & cleanup

    Amxx committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0a5d397 View commit details
    Browse the repository at this point in the history
  3. documentation

    Amxx committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    fb48fcf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    564d85b View commit details
    Browse the repository at this point in the history
  2. fix merge

    Amxx committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    dac9814 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. simplify mocks

    Amxx committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    76f914b View commit details
    Browse the repository at this point in the history
  2. don't revert on no-op

    Amxx committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    70b0ba5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Apply suggestions from code review

    Co-authored-by: Francisco <frangio.1@gmail.com>
    Amxx and frangio committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d3c7bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f625ef View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'amxx/feature/ERC721/sequential' into fe…

    …ature/ERC721/sequential
    Amxx committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    7fbbf8d View commit details
    Browse the repository at this point in the history
  4. address comments from the PR

    Amxx committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ceeb038 View commit details
    Browse the repository at this point in the history
  5. more testing

    Amxx committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    bb21552 View commit details
    Browse the repository at this point in the history
  6. fix lint

    Amxx committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    cb8dfcf View commit details
    Browse the repository at this point in the history
  7. spelling

    Amxx committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8d198ee View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    7060d60 View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    Amxx committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    0b07112 View commit details
    Browse the repository at this point in the history
  3. fix mock

    Amxx committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    7b30f04 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    a204f8e View commit details
    Browse the repository at this point in the history
  2. fix lint

    Amxx committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    2ef65e0 View commit details
    Browse the repository at this point in the history
  3. extend Checkpoint library

    Amxx committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    dfc692d View commit details
    Browse the repository at this point in the history
  4. fix lint

    Amxx committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    ed7668d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    031278c View commit details
    Browse the repository at this point in the history
  2. Add an IERC2309 interface

    Amxx committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    828b910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e428c2 View commit details
    Browse the repository at this point in the history
  4. add compatibility note

    frangio committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b8c48c8 View commit details
    Browse the repository at this point in the history
  5. Revert "add compatibility note"

    This reverts commit b8c48c8.
    frangio committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    f6d6c6e View commit details
    Browse the repository at this point in the history
  6. add compatibility note

    frangio committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b34f0c9 View commit details
    Browse the repository at this point in the history
  7. fix typo weither -> wether

    frangio committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    1ecf1b8 View commit details
    Browse the repository at this point in the history
  8. fix typos

    frangio committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    86d8ef0 View commit details
    Browse the repository at this point in the history
  9. grammar

    frangio committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    b590352 View commit details
    Browse the repository at this point in the history
  10. reorder inheritance

    frangio committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d23313d View commit details
    Browse the repository at this point in the history
  11. grammar

    frangio committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    e35e4f6 View commit details
    Browse the repository at this point in the history
  12. grammar

    frangio committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    3c85862 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b7b9434 View commit details
    Browse the repository at this point in the history