save work

This commit is contained in:
StellaOps Bot
2025-12-19 07:28:23 +02:00
parent 6410a6d082
commit 2eafe98d44
97 changed files with 5040 additions and 1443 deletions

View File

@@ -3,6 +3,8 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
// ───────────────────────────────────────────────────────────────────────────
#if STELLAOPS_EXPERIMENTAL_DISTRIBUTED_VERIFY
using System.Collections.Concurrent;
using System.Net.Http.Json;
using System.Security.Cryptography;
@@ -439,3 +441,5 @@ public class DistributionStats
public int VirtualNodesPerNode { get; init; }
public Dictionary<string, string> CircuitBreakerStates { get; init; } = [];
}
#endif