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

🏛️ [EPIC] : Add Artifact records to cardano blockchain during fund 12+ cycles. #676

Open
5 of 8 tasks
stevenj opened this issue Feb 21, 2024 · 1 comment
Open
5 of 8 tasks
Assignees
Labels
enhancement New feature or request

Comments

@stevenj
Copy link
Collaborator

stevenj commented Feb 21, 2024

Summary

We need to create and record records on the blockchain to help audit the various artefacts we produce during a fund, starting with F12.

JIRA Epic

https://input-output.atlassian.net/browse/NPG-????

Description

The main artifacts we need to capture are:

  • All the event start artifacts:
    • Block 0
    • Snapshot
    • Final proposals lists/reviews/etc
    • Other stuff?
  • Running audit entries
    • 1 record per blockchain archive (1 per hour) during F12.
  • Final Artifacts
    • Results
    • Anything else?

The metadata on chain needs to capture:

  • name of the fund
  • name of the artifact
  • hash of the artifact
  • link to the artifact

We can store this as an array so we can put multiple entries in a single transaction (as required).

Todo

@stevenj stevenj added the enhancement New feature or request label Feb 21, 2024
@Mr-Leshiy Mr-Leshiy assigned Mr-Leshiy, kukkok3 and stevenj and unassigned Mr-Leshiy Feb 28, 2024
@stevenj
Copy link
Collaborator Author

stevenj commented Mar 12, 2024

Suggested Metadata:
Use CIP-20

Example for multiple messages/comments/memos:

{
  "674":
         {
           "msg":
                  [
                    "Catalyst Audit Data",
                    "fund-name: fund 1234",
                    "artifact: Fund Parameters",
                    "hash: 0x1234...abcd",
                    "link: https://www.somewhere.io/something/something/FundParameters.zip"
                  ]
         }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants