Skip to content

Commit 7fcfbcf

Browse files
Merge branch 'release/7.62.2' into release/7.62.2-Changelog
2 parents ead4fba + 48ead2a commit 7fcfbcf

4 files changed

Lines changed: 13 additions & 15 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ android {
188188
minSdkVersion rootProject.ext.minSdkVersion
189189
targetSdkVersion rootProject.ext.targetSdkVersion
190190
versionName "7.62.2"
191-
versionCode 3588
191+
versionCode 3591
192192
testBuildType System.getProperty('testBuildType', 'debug')
193193
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
194194
manifestPlaceholders.MM_BRANCH_KEY_TEST = "$System.env.MM_BRANCH_KEY_TEST"

app/components/UI/Perps/controllers/providers/HyperLiquidProvider.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3129,9 +3129,8 @@ export class HyperLiquidProvider implements IPerpsProvider {
31293129
// Explicitly ensure builder fee approval for trading
31303130
await this.ensureBuilderFeeApproval();
31313131

3132-
// Get all current positions
3133-
// Force fresh API data (not WebSocket cache) since we're about to mutate positions
3134-
const positions = await this.getPositions({ skipCache: true });
3132+
// Get all current positions from cache (avoids 429 rate limiting)
3133+
const positions = await this.getPositions();
31353134

31363135
// Filter positions based on params
31373136
positionsToClose =
@@ -3651,7 +3650,7 @@ export class HyperLiquidProvider implements IPerpsProvider {
36513650
await this.ensureBuilderFeeApproval();
36523651

36533652
// Force fresh API data (not WebSocket cache) since we're about to mutate the position
3654-
const positions = await this.getPositions({ skipCache: true });
3653+
const positions = await this.getPositions();
36553654
const position = positions.find((p) => p.coin === params.coin);
36563655

36573656
if (!position) {
@@ -3790,8 +3789,7 @@ export class HyperLiquidProvider implements IPerpsProvider {
37903789
await this.ensureReady();
37913790

37923791
// Get current position to determine direction
3793-
// Force fresh API data since we're about to mutate the position
3794-
const positions = await this.getPositions({ skipCache: true });
3792+
const positions = await this.getPositions();
37953793
const position = positions.find((p) => p.coin === coin);
37963794

37973795
if (!position) {

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3471,13 +3471,13 @@ app:
34713471
VERSION_NAME: 7.62.2
34723472
- opts:
34733473
is_expand: false
3474-
VERSION_NUMBER: 3588
3474+
VERSION_NUMBER: 3591
34753475
- opts:
34763476
is_expand: false
34773477
FLASK_VERSION_NAME: 7.62.2
34783478
- opts:
34793479
is_expand: false
3480-
FLASK_VERSION_NUMBER: 3588
3480+
FLASK_VERSION_NUMBER: 3591
34813481
- opts:
34823482
is_expand: false
34833483
ANDROID_APK_LINK: ''

ios/MetaMask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
CODE_SIGN_IDENTITY = "Apple Development";
12821282
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
12831283
CODE_SIGN_STYLE = Manual;
1284-
CURRENT_PROJECT_VERSION = 3588;
1284+
CURRENT_PROJECT_VERSION = 3591;
12851285
DEAD_CODE_STRIPPING = YES;
12861286
DEBUG_INFORMATION_FORMAT = dwarf;
12871287
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1350,7 +1350,7 @@
13501350
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
13511351
CODE_SIGN_IDENTITY = "iPhone Distribution";
13521352
CODE_SIGN_STYLE = Manual;
1353-
CURRENT_PROJECT_VERSION = 3588;
1353+
CURRENT_PROJECT_VERSION = 3591;
13541354
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13551355
DEVELOPMENT_TEAM = 48XVW22RCG;
13561356
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1416,7 +1416,7 @@
14161416
CODE_SIGN_IDENTITY = "Apple Development";
14171417
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
14181418
CODE_SIGN_STYLE = Manual;
1419-
CURRENT_PROJECT_VERSION = 3588;
1419+
CURRENT_PROJECT_VERSION = 3591;
14201420
DEAD_CODE_STRIPPING = YES;
14211421
DEBUG_INFORMATION_FORMAT = dwarf;
14221422
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1483,7 +1483,7 @@
14831483
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
14841484
CODE_SIGN_IDENTITY = "iPhone Distribution";
14851485
CODE_SIGN_STYLE = Manual;
1486-
CURRENT_PROJECT_VERSION = 3588;
1486+
CURRENT_PROJECT_VERSION = 3591;
14871487
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
14881488
DEVELOPMENT_TEAM = 48XVW22RCG;
14891489
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;
@@ -1646,7 +1646,7 @@
16461646
CODE_SIGN_IDENTITY = "Apple Development";
16471647
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
16481648
CODE_SIGN_STYLE = Manual;
1649-
CURRENT_PROJECT_VERSION = 3588;
1649+
CURRENT_PROJECT_VERSION = 3591;
16501650
DEAD_CODE_STRIPPING = YES;
16511651
DEBUG_INFORMATION_FORMAT = dwarf;
16521652
DEVELOPMENT_TEAM = 48XVW22RCG;
@@ -1716,7 +1716,7 @@
17161716
CODE_SIGN_ENTITLEMENTS = MetaMask/MetaMask.entitlements;
17171717
CODE_SIGN_IDENTITY = "iPhone Distribution";
17181718
CODE_SIGN_STYLE = Manual;
1719-
CURRENT_PROJECT_VERSION = 3588;
1719+
CURRENT_PROJECT_VERSION = 3591;
17201720
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
17211721
DEVELOPMENT_TEAM = 48XVW22RCG;
17221722
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 48XVW22RCG;

0 commit comments

Comments
 (0)