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

BREAKING: ERC1155 support #615

Merged
merged 43 commits into from
Oct 28, 2021
Merged

BREAKING: ERC1155 support #615

merged 43 commits into from
Oct 28, 2021

Commits on Oct 14, 2021

  1. Add package human-standard-multi-collectible-abi

    gantunesr committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c554b15 View commit details
    Browse the repository at this point in the history
  2. Get NFT standard from OpenSea

    gantunesr committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    f3a2dec View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Add ERC1155 standard class

    gantunesr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    a240a1e View commit details
    Browse the repository at this point in the history
  2. Add ERC721 standard class

    gantunesr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e63cfc3 View commit details
    Browse the repository at this point in the history
  3. Update AssetContract controller

    gantunesr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    9b7f086 View commit details
    Browse the repository at this point in the history
  4. Update tests

    gantunesr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    a0ee10e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Update AssetsContractController test

    gantunesr committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    ec7aaac View commit details
    Browse the repository at this point in the history
  2. Update method names

    gantunesr committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    862fe90 View commit details
    Browse the repository at this point in the history
  3. Update method names

    gantunesr committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    626a025 View commit details
    Browse the repository at this point in the history
  4. Update standard params

    gantunesr committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    909d63c View commit details
    Browse the repository at this point in the history
  5. Update standard tests

    gantunesr committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    a713b59 View commit details
    Browse the repository at this point in the history
  6. Change variable name

    gantunesr committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    b9e6c94 View commit details
    Browse the repository at this point in the history
  7. Change variable name

    gantunesr committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    fac7f5c View commit details
    Browse the repository at this point in the history
  8. Change variable name

    gantunesr committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    2dd05eb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Update AssetsContractController methods

    gantunesr committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    5282b7a View commit details
    Browse the repository at this point in the history
  2. Add method to verify collectible ownership

    gantunesr committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c224f72 View commit details
    Browse the repository at this point in the history
  3. Update CollectiblesController tests

    gantunesr committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    d08cf1f View commit details
    Browse the repository at this point in the history
  4. Nit

    gantunesr committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ffe7983 View commit details
    Browse the repository at this point in the history
  5. Update test

    gantunesr committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b8331d7 View commit details
    Browse the repository at this point in the history
  6. Update tests

    gantunesr committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3c57e51 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Change tokenId from number to string

    gantunesr committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    87fc46a View commit details
    Browse the repository at this point in the history
  2. Update method name

    gantunesr committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5363bed View commit details
    Browse the repository at this point in the history
  3. Update comments

    gantunesr committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    68af6da View commit details
    Browse the repository at this point in the history
  4. Update tests

    gantunesr committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3efc2c3 View commit details
    Browse the repository at this point in the history
  5. Update tests

    gantunesr committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    cfafaf0 View commit details
    Browse the repository at this point in the history
  6. feat(AddCustomCollectible): Update version

    gantunesr committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    2a265fd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. feat(ERC1155): Update standard

    gantunesr committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    7fc748c View commit details
    Browse the repository at this point in the history
  2. feat(ERC1155): Update standard

    gantunesr committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    a899204 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. feat(ERC1155): Get collection from OpenSea

    gantunesr committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a79126f View commit details
    Browse the repository at this point in the history
  2. feat(ERC1155): Get collection from OpenSea

    gantunesr committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    324ef91 View commit details
    Browse the repository at this point in the history
  3. Fix version

    gantunesr committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4d9d8bc View commit details
    Browse the repository at this point in the history
  4. Remove comments

    gantunesr committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    204ba1d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Add method to get token standard

    gantunesr committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7c9b8b1 View commit details
    Browse the repository at this point in the history
  2. Add rinkeby network id as constant

    gantunesr committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    57e3623 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Clean tests

    gantunesr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    5bdb719 View commit details
    Browse the repository at this point in the history
  2. Remove logs

    gantunesr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    fa3a558 View commit details
    Browse the repository at this point in the history
  3. Add standard to CollectibleMetadata object

    gantunesr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    36e50e3 View commit details
    Browse the repository at this point in the history
  4. Clean tests

    gantunesr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    078d9c6 View commit details
    Browse the repository at this point in the history
  5. Update constant name

    gantunesr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2370a31 View commit details
    Browse the repository at this point in the history
  6. Clean tests

    gantunesr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    672e00e View commit details
    Browse the repository at this point in the history
  7. Remove standard from object

    gantunesr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    48e094c View commit details
    Browse the repository at this point in the history
  8. Clean tests

    gantunesr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    54d6eb7 View commit details
    Browse the repository at this point in the history
  9. Update variable names

    gantunesr committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    22d7c30 View commit details
    Browse the repository at this point in the history