Skip to content

Commit

Permalink
Add serial scheduler for restore API requests in order to avoid rate …
Browse files Browse the repository at this point in the history
…limit issues
  • Loading branch information
mNizhurin committed Jun 15, 2022
1 parent a150cfc commit 5ccfe02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 5ccfe02

Please sign in to comment.