| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-10 | Phase 10: Remove obsolete proactive_sync_basic.rs test file | DanConwayDev | |
| All tests from this file have been migrated to the new modular structure: - tests/sync/bootstrap.rs (Tests 1, 4) - tests/sync/discovery.rs (Tests 2, 3) - tests/sync/live_sync.rs (Tests 5, 6, 7) - tests/sync/tag_variations.rs (Tests 8a-c, 9a-c) - tests/sync/catchup.rs (Test 0) Verified: cargo test --test sync shows 19 passed, 5 ignored | |||
| 2025-12-08 | tests: discover and sync from relay in annocunement published directly | DanConwayDev | |
| 2025-12-05 | test: fix proactive sync basic tests | DanConwayDev | |
| 2025-12-05 | fix basic sync tests | DanConwayDev | |
| 2025-12-04 | feat(sync): Phase 1 MVP - single relay proactive sync | DanConwayDev | |
| - Add src/sync/ module with SyncManager - Add NGIT_SYNC_RELAY_URL config option - Subscribe to kind 30617 on configured relay - Validate synced events through Nip34WritePolicy - Integration test with two TestRelay instances | |||