Extract Nostr into a dedicated module

This commit is contained in:
islam
2026-04-14 20:23:16 +01:00
parent e8fb4a6333
commit fa45ee3aea
49 changed files with 778 additions and 714 deletions
@@ -1,4 +1,5 @@
import Foundation
import Nostr
import Tor
import XCTest
@testable import bitchat
@@ -303,6 +304,7 @@ final class GeoRelayDirectoryTests: XCTestCase {
retrySleep: { delay in
await retryRecorder.record(delay)
},
torReadyNotificationName: .TorDidBecomeReady,
activeNotificationName: activeNotificationName,
autoStart: autoStart
)