Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Jul 3, 2024
2 parents 170ab55 + 7ce9206 commit 23bd381
Show file tree
Hide file tree
Showing 134 changed files with 5,268 additions and 2,115 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macstadium-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Lint
run: yarn lint:ci

- name: Unit tests
run: yarn test

- name: Rebuild detox cache
run: ./node_modules/.bin/detox clean-framework-cache && ./node_modules/.bin/detox build-framework-cache

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ coverage-ts
src/languages/types-generated.d.ts
__generated__/

# graphql codegen
src/graphql/config.js

# Test Coverage
coverage

Expand Down
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,42 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Fixed

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

### Changed

- rewards UI cleanup (#5896)
- e2e change of rerunning only failed tests (#5878)
- enable unit tests (#5874)
- rewards flag is now enabled by default (#5899)

### Fixed

- Fixed an issue where firebase wasn't working correctly on Android (#5898)

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

### Added

- Added more analytics to our Dapp browser (#5755)
- Added e2e test for validating malicious Dapp warnings (#5764)
- Added more analytics for Swaps v2 (#5805)
- Use ens graph api key (#5848, #5882)
- ETH Rewards (#5866)

### Changed

- Improved performance by limiting Sentry tracking and NFT hooks (#5819)
- Migrate remote cards over to zustand (#5796)

### Fixed

- Fixed provider recursion bug where getProviderForNetwork was being repeatedly called (#5829)
- Fixed crashes to swaps v2 flows (#5839)
- Fixed a crash when attempting to swap on v1 (#5858)
- Fixed a bug where we weren’t taking l1 op gas fees into account for claimBridge (#5889)
- Fixed a bug where tapping swap button on token expanded state did not select the proper token (#5891)

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

### Added
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ android {
applicationId "me.rainbow"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 215
versionName "1.9.26"
versionCode 219
versionName "1.9.29"
missingDimensionStrategy 'react-native-camera', 'general'
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
Expand Down
Binary file modified android/app/src/main/assets/fonts/SF-Pro-Rounded-Black.otf
100755 → 100644
Binary file not shown.
3 changes: 2 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
platform :ios, '13.0'
platform :ios, '15.0'
source 'https://github.com/CocoaPods/Specs.git'
#use_modular_headers!

pod 'Firebase', :modular_headers => true
Expand Down
Loading

0 comments on commit 23bd381

Please sign in to comment.