Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

fix tests for did-filtering

Changed files
+6
constellation
src
storage
+6
constellation/src/storage/mod.rs
··· 816 version: (0, 0), 817 items: vec![], 818 next: None, 819 } 820 ); 821 ··· 852 rkey: "asdf".into(), 853 },], 854 next: None, 855 } 856 ); 857 ··· 869 version: (0, 0), 870 items: vec![], 871 next: None, 872 } 873 ); 874 ··· 926 }, 927 ], 928 next: None, 929 } 930 ); 931 ··· 957 }, 958 ], 959 next: Some(1), 960 } 961 ); 962 ··· 974 version: (0, 0), 975 items: vec![], 976 next: None, 977 } 978 ); 979 });
··· 816 version: (0, 0), 817 items: vec![], 818 next: None, 819 + total: 0, 820 } 821 ); 822 ··· 853 rkey: "asdf".into(), 854 },], 855 next: None, 856 + total: 1, 857 } 858 ); 859 ··· 871 version: (0, 0), 872 items: vec![], 873 next: None, 874 + total: 0, 875 } 876 ); 877 ··· 929 }, 930 ], 931 next: None, 932 + total: 2, 933 } 934 ); 935 ··· 961 }, 962 ], 963 next: Some(1), 964 + total: 3, 965 } 966 ); 967 ··· 979 version: (0, 0), 980 items: vec![], 981 next: None, 982 + total: 0, 983 } 984 ); 985 });