feat: publish key bundles and accounts via logos delivery (#184)

* feat: publish key bundles and accounts via logos delivery

* chore: clear format

* feat: use protobuf for registry

* chore: update chat proto rev

* feat: merge http registry into logos delivery

* chore: renaming chat store for contact registry
This commit is contained in:
kaichao
2026-07-26 09:10:43 +08:00
committed by GitHub
parent 7474f023ed
commit 5c55c2ee76
13 changed files with 715 additions and 455 deletions
+4 -1
View File
@@ -4,7 +4,10 @@ mod storage;
mod wakeup;
pub use contact_registry::ephemeral::EphemeralRegistry;
pub use contact_registry::http::{HttpRegistry, HttpRegistryError};
pub use contact_registry::store::{
ACCOUNT_SUBMIT_ADDRESS, ContactRegistry, ContactRegistryError, KEYPACKAGE_SUBMIT_ADDRESS,
RegistryPublishMode,
};
pub use delivery::*;
pub use storage::*;
pub use wakeup::*;