From 386db598cf0ba727ea14d5ef48bc07915c627391 Mon Sep 17 00:00:00 2001 From: Simon McLoughlin Date: Wed, 8 May 2024 12:11:44 +0100 Subject: [PATCH] - update WC2 to send the public key instead of the public key hash - update connected apps to convert key into hash - update switch wallet to convert key to hash before searching for address --- .../xcshareddata/swiftpm/Package.resolved | 6 ++--- .../Modules/Account/Account.storyboard | 22 +++++++++---------- .../WalletConnectViewController.swift | 8 ++++--- .../Side Menu/WalletConnectViewModel.swift | 3 ++- .../Services/WalletConnectService.swift | 10 ++++----- 5 files changed, 26 insertions(+), 23 deletions(-) diff --git a/Kukai Mobile.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Kukai Mobile.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index dfff2845..3f27efcd 100644 --- a/Kukai Mobile.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Kukai Mobile.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -69,7 +69,7 @@ "location" : "https://github.com/kukai-wallet/kukai-core-swift", "state" : { "branch" : "develop", - "revision" : "08e2baf10ea197af930dc7a430da3745efef7e11" + "revision" : "757ccb82347d0ef5e42c36f6709ba731ca875f61" } }, { @@ -77,8 +77,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/kukai-wallet/kukai-crypto-swift", "state" : { - "revision" : "8afd803c7fa1fe6716b47f66f77b4fa9ceb94aea", - "version" : "1.0.20" + "revision" : "9c077851c8eca37bba69fe95f97db4b051879c53", + "version" : "1.0.21" } }, { diff --git a/Kukai Mobile/Modules/Account/Account.storyboard b/Kukai Mobile/Modules/Account/Account.storyboard index 039aca63..d0a1f9b3 100644 --- a/Kukai Mobile/Modules/Account/Account.storyboard +++ b/Kukai Mobile/Modules/Account/Account.storyboard @@ -694,23 +694,23 @@ - + -