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

Move to cw721 package #161

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    2c684b8 View commit details
    Browse the repository at this point in the history
  2. renamed structs and deprecate: TokenInfo -> NftInfo, ContractInfo -> …

    …CollectionInfo, ContractInfoResponse -> CollectionInfoResponse
    taitruong committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c3dc54c View commit details
    Browse the repository at this point in the history
  3. cargo schema

    taitruong committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    98b7300 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. change storage keys for collection info and nft info, consider in mig…

    …ration and keep legacy data for backward migration
    taitruong committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5fd2f3b View commit details
    Browse the repository at this point in the history
  2. use PA repo for cw-ownable

    taitruong committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a2b5c12 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    b2f73a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d46d2b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d101cb View commit details
    Browse the repository at this point in the history
  4. cargo schema

    taitruong committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ddc3758 View commit details
    Browse the repository at this point in the history
  5. typo

    taitruong committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    18dd4d3 View commit details
    Browse the repository at this point in the history
  6. cleanup

    taitruong committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    917103c View commit details
    Browse the repository at this point in the history
  7. rename

    taitruong committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b3aac9e View commit details
    Browse the repository at this point in the history
  8. cargo schema

    taitruong committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8d61f85 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. cleanup

    taitruong committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    89da1ab View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. creator and owner changes:

    - new query GetMinterOwnership and GetCreatorOwnership, deprecated Ownership
    - new execute UpdateMinterOwnership and UpdateCreatorOwnership, deprecate UpdateOwnership
    - dedicated stores for minter and creator, where creator usess by default cw_ownable singleton!
    - new migrate msg allowing to reset creator and minter
    - cleanup migration and split legacy part to dedicated functions
    - also make sure using decicated CREATOR and MINTER stores and NOT use cw_ownable::...
    taitruong committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fcd5159 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. refactor and move key logic to cw721 package:

    - move logic from cw721-base to cw721
    - merge cw721-base and cw721-metadata-onchain into one, distinction is: `extension: T` where T for base contract is `type DefaultMetadataExtension = Option<Metadata>`
    - all logic now in default implementation for traits Cw721Execute and Cw721Query
    taitruong committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    56c6dae View commit details
    Browse the repository at this point in the history
  2. fix ci

    taitruong committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    895f462 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    taitruong committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    920a7d4 View commit details
    Browse the repository at this point in the history
  4. cargo fmt + clippy

    taitruong committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    641ede9 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    taitruong committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0e27df8 View commit details
    Browse the repository at this point in the history
  6. cargo schema

    taitruong committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8d91900 View commit details
    Browse the repository at this point in the history
  7. cargo clippy

    taitruong committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9010cac View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    bebe8b2 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    taitruong committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3d77652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a827a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b8b140 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. cargo schema

    taitruong committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ed37215 View commit details
    Browse the repository at this point in the history
  2. move to dedicated fn

    taitruong committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    ffa7424 View commit details
    Browse the repository at this point in the history
  3. docs

    taitruong committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5db17ec View commit details
    Browse the repository at this point in the history
  4. rename

    taitruong committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1e32fac View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. cargo clippy

    taitruong committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    53754d7 View commit details
    Browse the repository at this point in the history
  2. add build script

    taitruong committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dc8a01f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 23, 2024

  1. cleanup

    taitruong committed May 23, 2024
    Configuration menu
    Copy the full SHA
    67522f7 View commit details
    Browse the repository at this point in the history