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-0096? | On-chain dApp Certification Metadata #499

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Commits on Apr 7, 2023

  1. CIP-123: On-chain Certification Metadata Standard

    Initialization of CIP-123 for On-chain Certification Metadata Standard.
    
    This CIP proposes a way to record certification and audits on-chain with mechanisms to:
    - check the origin of the certification/audit
    - anchor the on-chain certificate to off-chain metadata
    - link certificates to registered DApps that used CIP-72
    - link certificates to deployed version of DApps
    RSoulatIOHK committed Apr 7, 2023
    Copy the full SHA
    f74406a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ea410b6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a46adf3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9070af2 View commit details
    Browse the repository at this point in the history
  5. Changed the file name

    As requested by @rphair, I changed the folder name
    RSoulatIOHK committed Apr 7, 2023
    Copy the full SHA
    62c468a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    55ec9b6 View commit details
    Browse the repository at this point in the history
  7. Used a markdown linter

    Thanks @Niols for the suggestion!
    RSoulatIOHK committed Apr 7, 2023
    Copy the full SHA
    4859ff4 View commit details
    Browse the repository at this point in the history
  8. Added Simon as an author

    RSoulatIOHK committed Apr 7, 2023
    Copy the full SHA
    9ffc24f View commit details
    Browse the repository at this point in the history
  9. add dApp to CIP title

    Co-authored-by: Ryan Williams <44342099+Ryun1@users.noreply.github.com>
    rphair and Ryun1 committed Apr 7, 2023
    Copy the full SHA
    2af2e0a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    b59ba2b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Fixed the schemas

    Now the json examples are valid against the schemas and the schemas no longer have errors.
    RSoulatIOHK committed Apr 12, 2023
    Copy the full SHA
    dd34d06 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Fixes

    RSoulatIOHK committed Apr 14, 2023
    Copy the full SHA
    4866150 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. certificationLevel is now enum

    Following @matiwinnetou suggestion, I changed the certificationLevel to enum
    RSoulatIOHK committed Apr 17, 2023
    Copy the full SHA
    a680f20 View commit details
    Browse the repository at this point in the history
  2. Updated the "script" object

    Removed fullScriptHash and contract address is no longer mandatory as it can be calculated
    RSoulatIOHK committed Apr 17, 2023
    Copy the full SHA
    bfef678 View commit details
    Browse the repository at this point in the history
  3. Added some patterns

    They have been produced by ChatGPT so they might be incorrect.
    RSoulatIOHK committed Apr 17, 2023
    Copy the full SHA
    ecf72de View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b32a950 View commit details
    Browse the repository at this point in the history
  5. Fix the json patterns

    RSoulatIOHK committed Apr 17, 2023
    Copy the full SHA
    3828db9 View commit details
    Browse the repository at this point in the history
  6. Quick fix

    RSoulatIOHK committed Apr 17, 2023
    Copy the full SHA
    83cfa9a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Added the CDDL schemas

    Still work to do:
    Regex have not been put into the CDDL
    Check the length of the different fields in regex and the spec
    RSoulatIOHK committed Apr 20, 2023
    Copy the full SHA
    0a66ffd View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Copy the full SHA
    ca9240b View commit details
    Browse the repository at this point in the history
  2. Update CIP-onchain-cert-metadata/README.md

    Co-authored-by: Ryan Williams <44342099+Ryun1@users.noreply.github.com>
    RSoulatIOHK and Ryun1 committed Apr 21, 2023
    Copy the full SHA
    b9a88b1 View commit details
    Browse the repository at this point in the history
  3. Changed the Copyright notice following @Ryun1 suggestion

    Co-authored-by: Ryan Williams <44342099+Ryun1@users.noreply.github.com>
    RSoulatIOHK and Ryun1 committed Apr 21, 2023
    Copy the full SHA
    8c37a6e View commit details
    Browse the repository at this point in the history
  4. Fixed missing points in the json schemas descriptions

    Thanks matiwinnetou
    RSoulatIOHK committed Apr 21, 2023
    Copy the full SHA
    957cc30 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9020c0e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Copy the full SHA
    7fca65d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Various updates (CDDL, Wallet suggestion, Certification level referen…

    …ce, Path to activate addition)
    RSoulatIOHK committed May 3, 2023
    Copy the full SHA
    112beb7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Update README.md

    RSoulatIOHK committed May 15, 2023
    Copy the full SHA
    fd8c736 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Update CIP-onchain-cert-metadata/README.md

    Spelling mistakes fixed.
    
    Co-authored-by: Ryan Williams <44342099+Ryun1@users.noreply.github.com>
    RSoulatIOHK and Ryun1 committed May 16, 2023
    Copy the full SHA
    721263b View commit details
    Browse the repository at this point in the history
  2. Update CIP-onchain-cert-metadata/README.md

    Spelling and link
    
    Co-authored-by: Ryan Williams <44342099+Ryun1@users.noreply.github.com>
    RSoulatIOHK and Ryun1 committed May 16, 2023
    Copy the full SHA
    3eaeb6d View commit details
    Browse the repository at this point in the history
  3. Removed a section that was supposed to be commented out

    Removed a section that was supposed to be commented out
    RSoulatIOHK committed May 16, 2023
    Copy the full SHA
    9c29d7f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Update CIP-onchain-cert-metadata/README.md

    Added CIP number
    
    Co-authored-by: Robert Phair <rphair@cosd.com>
    RSoulatIOHK and rphair committed May 24, 2023
    Copy the full SHA
    68e2fb7 View commit details
    Browse the repository at this point in the history
  2. Changed folder name

    RSoulatIOHK committed May 24, 2023
    Copy the full SHA
    3c1921c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fixed few things

    RSoulatIOHK committed May 31, 2023
    Copy the full SHA
    2b975d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Copy the full SHA
    cd2e166 View commit details
    Browse the repository at this point in the history
  2. Update CIP-0096/README.md

    Co-authored-by: Robert Phair <rphair@cosd.com>
    RSoulatIOHK and rphair committed Jun 9, 2023
    Copy the full SHA
    f2abad6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    22a791e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    520e8f7 View commit details
    Browse the repository at this point in the history
  5. Addresses the three comments that were left unanswered

    Thank you @rphair for your great review!
    RSoulatIOHK committed Jun 9, 2023
    Copy the full SHA
    ec444bf View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Copy the full SHA
    84a37f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Copy the full SHA
    834afba View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Link to the schema files and removal of the schemas in the README text.

    Removed the Schemas from the readme.
    Added links to the schemas files.
    Added a JSON example for the onchain.
    Fixed the subject value in the examples.
    RSoulatIOHK committed Jun 28, 2023
    Copy the full SHA
    8403dcd View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Create level-0.md

    RSoulatIOHK committed Nov 10, 2023
    Copy the full SHA
    7d502be View commit details
    Browse the repository at this point in the history
  2. Update level-0.md

    RSoulatIOHK committed Nov 10, 2023
    Copy the full SHA
    14ffe70 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Changes

    RSoulatIOHK committed Nov 17, 2023
    Copy the full SHA
    5bbb1c0 View commit details
    Browse the repository at this point in the history