синхронизация с солана

This commit is contained in:
2026-07-21 13:19:40 +03:00
commit 02a849089c
22 changed files with 3100 additions and 0 deletions
@@ -0,0 +1,9 @@
package sync.core;
public record SyncCheckpoint(
SyncState state,
Long lastObservedSlot,
Long lastReconciledSlot,
Long lastFullSyncSlot
) {
}