Remove membership classes (spec, registry schema, enforcement); no roles or tiers

This commit is contained in:
George Coles
2026-09-15 12:59:35 -04:00
parent 276fe5e438
commit dfa1fb1143
16 changed files with 68 additions and 222 deletions
-1
View File
@@ -19,7 +19,6 @@ use serde_json::Value;
fn member_with_enc(id: &str, ed: &Keypair, enc_public: &str) -> RegistryMember {
RegistryMember {
id: id.to_string(),
class: "source".to_string(),
keys: vec![KeyEntry {
key: ed.public_hex(),
not_before: 0,