macroscopeapp[bot]

Results 44 comments of macroscopeapp[bot]

### Break the Client retain cycle by making `Conversations.client` and `PrivatePreferences.client` `unowned` and by updating `Client.debugInformation` to initialize `XMTPDebugInformation` with `environment.getHistorySyncUrl()` in [Client.swift](https://github.com/xmtp/xmtp-ios/pull/550/files#diff-0381c2582d775aaff61a210a57e880ad30d4014445efd0a8f5a88a6ef4ec63e9) Switch `Conversations.client` and `PrivatePreferences.client` to `unowned`, and...

### Add performance test that reproduces slow list conversation behavior during sync operations in DmTests - Adds `testIfAddressIsOnNetwork2` function to [DmTests.swift](https://github.com/xmtp/xmtp-ios/pull/542/files#diff-cca0e73dcfa0354a16a8df2025ace7578d348bc04d05b94ed6407d3ea2c9d0ea) that measures performance of conversation operations while background sync...

### Configure SwiftPM product as dynamic and switch binary target to `LibXMTPSwiftFFIDynamic` for release/v1.6.2-dylib in [Package.swift](https://github.com/xmtp/xmtp-ios/pull/626/files#diff-f913940c58e8744a2af1c68b909bb6383e49007e6c5a12fb03104a9006ae677e) Set product `type: .dynamic`, rename the binary target to `LibXMTPSwiftFFIDynamic`, and update its `url`...

### Fix typos in comments within `ledger.Ledger.CancelWithdrawal` in [ledger.go](https://github.com/xmtp/xmtpd/pull/1300/files#diff-2add3441510d2e7c0cfb0f226ef420158212ea6ef862c4f11f78870060261d86) to address chore motivation Correct comment spelling from "cancelation" to "cancellation" in `ledger.Ledger.CancelWithdrawal` in [ledger.go](https://github.com/xmtp/xmtpd/pull/1300/files#diff-2add3441510d2e7c0cfb0f226ef420158212ea6ef862c4f11f78870060261d86). #### 📍Where to Start Review the...