Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package & patch updates #5175

Merged
merged 75 commits into from
Dec 5, 2023
Merged

package & patch updates #5175

merged 75 commits into from
Dec 5, 2023

Conversation

dereknelson
Copy link
Contributor

might as well update some packages while i'm in the expo neighborhood

ibrahimtaveras00 and others added 30 commits October 19, 2023 11:38
* networks: rm override

* oop
* Add Browser extension hyperlink to README

* readme: refferal links

* fix android link

---------

Co-authored-by: David Cardenas <47157243+davidcardenasus@users.noreply.github.com>
* send: fix max send for native balances

* code review

* Removing unnecessary await and simplifying updateMaxBalance useEffect in SendSheet

---------

Co-authored-by: jinchung <jin.chung17@gmail.com>
* feat: define review prompt actions

* install expo review module and adjust mmkv schema to add review tracking

* add expo-store-review module

* refactor review alert to be dynamic and accept a range of actions

* remove expo-store-review for now

* add prompt on x launches after install and on watch wallet

* fix: initialize review storage changes

* feat: add ens registration review prompt

* feat: add rest of review prompts

* Update src/screens/WalletConnectApprovalSheet.js

* Update src/utils/reviewAlert.ts

* Update src/utils/reviewAlert.ts

* fix: toggling price dispatch action issue

* Update src/utils/reviewAlert.ts

* chore: remove hiding review in settings

* chore: code review changes

* sign

* chore: code review changes

* change migration
* Add points tab, speed up tab switching

* Fix wallet screen scroll to top

* Fix type error, remove old code

* e2e fixes

* Fix remote config

---------

Co-authored-by: Christian Baroni <7061887+christianbaroni@users.noreply.github.com>
Co-authored-by: skylarbarrera <skylar.barrera@gmail.com>
* Add gravity emojis, fix parachute icon

* Fix wallet screen scroll indicator

---------

Co-authored-by: Christian Baroni <7061887+christianbaroni@users.noreply.github.com>
* add WALLET_CONNECT_REDIRECT_SHEET navigation on connection

* fix: lint picked up merging filepaths together issue

* fix ios 16 regression

* revert: pbx file

* revert: pbx file

* revert: pbx file

* sign

* fix: guard minimizer.goBack functionality to Android only

* fix: sign window not closing and not showing sign txn redirect sheet
* fix gas selector context menu on the droid

* fix edit wallet context menu

* fix transaction context menu

* rm commented out section

* rm console log

* fix ens intro sheet context menu
* Fix button press animation

* Fix scroll indicator insets

* Bring back squircles

Lost them in the RN upgrade

---------

Co-authored-by: Christian Baroni <7061887+christianbaroni@users.noreply.github.com>
* writing package to hide navigation / status bar for Android 21+ devices

* change system navigation behavior on Android and consume themes

* revert: disallow interruption (messes with context menus on Android)

* revert system nav carry over

* rev

* rev mainapplication.java

* smh
* wallet: rm legacy eth_sign

* Cleanup of unused imports and functions

---------

Co-authored-by: jinchung <jin.chung17@gmail.com>
* remove prompt during wallet connect flow. it's not feasible

* rev pbx smh
* Create hook for selecting user asset by unique ID

* Replace account assets redux usage with react-query cache in useAccountAsset hook

* Replace account assets redux usage with react-query cache in TransactionCoinRow

This component is not actually used

* Replace accountAssetsData with react-query in txn details value and fee section

* Create and replace with new sorted user assets hook

* Replace useAssetsInWallet hook

* Remove old asset selectors

* In useAccountTransactions hook, replace redux account data with react-query cache

* In ethereumUtils for account asset data, replace redux usage with query cache

* Fix UserAssetsQuery: Remove accountAssetsData from redux data

* Remove user assets query in WalletScreen - use buildWalletSections instead

* Replace isLoadingAssets in buildWalletSections and useWalletSectionsData

* Replace isLoadingAssets in account empty state and WalletScreen

* Replace isLoadingAssets in AssetListHeader

* Replace isLoadingAssets in ProfileBalanceRow

* Remove isLoadingAssets in RefreshControl

* Replace isLoadingAssets with walletReady event in deeplink handler

* Remove isLoadingAssets from redux data

* Fix default hardhatAssets result

* Support QueryConfig with separate return data type

* Update UserAssetsQuery to use new QueryConfigWithSelect type
walmat and others added 21 commits November 17, 2023 14:20
…ap on Arbitrum in latest iOS prod (#5192)

* add arb one native swap

* change name to make more sense
* Simulation UI setup

* [Revert later] Hook up to Copy button for testing

* Fix card auto sizing, scroll handling

* Couple more fixes, add message card

* types

* init

* color

* disabled sim for personal sign

* fix request type label

* fix unlimited checlk

* Add simplified chain badge component

* save

* android + dismiss

* ts-ignore

* POST

* i18n + clean up

* review clean up

* clean up

* xtra clean up

* clean up

* copy + long account names

---------

Co-authored-by: Christian Baroni <7061887+christianbaroni@users.noreply.github.com>
* fix gradient on bottom of nft send sheet

* fix zora eth to weth swap decimal place

* adjust detection for button navigation

* Update src/hooks/useSwapAdjustedAmounts.ts

* fix overflow issue with language sheet

* fix lint
* Use simulation fetch config

* Update green/red colors

* Add Moti

* Clean up routes, use signTransactionSheetConfig on iOS

* UI cleanup, state fixes, make cards expandable

* Trim trailing zeros from simulation amounts

* Fix GasSpeedButton jank

* Block signing sheet dismiss gestures

* Revert "Update green/red colors"

This reverts commit 50ee10d.

* Fixed: Update green/red colors

* Fix button shadows

* Fix display nonce

* Remove unused code

* Fix type

* Upgrade reanimated to fix crash

* Cleanup

* Fix type errors from reanimated upgrade

* lint

* Fix Android scrolling

* Revert "lint"

This reverts commit 94fbd40.

* Revert "Fix type errors from reanimated upgrade"

This reverts commit 8cf75da.

* Revert "Upgrade reanimated to fix crash"

This reverts commit 22d1b0b.

* Prevent crash without upgrading reanimated

Moving the reanimated upgrade to another PR

* Fix zIndex

* Android fixes

---------

Co-authored-by: Christian Baroni <7061887+christianbaroni@users.noreply.github.com>
Co-authored-by: Ben Goldberg <bengoldberg@rainbow.me>
* .

* oops

* oops
…tworks (#5190)

* update rainbow fetch to be typed and update token search endpoint

* fix swap currency list

* update interfaces and transforms

* idkwtf i'm doing

* remove unused mapping

* revert swap changes and fix icon_url

* fix lint
* android changes

* refresh lock file
@dereknelson dereknelson marked this pull request as ready for review December 5, 2023 21:18
@dereknelson dereknelson merged commit 4668aac into @derek/expo Dec 5, 2023
3 of 4 checks passed
@dereknelson dereknelson deleted the @derek/expo-patches branch December 5, 2023 21:27
@dereknelson
Copy link
Contributor Author

this PR serves as some separation for package/patch updates so that the main PR didn't have 30k lines changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants