feat(user-agent): add VaultGate for sealed vault authentication

This commit is contained in:
hdbg
2026-04-08 18:29:52 +02:00
committed by Skipper
parent af7e90dcad
commit 1d9b572565
24 changed files with 900 additions and 625 deletions

View File

@@ -13,6 +13,7 @@ pub mod bootstrap;
pub mod evm;
pub mod flow_coordinator;
pub mod vault;
pub mod useragent_registry;
#[derive(Error, Debug)]
pub enum SpawnError {