refactor(server): rework envelopes and integrity check

This commit is contained in:
hdbg
2026-04-05 10:47:21 +02:00
committed by Skipper
parent ba7bfe9b6f
commit d55e9880ec
28 changed files with 926 additions and 1209 deletions

View File

@@ -61,10 +61,6 @@ pub mod proto {
pub mod evm {
tonic::include_proto!("arbiter.evm");
}
pub mod integrity {
tonic::include_proto!("arbiter.integrity");
}
}
#[derive(Debug, Clone, PartialEq, Eq)]