Встроить синхронизацию Solana users в сервер

This commit is contained in:
AidarKC
2026-07-23 23:49:39 +04:00
parent 4704f8485b
commit 5df69d73c7
24 changed files with 6243 additions and 1 deletions
@@ -8,6 +8,7 @@ import org.slf4j.LoggerFactory;
import server.debug.DebugApiConfigurator;
import server.sync.BlockchainResyncRecoveryOnStartup;
import server.sync.PeriodicBlockchainSyncService;
import server.sync.SolanaUsersSyncStartupService;
import server.sync.SyncServersBootstrapService;
import utils.config.AppConfig;
@@ -49,6 +50,11 @@ public final class WsServer {
throw e;
}
// ============================================================
// 1.0) Синхронизация пользовательских Solana PDA
// ============================================================
SolanaUsersSyncStartupService.startOrThrow();
// ============================================================
// 1) Настройки порта
// ============================================================