-
Notifications
You must be signed in to change notification settings - Fork 635
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
package & patch updates #5175
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* networks: rm override * oop
* Add Browser extension hyperlink to README * readme: refferal links * fix android link --------- Co-authored-by: David Cardenas <[email protected]>
* send: fix max send for native balances * code review * Removing unnecessary await and simplifying updateMaxBalance useEffect in SendSheet --------- Co-authored-by: jinchung <[email protected]>
* 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 <[email protected]> Co-authored-by: skylarbarrera <[email protected]>
* Add gravity emojis, fix parachute icon * Fix wallet screen scroll indicator --------- Co-authored-by: Christian Baroni <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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
…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 <[email protected]>
* 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 <[email protected]> Co-authored-by: Ben Goldberg <[email protected]>
* . * 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
requested review from
benisgold,
skylarbarrera,
jinchung,
derHowie and
nickbytes
as code owners
December 5, 2023 21:18
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
might as well update some packages while i'm in the expo neighborhood