You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionMessagingKit
Morgan Pretty e29758e401 Updated GRDB and refactored internal Storage operations
• Updated to GRDB 7.3.0 (from 6.29.3)
• Updated the ConfigMessageReceiveJob and MessageReceiveJob to use the `writeAsync` function (instead of the blocking `write` function) so that they aren't subject to the `Storage.transactionDeadlockTimeoutSeconds`
• Refactored the `Storage.performOperation` and `Storage.performPublisherOperation` to rely on the new cancellable async/await `Task` logic that GRDB 7 supports (as apparently the other async methods don't support cancellation...)
• Cleaned up some "Sendable" related warnings
• Minor tweaks to `Log.assertOnMainThread` to make it a little more readable
4 weeks ago
..
Calls Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 4 months ago
Crypto Some code clean up and bug fixes 6 months ago
Database Fixed a silly message variant bug, unit test env var tweaks 1 month ago
Jobs Updated GRDB and refactored internal Storage operations 4 weeks ago
LibSession Fixed a few issues that came up when testing 2 months ago
Messages Added timestamp verification logic and fixed a couple of QA issues 2 months ago
Meta Refactored AppContext and AppRediness to Swift 1 year ago
Open Groups Fixed a few bugs which came up during testing 1 month ago
Protos Added timestamp verification logic and fixed a couple of QA issues 2 months ago
Sending & Receiving Fixed a few bugs which came up during testing 1 month ago
Shared Models Fixed a couple of issues found during internal testing 1 month ago
Utilities Fixed a few issues that came up when testing 2 months ago
Configuration.swift Fixed a silly message variant bug, unit test env var tweaks 1 month ago