forked from ryyst/kalzu-value-store
- Implemented fetchSingleKVFromPeer: HTTP client to fetch KV pairs from peers - Implemented getLocalData: Badger DB access for local data retrieval - Implemented deleteKVLocally: Local deletion with timestamp index cleanup - Implemented storeReplicatedDataWithMetadata: Preserves original UUID/timestamp - Implemented resolveConflict: Simple conflict resolution (newer timestamp wins) - Implemented fetchAndStoreRange: Fetches KV ranges for Merkle sync This fixes the critical data replication issue where sync was failing with "not implemented" errors. Integration tests now pass for data replication. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>