Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

feat: ERC721 #20

Merged
merged 29 commits into from
Sep 14, 2022
Merged

feat: ERC721 #20

merged 29 commits into from
Sep 14, 2022

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    6e93cc1 View commit details
    Browse the repository at this point in the history
  2. Remove ownable logic

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6782921 View commit details
    Browse the repository at this point in the history
  3. Cleanup imports

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4a5f23a View commit details
    Browse the repository at this point in the history
  4. Make mint internal

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    7813dce View commit details
    Browse the repository at this point in the history
  5. Setup test suite

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    85ec88d View commit details
    Browse the repository at this point in the history
  6. Create mock erc721

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6bb754e View commit details
    Browse the repository at this point in the history
  7. Fix compiler errors

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    eda20b2 View commit details
    Browse the repository at this point in the history
  8. Add name macro

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    854941a View commit details
    Browse the repository at this point in the history
  9. Add symbol macro

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ecef08e View commit details
    Browse the repository at this point in the history
  10. Reconfigure wrapper logic

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0f25707 View commit details
    Browse the repository at this point in the history
  11. Name and symbol macros

    kadenzipfel committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f65dfd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. fix conflicts

    refcell committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    04bae9a View commit details
    Browse the repository at this point in the history
  2. error enhancements

    refcell committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1ba6be6 View commit details
    Browse the repository at this point in the history
  3. fixes

    refcell committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    492af65 View commit details
    Browse the repository at this point in the history
  4. cleaning and fixing

    refcell committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d3de768 View commit details
    Browse the repository at this point in the history
  5. transfer from

    refcell committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    05fcb2d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. safe transfer from

    refcell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    bc77f12 View commit details
    Browse the repository at this point in the history
  2. consistent naming

    refcell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    afa7f45 View commit details
    Browse the repository at this point in the history
  3. fixes

    refcell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    99dc72d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6520112 View commit details
    Browse the repository at this point in the history
  5. remove log

    refcell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b1c0c85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67908a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2062314 View commit details
    Browse the repository at this point in the history
  8. pop the bytes len

    refcell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    15f5824 View commit details
    Browse the repository at this point in the history
  9. try and fix loop

    refcell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    023a47b View commit details
    Browse the repository at this point in the history
  10. loop fixes

    refcell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    a651959 View commit details
    Browse the repository at this point in the history
  11. calldatacopy instead of loop

    clabby committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d0047c9 View commit details
    Browse the repository at this point in the history
  12. final upgrades

    refcell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    5e66084 View commit details
    Browse the repository at this point in the history
  13. assume not beef

    refcell committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    52f1854 View commit details
    Browse the repository at this point in the history