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

feat(nft): Rental NFT(ADR 4907) #326

Draft
wants to merge 20 commits into
base: release/v1.8.0
Choose a base branch
from
Draft

Commits on Nov 29, 2022

  1. add adr 4907

    sheldon committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    7fed388 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. generate rental proto

    taramakage committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    98b348b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    996e712 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. fix rental module

    taramakage committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d0a5a3b View commit details
    Browse the repository at this point in the history
  2. fix proto

    taramakage committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    17b1f46 View commit details
    Browse the repository at this point in the history
  3. fix rental proto and types

    taramakage committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    87f2b90 View commit details
    Browse the repository at this point in the history
  4. impl rental msg server

    taramakage committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b8965ee View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. imp rental query server

    taramakage committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    831544c View commit details
    Browse the repository at this point in the history
  2. fix genesis import/export

    taramakage committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2194d2a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. add unit test

    taramakage committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e140007 View commit details
    Browse the repository at this point in the history
  2. move rental under nft

    taramakage committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8f174df View commit details
    Browse the repository at this point in the history
  3. add unit test

    taramakage committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    a185f4d View commit details
    Browse the repository at this point in the history
  4. add rental enable option

    taramakage committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    70e2553 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. fix unit test

    taramakage committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    26a9476 View commit details
    Browse the repository at this point in the history
  2. fix proto

    taramakage committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    12ac62b View commit details
    Browse the repository at this point in the history
  3. add denom userdata handler

    taramakage committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2e7d098 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. refactor rental

    taramakage committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    189d058 View commit details
    Browse the repository at this point in the history
  2. rm rental keys

    taramakage committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    89ced9b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. fix rental

    taramakage committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    3634423 View commit details
    Browse the repository at this point in the history
  2. add cli

    taramakage committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    4149361 View commit details
    Browse the repository at this point in the history