Add member directory and aggregates, cut citation economics from spec (Draft 0.4)

This commit is contained in:
George Coles
2026-09-15 03:56:11 -04:00
parent 82a95fb907
commit fb45cfa8cf
13 changed files with 890 additions and 79 deletions
-1
View File
@@ -115,7 +115,6 @@ pub struct AggregateBody {
pub period: String,
pub sent: u64,
pub passed: u64,
pub cited: u64,
}
pub fn require_type(envelope: &Envelope, expected: &str) -> Result<()> {