Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ Defines each SPP term: quarters, budget, and the governance proposals that creat
| `budgetProposal` | Yes | Snapshot vote that defined the budget |
| `selectionProposal` | Yes | Snapshot vote that selected providers |

### Reporting cadence

A program's `year1Quarters` is the canonical list of reporting periods. Providers must publish one report per listed quarter, and report keys in `providers.json` must use these exact strings.

Streams rarely commence on a quarter boundary, so the first listed quarter is always the first **full** calendar quarter after `startDate`:

- **SPP1** started 2024-02-01 → first report quarter is `2024/Q2`.
- **SPP2** started 2025-05-26 → first report quarter is `2025/Q3`.

Any work done before that first quarter (the partial-period stub between `startDate` and the start of the first full quarter) is rolled into the first report; it should not be tracked as a separate report entry.

### Proposal fields

| Field | Required | Description |
Expand Down
10 changes: 6 additions & 4 deletions providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"reports": {
"2025/Q1": "https://discuss.ens.domains/t/eth-limo-q1-2025-update/20586",
"2025/Q3": "https://discuss.ens.domains/t/eth-limo-q3-2025-update/21577",
"2025/Q4": "https://discuss.ens.domains/t/eth-limo-q4-2025-update/21796"
"2025/Q4": "https://discuss.ens.domains/t/eth-limo-q4-2025-update/21796",
"2026/Q1": "https://discuss.ens.domains/t/eth-limo-q1-2026-update/22082"
}
},
{
Expand Down Expand Up @@ -82,7 +83,6 @@
}
},
"reports": {
"2025/Q2": "https://discuss.ens.domains/t/justaname-quarterly-reports/21042/1",
"2025/Q3": "https://discuss.ens.domains/t/justaname-quarterly-reports/21042/2",
"2025/Q4": "https://discuss.ens.domains/t/justaname-quarterly-reports/21042/3",
"2026/Q1": "https://discuss.ens.domains/t/justaname-quarterly-reports/21042/4"
Expand Down Expand Up @@ -178,7 +178,8 @@
},
"reports": {
"2025/Q2": "https://discuss.ens.domains/t/unruggable-spp2-q2-2025-quarterly-report/21200",
"2025/Q3": "https://discuss.ens.domains/t/unruggable-update-and-spp2-q3-2025-quarterly-report/21688"
"2025/Q3": "https://discuss.ens.domains/t/unruggable-update-and-spp2-q3-2025-quarterly-report/21688",
"2025/Q4": "https://discuss.ens.domains/t/unruggable-update-and-spp2-q4-2025-quarterly-report/22093"
}
},
{
Expand Down Expand Up @@ -208,7 +209,8 @@
"reports": {
"2025/Q3": "https://discuss.ens.domains/t/spp2-zk-email-application/20450/14",
"2025/Q4": "https://discuss.ens.domains/t/spp2-zk-email-application/20450/14",
"2026/Q1": "https://discuss.ens.domains/t/spp2-zk-email-application/20450/15"
"2026/Q1": "https://discuss.ens.domains/t/spp2-zk-email-application/20450/15",
"2026/Q2": "https://discuss.ens.domains/t/spp2-zk-email-application/20450/16"
}
}
]
Expand Down
Loading