Skip to content

Commit

Permalink
Performance improvements to 1to1 dm peerinboxId (#413)
Browse files Browse the repository at this point in the history
* update package

* add performance test and signing key

* improve dm performance

* update all streams

* remove perf test

* fix up the test

* swift format is finally here

* swift format one other file
  • Loading branch information
nplasterer authored Nov 1, 2024
1 parent 0a8b708 commit 67b94e6
Show file tree
Hide file tree
Showing 9 changed files with 1,471 additions and 815 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
.package(url: "https://github.com/1024jp/GzipSwift", from: "5.2.0"),
.package(url: "https://github.com/bufbuild/connect-swift", exact: "0.12.0"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.0.0"),
.package(url: "https://github.com/xmtp/libxmtp-swift.git", exact: "0.5.10"),
.package(url: "https://github.com/xmtp/libxmtp-swift.git", exact: "0.6.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
1 change: 1 addition & 0 deletions Sources/XMTPiOS/ApiClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ extension GenericErrorDescribing {
let .GroupMutablePermissions(message),
let .SignatureRequestError(message),
let .Erc1271SignatureError(message),
let .FailedToConvertToU32(message),
let .Verifier(message):
return message
}
Expand Down
Loading

0 comments on commit 67b94e6

Please sign in to comment.