From 5ccfe02693979955d8347ceb331af82259868d13 Mon Sep 17 00:00:00 2001 From: max Date: Wed, 15 Jun 2022 15:43:07 +0600 Subject: [PATCH] Add serial scheduler for restore API requests in order to avoid rate limit issues --- Podfile.lock | 12 ++++++------ .../UnstoppableWallet.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index ada945314a..771560822c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -532,13 +532,13 @@ CHECKOUT OPTIONS: :commit: 234a76b599b6474a1a4057602b8418a5c42228b8 :git: https://github.com/horizontalsystems/binance-chain-kit-ios BitcoinCashKit.swift: - :commit: 6d74eefb0fc6b0dbd9744c198836358eebdf9c02 + :commit: e2c4815a9830305a86c1cc3cd5ac92b6ba2518a6 :git: https://github.com/horizontalsystems/bitcoin-kit-ios.git BitcoinCore.swift: - :commit: c3e55cf6635d4451010feb4e4a7291443cdd8aeb + :commit: e2c4815a9830305a86c1cc3cd5ac92b6ba2518a6 :git: https://github.com/horizontalsystems/bitcoin-kit-ios.git BitcoinKit.swift: - :commit: 6d74eefb0fc6b0dbd9744c198836358eebdf9c02 + :commit: e2c4815a9830305a86c1cc3cd5ac92b6ba2518a6 :git: https://github.com/horizontalsystems/bitcoin-kit-ios.git Chart.swift: :commit: 84ebaa5b76cb5522eeb17f109e16f9b25c18cb2b @@ -550,7 +550,7 @@ CHECKOUT OPTIONS: :commit: 0c25d05f1774755d88ffba1f7e239af15f97d5ca :git: https://github.com/horizontalsystems/component-kit-ios/ DashKit.swift: - :commit: 6d74eefb0fc6b0dbd9744c198836358eebdf9c02 + :commit: e2c4815a9830305a86c1cc3cd5ac92b6ba2518a6 :git: https://github.com/horizontalsystems/bitcoin-kit-ios.git Erc20Kit.swift: :commit: 3dc83cfa5f8209c7010d40939c2f4b8c197ba159 @@ -571,7 +571,7 @@ CHECKOUT OPTIONS: :commit: c3e55cf6635d4451010feb4e4a7291443cdd8aeb :git: https://github.com/horizontalsystems/bitcoin-kit-ios.git HsToolKit.swift: - :commit: c8d68eb8d8f48f7430efaa7dc628f29137a1c9b3 + :commit: 285e753a39b90a3b639e4ad1349d365d2187fd7c :git: https://github.com/horizontalsystems/hs-tool-kit-ios HUD.swift: :commit: 18d8c807021f613b1032c7b4da8801f563177228 @@ -580,7 +580,7 @@ CHECKOUT OPTIONS: :commit: 0c25d05f1774755d88ffba1f7e239af15f97d5ca :git: https://github.com/horizontalsystems/component-kit-ios/ LitecoinKit.swift: - :commit: 6d74eefb0fc6b0dbd9744c198836358eebdf9c02 + :commit: e2c4815a9830305a86c1cc3cd5ac92b6ba2518a6 :git: https://github.com/horizontalsystems/bitcoin-kit-ios.git MarketKit.swift: :commit: e2493e7e0f79d758363c5e4f868c34ce1b1aab95 diff --git a/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj b/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj index c2f2bb8bbf..fb5445ac2f 100644 --- a/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj +++ b/UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj @@ -10105,7 +10105,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.25; + MARKETING_VERSION = 0.25.1; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; OfficeMode = ""; @@ -10178,7 +10178,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.25; + MARKETING_VERSION = 0.25.1; MTL_ENABLE_DEBUG_INFO = NO; OfficeMode = ""; Production = YES;