verstak/internal/core/sync
mirivlad 50e7e95844 test(sync): add end-to-end two-client sync smoke test
TestE2ESync starts a real server process, registers user, pairs two devices,
pushes a node op from client A, pulls on client B, verifies payload content,
and confirms /api/auth/test does not create devices.
2026-06-02 08:02:19 +08:00
..
blob.go feat: sync — client ops recording in core services 2026-06-01 22:54:23 +08:00
client.go fix(sync): add ClientSequence and LastSeenServerSeq to Op struct and Push 2026-06-02 08:02:03 +08:00
sync.go fix(sync): add ClientSequence and LastSeenServerSeq to Op struct and Push 2026-06-02 08:02:03 +08:00
sync_e2e_test.go test(sync): add end-to-end two-client sync smoke test 2026-06-02 08:02:19 +08:00