diff --git a/Podfile b/Podfile index b60faab6b3..629c6bc4ce 100644 --- a/Podfile +++ b/Podfile @@ -20,7 +20,7 @@ abstract_target 'novawalletAll' do pod 'Kingfisher', :inhibit_warnings => true pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :tag => '3.0.0' pod 'SwiftRLP', :git => 'https://github.com/ERussel/SwiftRLP.git' - pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :tag => '4.0.5' + pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :tag => '4.0.8' pod 'CDMarkdownKit', :git => 'https://github.com/nova-wallet/CDMarkdownKit.git', :tag => '2.5.2' pod 'web3swift', :git => 'https://github.com/web3swift-team/web3swift.git', :tag => '3.0.6' pod 'WalletConnectSwiftV2', :git => 'https://github.com/WalletConnect/WalletConnectSwiftV2.git', :tag => '1.5.14' @@ -38,7 +38,7 @@ abstract_target 'novawalletAll' do pod 'RobinHood', '~> 2.6.0' pod 'CommonWallet/Core', :git => 'https://github.com/ERussel/Capital-iOS.git', :tag => '1.16.0' pod 'Sourcery', '~> 1.4' - pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :tag => '4.0.5' + pod 'Starscream', :git => 'https://github.com/ERussel/Starscream.git', :tag => '4.0.8' end diff --git a/Podfile.lock b/Podfile.lock index 5376dd7084..1b91f1d148 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -100,7 +100,7 @@ PODS: - SoraUI/Controls - SoraUI/Skrull (1.11.1) - Sourcery (1.4.1) - - Starscream (4.0.5) + - Starscream (4.0.8) - SubstrateSdk (1.13.0): - BigInt (~> 5.0) - IrohaCrypto/ed25519 (~> 0.9.0) @@ -165,7 +165,7 @@ DEPENDENCIES: - SoraKeystore (~> 1.0.0) - SoraUI (from `https://github.com/ERussel/UIkit-iOS.git`, tag `1.11.1`) - Sourcery (~> 1.4) - - Starscream (from `https://github.com/ERussel/Starscream.git`, tag `4.0.5`) + - Starscream (from `https://github.com/ERussel/Starscream.git`, tag `4.0.8`) - SubstrateSdk (from `https://github.com/nova-wallet/substrate-sdk-ios.git`, tag `1.13.0`) - SVGKit (from `https://github.com/SVGKit/SVGKit.git`, tag `3.0.0`) - SwiftFormat/CLI (~> 0.47.13) @@ -217,7 +217,7 @@ EXTERNAL SOURCES: :tag: 1.11.1 Starscream: :git: https://github.com/ERussel/Starscream.git - :tag: 4.0.5 + :tag: 4.0.8 SubstrateSdk: :git: https://github.com/nova-wallet/substrate-sdk-ios.git :tag: 1.13.0 @@ -248,7 +248,7 @@ CHECKOUT OPTIONS: :tag: 1.11.1 Starscream: :git: https://github.com/ERussel/Starscream.git - :tag: 4.0.5 + :tag: 4.0.8 SubstrateSdk: :git: https://github.com/nova-wallet/substrate-sdk-ios.git :tag: 1.13.0 @@ -288,7 +288,7 @@ SPEC CHECKSUMS: SoraKeystore: 92cff6e2a12f212dd64ed089970ff7c365247b1c SoraUI: e5ceb2cffe40145e589aa464e2e0a8d054011e0b Sourcery: db66600e8b285c427701821598d07cf3c7e6c476 - Starscream: 8cc648110705c09a15f0de84352c7f9595b7cb05 + Starscream: b676ee89781677a2d8d36029a78c970710e2d3eb SubstrateSdk: aad6725e00295219ee9722b1975175ef4db3f4a6 SVGKit: 132b010efbf57ec345309fe4a7f627c0a40c5d63 SwiftFormat: 73573b89257437c550b03d934889725fbf8f75e5 @@ -301,6 +301,6 @@ SPEC CHECKSUMS: web3swift: 944e76579b953a7b7e81dbb351c6dc0ed1defe63 xxHash-Swift: 30bd6a7507b3b7348a277c49b1cb6346c2905ec7 -PODFILE CHECKSUM: 17dc836b964fd661520c3c70f3d2c1d46620dd66 +PODFILE CHECKSUM: 7401829850c56fe153f46655dbfad25e61b9927c COCOAPODS: 1.11.3 diff --git a/novawallet/Common/Services/WalletConnect/WalletConnectService.swift b/novawallet/Common/Services/WalletConnect/WalletConnectService.swift index 5e6725133d..ba348a102c 100644 --- a/novawallet/Common/Services/WalletConnect/WalletConnectService.swift +++ b/novawallet/Common/Services/WalletConnect/WalletConnectService.swift @@ -335,7 +335,7 @@ private struct DefaultSocketFactory: WebSocketFactory { urlRequest.addValue("allowed.domain.com", forHTTPHeaderField: "Origin") let engine = WSEngine( - transport: TCPTransport(), + transport: FoundationTransport(), certPinner: FoundationSecurity(), compressionHandler: nil )