b6ce4fae43
Add type-aware REQUEST_SYNC sync rounds ( #853 )
...
Co-authored-by: jack <jackjackbits@users.noreply.github.com >
2025-10-22 12:24:29 +02:00
3d914dcf46
Convert the remaining tests to Swift Testing ( #781 )
...
* SwiftTesting: NoiseProtocolTests + BinaryProtocolPaddingTests
* SwiftTesting: `NotificationStreamAssemblerTests`
* SwiftTesting: `NostrProtocolTests`
* SwiftTesting: `BinaryProtocolTests`
* SwiftTesting: `PeerIDTests`
* SwiftTesting: `BLEServiceTests`
* SwiftTesting: `CommandProcessorTests`
* SwiftTesting: `GCSFilterTests`
* SwiftTesting: `GeohashBookmarksStoreTests`
* Remove `peerID` test constants
* Remove PeerID + String interop from tests
* Refactor IntegrationTests to extract state management
* Refactor global state management of MockBLEService
* NoiseProtocolSwiftTests: `actor` -> `struct`
* Remove measurement tests w/ no benchmark
* `NoiseProtocolSwiftTests` -> `NoiseProtocolTests`
* SwiftTesting: `LocationChannelsTests`
* SwiftTesting: `GossipSyncManagerTests`
* SwiftTesting: `LocationNotesManagerTests`
* Global `sleep` function for tests
* SwiftTesting: `IntegrationTests`
---------
Co-authored-by: jack <jackjackbits@users.noreply.github.com >
2025-10-15 01:04:01 +02:00
6588861e34
Align gossip sync stale cleanup with Android client ( #798 )
...
* Align DM sheet toolbar with people list
* Gate stale gossip announcements
* Remove stale peer messages during gossip cleanup
---------
Co-authored-by: jack <jackjackbits@users.noreply.github.com >
2025-10-14 13:54:36 +02:00
Islam and GitHub
2673d28686
PeerID 12/n: GossipSyncManager ( #751 )
...
* Noise types use PeerID
* Fix tests
* Extract `NoiseSessionManager` into a separate file
* Extract `NoiseSessionState` into a separate file
* Remove `failed` state from `NoiseSessionState`
* Extract `NoiseSessionError` into a separate file
* PeerID 12/n: `GossipSyncManager`
2025-10-05 15:53:57 +02:00
3a94b57341
Fix BLE stream crashes and gossip sync races ( #663 )
...
* Handle long BLE packets safely
* Keep BLE stream aligned after partial drops
---------
Co-authored-by: jack <jackjackbits@users.noreply.github.com >
2025-09-23 14:06:13 +02:00