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

Retro Funding allocations across rounds #616

Open
JSeiferth opened this issue Feb 12, 2025 · 0 comments
Open

Retro Funding allocations across rounds #616

JSeiferth opened this issue Feb 12, 2025 · 0 comments

Comments

@JSeiferth
Copy link
Collaborator

JSeiferth commented Feb 12, 2025

Objective

There is currently no consolidated source that tracks the total OP allocations received by projects across all Retro Funding rounds. Our goal is to build a comprehensive database that captures the reward history of all projects from Retro Funding Rounds 2 to 6.


Deliverable

A single, unified table that lists all OP allocations for projects across Retro Funding Rounds 2-6.
The desired schema for this output can be found here.


Scope of Work

  1. Source Data:

    • All CSV files containing Retro Funding results for each round are available here.
  2. Unifying Project Allocations:

    • Use the ProjectID to standardize project data.
    • Rounds 4, 5, and 6 use a consistent ProjectID format, labeled as "OPAtlas_ProjectId" in the schema.
    • Rounds 2 and 3 use outdated ProjectIDs that are incompatible with the current system and will require reconciliation.
  3. Project Matching Across Rounds:

    • Identify projects that received rewards in Rounds 2 or 3 and also participated in Rounds 4, 5, or 6.
    • Matching can be done using project names; however, names may differ across rounds. Manual verification will be needed for discrepancies.
      • Example: The project Go-Ethereum may appear as "Geth" in earlier rounds and "Go-Ethereum" in later ones.
    • Use this reference sheet as a starting point, which includes preliminary matching attempts.
  4. Include Organization Data:

    • If a OrgID is associated with a ProjectID, include it in the final output.
    • If no organization is linked, leave the field blank.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant