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

Add EIP: Lockable Extension for ERC-721 #7066

Merged
merged 57 commits into from
Jun 26, 2023

Commits on May 25, 2023

  1. erc721lockable init

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a47a153 View commit details
    Browse the repository at this point in the history
  2. update discussion

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a8ed235 View commit details
    Browse the repository at this point in the history
  3. update license

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ae7c47d View commit details
    Browse the repository at this point in the history
  4. update readme

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b9f6c76 View commit details
    Browse the repository at this point in the history
  5. add eip header

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    6671aae View commit details
    Browse the repository at this point in the history
  6. update title

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d1bdba3 View commit details
    Browse the repository at this point in the history
  7. update readme

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b0d7f74 View commit details
    Browse the repository at this point in the history
  8. update readme

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ab1866e View commit details
    Browse the repository at this point in the history
  9. update readme

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    82b4ed1 View commit details
    Browse the repository at this point in the history
  10. update readme

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    59d0de1 View commit details
    Browse the repository at this point in the history
  11. update eip number

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    964ba2e View commit details
    Browse the repository at this point in the history
  12. update eip number

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2d23193 View commit details
    Browse the repository at this point in the history
  13. update eip number

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    990d9ff View commit details
    Browse the repository at this point in the history
  14. update eip number

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d339b67 View commit details
    Browse the repository at this point in the history
  15. update eip number

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b8dcef0 View commit details
    Browse the repository at this point in the history
  16. update readme

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    930ec58 View commit details
    Browse the repository at this point in the history
  17. update readme

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5bfacfe View commit details
    Browse the repository at this point in the history
  18. update readme

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    624b444 View commit details
    Browse the repository at this point in the history
  19. update readme

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    548f97e View commit details
    Browse the repository at this point in the history
  20. error codes

    piyush.chittara committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8c55c14 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. added interface to specification

    piyush.chittara committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9166465 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. lint fixe

    piyush.chittara committed May 31, 2023
    Configuration menu
    Copy the full SHA
    383f2b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. transfer with lock/approve

    piyush.chittara committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    42c2c4e View commit details
    Browse the repository at this point in the history
  2. rename

    piyush.chittara committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    fbec9a7 View commit details
    Browse the repository at this point in the history
  3. readme update

    piyush.chittara committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c6cb04e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. optimize lock/unlock

    piyush.chittara committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e7383b9 View commit details
    Browse the repository at this point in the history
  2. readme with new functions

    piyush.chittara committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3dc3465 View commit details
    Browse the repository at this point in the history
  3. readme update

    piyush.chittara committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9499213 View commit details
    Browse the repository at this point in the history
  4. error codes

    piyush.chittara committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    44170bb View commit details
    Browse the repository at this point in the history
  5. discussion link

    piyush.chittara committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    deee3f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. tokenId

    piyush.chittara committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    452b536 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. remove redundancy

    Piyush authored and Piyush committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    95609b4 View commit details
    Browse the repository at this point in the history
  2. updates test

    Piyush authored and Piyush committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7d7da36 View commit details
    Browse the repository at this point in the history
  3. updates doc

    Piyush authored and Piyush committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    73601d1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into ERC721Lockable

    StreamNFT authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1c38c46 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. review fixes

    Piyush authored and Piyush committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fa29104 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ERC721Lockable' of https://github.com/streamnft-tech/EIPs

    … into ERC721Lockable
    Piyush authored and Piyush committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b2b2df3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into ERC721Lockable

    StreamNFT authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6e442df View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. overrides and interface correction

    Piyush authored and Piyush committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ce80ffa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ERC721Lockable' of https://github.com/streamnft-tech/EIPs

    … into ERC721Lockable
    Piyush authored and Piyush committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f059e05 View commit details
    Browse the repository at this point in the history
  3. add locker to transferAndLock

    Piyush authored and Piyush committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e8bc642 View commit details
    Browse the repository at this point in the history
  4. remove locker

    Piyush authored and Piyush committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9bc7fe7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. license

    Piyush authored and Piyush committed Jun 17, 2023
    1 Configuration menu
    Copy the full SHA
    9147291 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ERC721Lockable

    StreamNFT authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    8422c63 View commit details
    Browse the repository at this point in the history
  3. doc update

    Piyush authored and Piyush committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    0b40ce1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ERC721Lockable' of https://github.com/streamnft-tech/EIPs

    … into ERC721Lockable
    Piyush authored and Piyush committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    cb8f306 View commit details
    Browse the repository at this point in the history
  5. doc update

    Piyush authored and Piyush committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    2afa055 View commit details
    Browse the repository at this point in the history
  6. doc update

    Piyush authored and Piyush committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    0bfb0f8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from piyush-chittara/ERC721Lockable

    update contributor info
    StreamNFT authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    1e15d1d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge branch 'master' into ERC721Lockable

    StreamNFT authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ab46fa0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ERC721Lockable

    StreamNFT authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    943374a View commit details
    Browse the repository at this point in the history
  3. author updates

    Piyush authored and Piyush committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    94c8e7a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ERC721Lockable' of https://github.com/streamnft-tech/EIPs

    … into ERC721Lockable
    Piyush authored and Piyush committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5dc7ee4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge branch 'master' into ERC721Lockable

    StreamNFT authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fec2757 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge branch 'master' into ERC721Lockable

    StreamNFT authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f7f0826 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Merge branch 'master' into ERC721Lockable

    StreamNFT authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e314b93 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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