Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump iOS and Android to v1.9.57
Browse files Browse the repository at this point in the history
ibrahimtaveras00 committed Jan 31, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7559316 commit 9e4c366
Showing 4 changed files with 37 additions and 7 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -15,6 +15,36 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

## [1.9.56] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.56)

### Added

- Added better error handling on swaps flow with damaged wallets (#6398)
- Expanded state v2, phase 1 (#6332)

### Changed

- Implemented new logic for backup prompt (#6388)
- Bumped rudderstack (#6407)
- Enabled third party positions to be calculated in address summary (#6404)
- Query store optimizations (#6413)
- Updated discover search to v3 endpoint (#6394)
- Optimized backendNetworks store (#6409)
- We now prevent e2e flow to run while PRs are in draft mode (#6406)
- We’ve bumped slippage from 2 to 5 except on the following networks; mainnet, polygon and BSC (#6419)
- Made significant improvements in the transaction handling architecture (#6390)
- Bumped react native image crop picker (#6430)

### Fixed

- Fixed a crash that was caused by improper error handling of cloud backup system
- Fixed an issue where on some Android devices the wallet UX navigation wasn’t scrollable (#6393)
- Fixed an issue where the wrong native asset was being displayed on SignTransactionSheet (#6395)
- Fixed inconsistencies between swaps store slippage and shared value (#6399)
- Fixed emoji size type which was causing a crash on Android (#6421)
- Fixed an issue with back up prompt not being shown on new wallet creation (#6423, #6426)
- Fixed a bug where the buy button on a native asset was disabled (#6429)

## [1.9.55] (https://github.com/rainbow-me/rainbow/releases/tag/v1.9.55)

### Changed
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -135,8 +135,8 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 250
versionName "1.9.56"
versionCode 252
versionName "1.9.57"
missingDimensionStrategy 'react-native-camera', 'general'
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
8 changes: 4 additions & 4 deletions ios/Rainbow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -1883,7 +1883,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.56;
MARKETING_VERSION = 1.9.57;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
@@ -1951,7 +1951,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.56;
MARKETING_VERSION = 1.9.57;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
@@ -2072,7 +2072,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.56;
MARKETING_VERSION = 1.9.57;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
@@ -2192,7 +2192,7 @@
"$(PROJECT_DIR)",
);
LLVM_LTO = YES;
MARKETING_VERSION = 1.9.56;
MARKETING_VERSION = 1.9.57;
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = (
"$(inherited)",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Rainbow",
"version": "1.9.56-1",
"version": "1.9.57-1",
"private": true,
"scripts": {
"setup": "yarn graphql-codegen:install && yarn ds:install && yarn allow-scripts && yarn graphql-codegen && yarn fetch:networks",

0 comments on commit 9e4c366

Please sign in to comment.