Voting Ledger Snapshots
With snapshots of the voting ledger published hourly, anyone can verify that recorded votes remain unchanged across the voting lifecycle
> curl -s https://archiver.projectcatalyst.io/api/v1/archives/ | jq
{
"next": "",
"archives": [
{
"id": "019fd6b2-c36b-419f-8a2d-ebf06b91a762",
"size": 364315029,
"compression": "zstd",
"packaging": "tar",
"metadata": {
"epoch": "1952",
"fund": "fund10",
"slot": "14",
"timestamp": "2023-08-29T18:00:59Z"
}
},
{
"id": "64c56031-56ab-43dd-a1ca-138a85298d2b",
"size": 372405154,
"compression": "zstd",
"packaging": "tar",
"metadata": {
"epoch": "1954",
"fund": "fund10",
"slot": "17",
"timestamp": "2023-08-29T20:01:09Z"
}
},
{
"id": "ad16b160-0cc2-4252-ae61-f468c95cbf29",
"size": 364453534,
"compression": "zstd",
"packaging": "tar",
"metadata": {
"epoch": "1953",
"fund": "fund10",
"slot": "23",
"timestamp": "2023-08-29T19:01:34Z"
}
}
]
}Last updated
