Fix/issue #1001 dead node detection (#1054)

Co-authored-by: weisd <im@weisd.in>
Co-authored-by: Jitterx69 <mohit@example.com>
This commit is contained in:
Jitter
2025-12-08 09:59:46 +05:30
committed by GitHub
parent 834025d9e3
commit 76d25d9a20
9 changed files with 369 additions and 79 deletions

2
Cargo.lock generated
View File

@@ -7157,6 +7157,7 @@ dependencies = [
"serde",
"tokio",
"tonic",
"tracing",
"uuid",
]
@@ -7484,6 +7485,7 @@ dependencies = [
"tonic",
"tonic-prost",
"tonic-prost-build",
"tracing",
]
[[package]]