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

Created ERC1155 ownable example/template #2807

Merged
merged 31 commits into from
May 8, 2022
Merged

Commits on Apr 17, 2022

  1. Created ERC1155 ownable example/template

    DataBeast-IT committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    7053631 View commit details
    Browse the repository at this point in the history
  2. Applied most of proposed changes

    DataBeast-IT committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    f73abfe View commit details
    Browse the repository at this point in the history
  3. Applied more of the feedback.

    DataBeast-IT committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    9d6cb9c View commit details
    Browse the repository at this point in the history
  4. ERC165 fix

    DataBeast-IT committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    c4636d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Applied @view/@pure, updated test to accomodate

    DataBeast-IT committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    f45f150 View commit details
    Browse the repository at this point in the history
  2. Moved tests into the correct folder

    DataBeast-IT committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    435ced8 View commit details
    Browse the repository at this point in the history
  3. added interface ERC1155.py

    DataBeast-IT committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    76a0db2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2a5305 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

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

Commits on Apr 25, 2022

  1. rewrote tests to use eth-tester

    DataBeast-IT committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    4bd7c35 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. cleaned up brownie tests in favor of eth-tester

    DataBeast-IT committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d776fad View commit details
    Browse the repository at this point in the history
  2. Update examples/tokens/ERC1155ownable.vy

    Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
    Doc-Pixel and fubuloubu committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e3e0a51 View commit details
    Browse the repository at this point in the history
  3. applied proposed changes in contract and tests

    DataBeast-IT committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    6be8be4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/Doc-Pixel/vyper

    DataBeast-IT committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5d50181 View commit details
    Browse the repository at this point in the history
  5. interface fix / callback bytes constant

    DataBeast-IT committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    9ff63bb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Ownership test assertion to ZERO_ADDRESS

    DataBeast-IT committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    241b0c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. reworked uri part, simplified tests

    DataBeast-IT committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    72f9bff View commit details
    Browse the repository at this point in the history
  2. Fixed all testscript issues

    DataBeast-IT committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    24b21f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3d2be8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Update examples/tokens/ERC1155ownable.vy

    Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
    Doc-Pixel and fubuloubu committed May 1, 2022
    Configuration menu
    Copy the full SHA
    d374eed View commit details
    Browse the repository at this point in the history
  2. Update examples/tokens/ERC1155ownable.vy

    Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
    Doc-Pixel and fubuloubu committed May 1, 2022
    Configuration menu
    Copy the full SHA
    cff1c64 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. applied codebase shrink tips, adjusted tests

    DataBeast-IT committed May 2, 2022
    Configuration menu
    Copy the full SHA
    08e4cc7 View commit details
    Browse the repository at this point in the history
  2. cleaning up commented out code

    DataBeast-IT committed May 2, 2022
    Configuration menu
    Copy the full SHA
    f1ec2e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0297391 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    375f624 View commit details
    Browse the repository at this point in the history
  5. pull, isort, black, push

    DataBeast-IT committed May 2, 2022
    Configuration menu
    Copy the full SHA
    d87c321 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Resolved linter issues

    Doc-Pixel committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a98de54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f2eb31 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Fixed ownership check in safeTransferFrom

    DataBeast-IT committed May 4, 2022
    Configuration menu
    Copy the full SHA
    904ba2a View commit details
    Browse the repository at this point in the history
  2. Fixed setURI permissions, updated to docstrings

    DataBeast-IT committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d904063 View commit details
    Browse the repository at this point in the history
  3. Minor test update

    DataBeast-IT committed May 4, 2022
    Configuration menu
    Copy the full SHA
    4d97475 View commit details
    Browse the repository at this point in the history