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

CIP-0088? | Token Policy Registration #467

Merged
merged 33 commits into from
Dec 12, 2023

Commits on Feb 27, 2023

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

Commits on Mar 6, 2023

  1. qualify pull request discussion URL

    Co-authored-by: Ryan Williams <44342099+Ryun1@users.noreply.github.com>
    rphair and Ryun1 authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6396990 View commit details
    Browse the repository at this point in the history
  2. correct anchor for CIP-0036 URL

    Co-authored-by: Ryan Williams <44342099+Ryun1@users.noreply.github.com>
    rphair and Ryun1 authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    87cee97 View commit details
    Browse the repository at this point in the history
  3. reformat license to standard CIP form

    Co-authored-by: Ryan Williams <44342099+Ryun1@users.noreply.github.com>
    rphair and Ryun1 authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f1981c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    18bc58a View commit details
    Browse the repository at this point in the history
  2. Add proposed CIP-26 Fungible Token registration along with examples a…

    …nd schema documentation.
    Crypto2099 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    131a338 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/token-registration' into token-r…

    …egistration
    
    # Conflicts:
    #	CIP-XXXX/README.md
    Crypto2099 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    79ff0f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Minor formatting changes for CIP-26 README.md as well as first draft …

    …specification for CIP-25/68 NFT Metadata standards.
    Crypto2099 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a8472f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6ef38f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Update CIP-XXXX/README.md

    Co-authored-by: Matthias Benkort <5680256+KtorZ@users.noreply.github.com>
    Crypto2099 and KtorZ authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e300829 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Update directory structure to use proposed CIP cardano-foundation#88

    …and add 867 metadatum label to the CIP-10 registry.
    Crypto2099 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    24d8fdc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'token-registration' of https://github.com/Crypto2099/CIPs

    … into token-registration
    
    # Conflicts:
    #	CIP-0088/README.md
    Crypto2099 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6e4ca32 View commit details
    Browse the repository at this point in the history
  3. Update CIP Title

    Crypto2099 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    aadb582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a18a571 View commit details
    Browse the repository at this point in the history
  5. **CIP-0088: Token Policy Registration**

    Updates to README.md based on feedback of CIP editors and community.
    Crypto2099 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    9b00dcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36633e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. **CIP-0088: Token Policy Registration**

    - Add v1.0.0 CDDL spec
    - Update primary README.md file to use updated CBOR CDDL notation for examples as well as enhance display formatting and examples.
    Crypto2099 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    92999f7 View commit details
    Browse the repository at this point in the history
  2. **CIP-0088: Token Policy Registration**

    - Update readme to address issues and questions presented by CPS-0001
    - Update CDDL to support a more flexible scoping structure for future expansion
    Crypto2099 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    36f4a4f View commit details
    Browse the repository at this point in the history
  3. Update CIP-0088/README.md

    Co-authored-by: Robert Phair <rphair@cosd.com>
    Crypto2099 and rphair authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    73efd08 View commit details
    Browse the repository at this point in the history
  4. Update CIP-0088/README.md

    Co-authored-by: Robert Phair <rphair@cosd.com>
    Crypto2099 and rphair authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    b393db2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. **CIP-0088: Token Policy Registration**

    - Update for preliminary support for CIP-48 (Metadata References)
    - Updates to make the validation method a UInt format index of well-defined methods for validation
    - Clean-up of some of the CBOR examples
    Crypto2099 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f5b8c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02d70a6 View commit details
    Browse the repository at this point in the history
  3. **CIP-0088: Registration Certificates**

    - Minor typo fix
    Crypto2099 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2194e4e View commit details
    Browse the repository at this point in the history
  4. **CIP-0088: Registration Certificates**

    - Fix typo in discussions link
    Crypto2099 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2b89192 View commit details
    Browse the repository at this point in the history
  5. **CIP-0088: Registration Certificates**

    - Rename and split CDDL files to better support dynamic versioning and iteration of CIP-Specific details in the future.
    Crypto2099 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c3cf7e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46dbafd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b6d7d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

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

Commits on Jul 8, 2023

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

Commits on Nov 17, 2023

  1. Updates to CIP-88:

    - Complete restructuring of CIP-Specific Documentation
    - Provide context for when, where, and how to create extensions and modifications to the CIP
    - Improve documentation and optimize some data structures
    - Switch to Unsigned Integer version numbers for maximum on-chain compatibility
    - Finalize v1 documentation for most of the specification so that work on publication and validation can begin.
    
    This version should be approaching readiness to begin testing the publication and validation of information on testnet to confirm that all data structures work as expected.
    Crypto2099 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f6c1d69 View commit details
    Browse the repository at this point in the history
  2. Fix YAML header

    Crypto2099 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3504937 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update CIP-0088/README.md

    Co-authored-by: Robert Phair <rphair@cosd.com>
    Crypto2099 and rphair authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    637f023 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Update Native Script scope

    Updated examples to include Native Script scope and also included some updates to examples and other documentation to ensure consistency.
    Crypto2099 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    221453a View commit details
    Browse the repository at this point in the history