Add daemon-owned Iroh endpoint

This commit is contained in:
Eric Wendland 2026-05-16 01:54:00 +02:00
commit ebc40ed208
14 changed files with 3930 additions and 431 deletions

View file

@ -49,6 +49,11 @@ impl GethPaths {
self.identity_dir().join("agent.ed25519")
}
#[must_use]
pub fn iroh_key(&self) -> PathBuf {
self.identity_dir().join("iroh.ed25519")
}
#[must_use]
pub fn cas_dir(&self) -> PathBuf {
self.home.join("cas")