Swiftpack.co - Swift Packages by WalletConnect

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by WalletConnect

WalletConnect/WalletConnectSwift 1.7.0
WalletConnect Swift SDK
⭐️ 288
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.7.0
1 year ago
## What's Changed * Increased minimum deployment target to iOS 13. * Adds 0x prefix to personal_sign message by @Cydie in https://github.com/WalletConnect/WalletConnectSwift/pull/120 * Remove Starscream as dependency, use Apple's URLSession-based websockets instead by @oscahie in https://github.com/WalletConnect/WalletConnectSwift/pull/124 * Added new `willReconnect` method to `ClientDelegateV2` and `ServerDelegateV2` by @oscahie in https://github.com/WalletConnect/WalletConnectSwift/pull/125 * Bump CryptoSwift version to 1.5.1 by @DmitryBespalov in https://github.com/WalletConnect/WalletConnectSwift/pull/126 * Added new `client:dappInfoForUrl` in `ClientDelegateV2` to support different dappInfo for different connections * Added new `server:didReceiveConnectionRequest:for:` to `ServerDelegateV2` and `sendCreateSessionResponse` to `Server` to enable asynchronous approval of sessions ## New Contributors * @Cydie made their first contribution in https://github.com/WalletConnect/WalletConnectSwift/pull/120 * @oscahie made their first contribution in https://github.com/WalletConnect/WalletConnectSwift/pull/124 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwift/compare/1.6.2...1.7.0
v1.6.2 - Update dependencies
2 years ago
## What's Changed * Update dependencies by @DmitryBespalov in https://github.com/WalletConnect/WalletConnectSwift/pull/84 * Delayed close by @DmitryBespalov in https://github.com/WalletConnect/WalletConnectSwift/pull/92 * Moved the Example apps to https://github.com/WalletConnect/WalletConnectSwift-Example **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwift/compare/1.6.0...1.6.2
v1.6.0 - Add support of eip-1559
2 years ago
Align with latest changes in protocol
2 years ago
- Take chainId into consideration - Add new Server and Client delegate methods - Technical improvements
v1.4.0 update CryptoSwift version
2 years ago
Stability improvements
3 years ago
Fixed #38 - crash when delegate was deinitialized but still used in forced unwrapping
Support deep link scheme in ClientMeta
3 years ago
- Add "scheme" parameter to ClientMeta for proper deep links handling - Make request ids compatible with JS clients
Protocol adjustments
3 years ago
- Protocol adjustments - Fixing Carthage - Improve logging - Fixing example apps
First public release
4 years ago
iOS macOS
WalletConnect/WalletConnectSwiftV2 v1.0.5-rc3
WalletConnect Swift SDK v2
⭐️ 270
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.18.3
5 hours ago
## What's Changed * Caip222 include multi chain accounts in a session by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1333 * 1.18.3 by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1334 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.18.2...1.18.3
1.18.2
2 days ago
## What's Changed * add apple manifest by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1331 * 1.18.2 by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1332 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.18.1...1.18.2
1.18.1
1 week ago
## What's Changed * add dependency to podspec by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1328 * 1.18.1 by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1329 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.18.0...1.18.1
1.17.0
1 week ago
## What's Changed * Session namespaces as an ordered collection by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1323 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.16.0...1.17.0
1.16.0
1 week ago
## What's Changed * Auth request publisher not integrated fallback by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1320 * capbox * authenticated sessions - sign 2.5 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.15.0...1.16.0
1.13.0
6 weeks ago
## What's Changed * Add option to specify what app to release by @radeknovis in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1292 * fix crash on sendTransaction request by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1300 * Autonamespace validation improvement @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1305 * 1.13.0 by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1307 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.12.0...1.13.0
1.12.0
8 weeks ago
## What's Changed * [Relay] Publish with ack by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1279 * [RPCHistory] Delete on resolve by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1280 * [Notify] Notifications history by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1278 * [Notify] Nullable icon and url parsing by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1283 * [Core] Network monitor in dispatcher by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1284 * Remove sample release cron job by @TalhaAli00 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1286 * Just works by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1281 * [Notify] Messages pagination by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1287 * [Dapp] Bump W3M and include sample wallet in customWallets by @radeknovis in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1285 * [WCM] Using api.web3modal.com by @radeknovis in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1262 * [Notify] Subscriptions Updater by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1256 * [Sample] UX fixes by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1288 * [Sample] Regression fixes by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1290 * [CI] Release pipeline fix by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1291 * [Sample] Icons from notification types by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1294 * Requests queue by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1295 * 1.12.0 by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1296 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.11.0...1.12.0
1.11.0
10 weeks ago
## What's Changed * [Notify] Subscriptions index by app by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1259 * [W3W] SessionPropose hotfix by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1265 * [Notify] message_id logging by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1271 * [Notify] Handle empty subscriptions response by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1255 * fix dapp keychain issue by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1270 * add tests for verify context by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1269 * [Notify] Notification type image by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1272 * Client id authenticator fix by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1275 * 1.11.0 by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1277 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.10.0...1.11.0
1.10.0
14 weeks ago
## What's Changed * User defaults group migration by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1240 * Keychain group migration by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1243 * add mixpanel to w3w by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1246 * Mixpanel in w3w fix by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1247 * Push client encrypted PNs by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1245 * [Notify] Curate explorer listings by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1241 * rename register method by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1253 * Pairing delete publisher by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1251 * [Notify] Registration api update by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1252 * [Hotfix] Notify update test disabled by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1260 * 1.10.0 by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1258 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.9.9...1.10.0
1.9.9
17 weeks ago
## What's Changed * [Dapp] Redesign by @alexander-lsvk in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1213 * [Tests] GM removed by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1226 * [Sample] Tabbar redesign by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1230 * [Sample] Notify notification tap by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1228 * [Sample] Settings redesign by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1231 * [WalletApp] Handle removed session request by @alexander-lsvk in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1232 * [Sample] APNS Mixpanel logs by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1234 * Refactor sign client tests by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1212 * [Notify] Optional icon url by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1237 * [Notify] Statement updated by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1236 * [Notify] Message id by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1235 * fix verify by @llbartekll in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1239 * 1.9.9 by @flypaper0 in https://github.com/WalletConnect/WalletConnectSwiftV2/pull/1238 **Full Changelog**: https://github.com/WalletConnect/WalletConnectSwiftV2/compare/1.9.8...1.9.9
iOS macOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics