Skip to content

Commit

Permalink
Fix bug with parallel delegation rewards claims
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jan 20, 2024
1 parent db9e9a9 commit 884b6db
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 147 deletions.
12 changes: 6 additions & 6 deletions ios/HeliumWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.6.1;
MARKETING_VERSION = 2.6.2;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1035,7 +1035,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.6.1;
MARKETING_VERSION = 2.6.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -1203,7 +1203,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.6.1;
MARKETING_VERSION = 2.6.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
Expand Down Expand Up @@ -1248,7 +1248,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.6.1;
MARKETING_VERSION = 2.6.2;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = com.helium.wallet.app.OneSignalNotificationServiceExtension;
Expand Down Expand Up @@ -1296,7 +1296,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.6.1;
MARKETING_VERSION = 2.6.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
Expand Down Expand Up @@ -1345,7 +1345,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.6.1;
MARKETING_VERSION = 2.6.2;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = com.helium.wallet.app.HeliumWalletWidget;
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helium-wallet",
"version": "2.6.1",
"version": "2.6.2",
"private": true,
"scripts": {
"postinstall": "patch-package && ./node_modules/.bin/rn-nodeify --hack --install && npx jetify",
Expand All @@ -27,33 +27,33 @@
"@coral-xyz/anchor": "^0.28.0",
"@gorhom/bottom-sheet": "4.6.0",
"@gorhom/portal": "1.0.14",
"@helium/account-fetch-cache": "^0.6.22",
"@helium/account-fetch-cache-hooks": "^0.6.22",
"@helium/account-fetch-cache": "^0.6.23",
"@helium/account-fetch-cache-hooks": "^0.6.23",
"@helium/address": "4.10.2",
"@helium/circuit-breaker-sdk": "^0.6.22",
"@helium/circuit-breaker-sdk": "^0.6.23",
"@helium/crypto-react-native": "4.8.0",
"@helium/currency-utils": "^0.6.22",
"@helium/data-credits-sdk": "^0.6.22",
"@helium/distributor-oracle": "^0.6.22",
"@helium/fanout-sdk": "^0.6.22",
"@helium/helium-entity-manager-sdk": "^0.6.22",
"@helium/helium-react-hooks": "^0.6.22",
"@helium/helium-sub-daos-sdk": "^0.6.22",
"@helium/currency-utils": "^0.6.23",
"@helium/data-credits-sdk": "^0.6.23",
"@helium/distributor-oracle": "^0.6.23",
"@helium/fanout-sdk": "^0.6.23",
"@helium/helium-entity-manager-sdk": "^0.6.23",
"@helium/helium-react-hooks": "^0.6.23",
"@helium/helium-sub-daos-sdk": "^0.6.23",
"@helium/http": "4.7.5",
"@helium/idls": "^0.6.22",
"@helium/lazy-distributor-sdk": "^0.6.22",
"@helium/idls": "^0.6.23",
"@helium/lazy-distributor-sdk": "^0.6.23",
"@helium/modular-governance-hooks": "^0.0.8",
"@helium/modular-governance-idls": "^0.0.8-next",
"@helium/onboarding": "4.11.0",
"@helium/organization-sdk": "^0.0.8",
"@helium/proto-ble": "4.0.0",
"@helium/react-native-sdk": "^3.0.4",
"@helium/spl-utils": "^0.6.22",
"@helium/spl-utils": "^0.6.23",
"@helium/state-controller-sdk": "^0.0.8",
"@helium/transactions": "4.8.1",
"@helium/treasury-management-sdk": "^0.6.22",
"@helium/voter-stake-registry-hooks": "^0.6.22",
"@helium/voter-stake-registry-sdk": "^0.6.22",
"@helium/treasury-management-sdk": "^0.6.23",
"@helium/voter-stake-registry-hooks": "^0.6.23",
"@helium/voter-stake-registry-sdk": "^0.6.23",
"@helium/wallet-link": "4.11.0",
"@jup-ag/api": "^6.0.6",
"@ledgerhq/hw-app-solana": "7.0.13",
Expand Down Expand Up @@ -256,10 +256,10 @@
},
"resolutions": {
"@types/react": "17",
"@helium/account-fetch-cache": "^0.6.22",
"@helium/account-fetch-cache-hooks": "^0.6.22",
"@helium/helium-react-hooks": "^0.6.22",
"@helium/voter-stake-registry-hooks": "^0.6.22",
"@helium/account-fetch-cache": "^0.6.23",
"@helium/account-fetch-cache-hooks": "^0.6.23",
"@helium/helium-react-hooks": "^0.6.23",
"@helium/voter-stake-registry-hooks": "^0.6.23",
"@helium/modular-governance-hooks": "^0.0.8",
"@helium/onboarding": "4.11.0"
},
Expand Down
Loading

0 comments on commit 884b6db

Please sign in to comment.