-
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
merge latest approved rc to master #6082
Closed
Closed
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
* init * test file * clean up * matthew review fixes * lint * oops!!! * type casting * rename * . * lint * oops hardhat stuff removed * reverts * simplify hardhat check * Update src/__swaps__/screens/Swap/components/FadeMask.tsx Co-authored-by: Matthew Wall <[email protected]> * Apply suggestions from code review IS_TESTING > IS_TEST Co-authored-by: Matthew Wall <[email protected]> * fix lint * okay actually fix lint --------- Co-authored-by: Matthew Wall <[email protected]>
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* . * undo tsconfig change and create routes.tsx with platform selector * chore: merge * yep * fix * rm authorize * change initial route context initial value * wrap in usecallbacks
* fixes empty spaces * also add searching to recents * rm log * remove duplicate recents and add migration * fix sort
* fix favorites default list * wip * 👍 * Update src/resources/favorites.ts * fix format --------- Co-authored-by: Matthew Wall <[email protected]>
* initial work for trending dapps * progress on trending dapps * impl. trending hooks * combine selectors
* remove filter * forgot this
* Add drag-and-drop components, useLayoutWorklet Slightly modified implementation based on https://github.com/mgcrea/react-native-dnd * Make browser favorites reorderable, migrate favoriteDapps store to createRainbowStore * Fix fallback logos, add useLayoutWorklet documentation * Reorder imports * Clean up favorites stores, types Removes unnecessary additions to the legacy store * Improve reliability of browser favorites URL handling Resolves issues causing certain favorites not to be removable (due to params in the URL or a subtly different URL path), by: - Adding more lenient fallback lookup mechanisms if no exact match is found - Trimming params from the standardized URLs Also moves the browser favorites store to within the /state/browser/ folder. * Create EasingGradient, useEasingGradient * Add activeScale, default activeOpacity to 1 * Clean up activeScale * Replace JS-based timer with useAnimatedTimeout, misc. cleanup * Add dragDirection option to Draggable * Add DraggableFlatList Fully working with the exception of auto scrolling while dragging * Improve browser homepage cards * Fix light mode card contrast, Android card gradient * Expose stop function in useAnimatedTimeout * useAnimatedTime: stop → clearTimeout * Improve card BlurView rendering * Make reorderable favorites mounting/unmounting smoother * Clean up animated reaction dependencies * Add missing favorites store method
* fix balance discrepency between bx and app and app and change wallet sheet * Update src/helpers/buildWalletSections.tsx * fix missing import from commit * also fix send sheet balance discrepancy * fix swap user assets not refetching on pending txn resolution and PTR * . * update en_US key * rmeove unused hook and bake it into the user assets store * good lord * separate invalidateQueries because they don't update when grouped for some reason * more instances * cleanup * cleanup useWatchPendingTxs * code suggestions * break up useWallets * rm latestBackup from useWallets * useMemo -> useEffect * logging * cleanup * remove unused withPositions params * type * fix PROFILE_STICKY_HEADER loading value * fix * optional chaining * fixes to buildWalletSections + related code * fix accountInfo isLoadingAccountBalance * clean up useWalletBalances * stuff is still broken but committing walletsWithBalancesAndNames fix * refactor useWalletsWithBalancesAndNames and fix consumers * fix wallet screen balance loading state * console.log * switch amount types from string | number -> string * align stale/cache times, remove keepPreviousData * remove spammy isDamaged logging * add loading balance copy + remove incorrectly used no balance copy * fix i18n mistake --------- Co-authored-by: Ben Goldberg <[email protected]>
* hm * done * idk how this got deleted * cleanup * fix bad rebase --------- Co-authored-by: gregs <[email protected]>
* add filteration * clenaup
* fix * patch react-native-input-mask resolution * fix other deps * bump dep again --------- Co-authored-by: Bruno Barbieri <[email protected]>
* remove old logger and rework logger to include file name * code review suggestions
* finish swap settings trigger * Update src/navigation/types.ts * fix runtime error
* Revert "Revert "Brody/swap v2 e2e (#5915)" (#5987)" This reverts commit fdcdd09. * fix test * Revert "fix test" This reverts commit a7f5b1c. * fix * fix test * typecast to fix lint * matthew :D * test this * Revert "test this" This reverts commit ab6b11d. * fix lint * fix user assets not working on swaps e2e * . * oop * lint * lel our @/references folder is fked * fix some things * fix user assets in testnet mode * fix up e2e * readd memo * . * revert change to swipeUntilVisible * re add very long delay * remove react memo --------- Co-authored-by: Matthew Wall <[email protected]>
* fix * address more instances of potentially accessing addresses in an empty wallet * optional chaining instead of defaulting to empty array
Co-authored-by: Ibrahim Taveras <[email protected]>
* spindl data layer * rename folder * remove store * add selectors * add cacheTime * add uil to take locale to country code * yerp * finish spindl
* init zsh:1: command not found: :q * change * changes * clean up * new cloud package commit * package bump * oops * skip * skip test * rm redundancies * oop * bruno change
* wc updates * fix initialization * update ios files * Update package.json Co-authored-by: Ignacio Santise <[email protected]> * update lockfile * use the right type --------- Co-authored-by: Ignacio Santise <[email protected]>
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.3 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.90.3...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* lots of sign transaction sheet cleanup including original ticket fix * fix toHex ref * mwp * create mwp secure store and wrap app in provider * add android intents and clena up app.tsx * idk * changes * handshake request * basic impl * update some comments * some progress today at least * move business logic off App.tsx * move backup check to wallet screen * latest changes * use suspense and lazy to fix oop issue * expose config * recursively handle incoming actions * only process one incoming message at once * UNDO THIS PROBABLY * progress on personal sign * personal sign working * send transactions working * cleanup * fix lint and other calls to getRequestDisplayDetails * Update src/handlers/deeplinks.ts * fml * add switch eth chain * lint * fix lint * code review changes
* use chainid in <GasSpeedButton * lintprogressmoree * remove chains * rb * remove not used file * explainer sheet * rmnetwork * getNetworkNativeAsset * getNativeAssetForNetwork * getPriceOfNativeAssetForNetwork * swapdetails * getChainIdFromNetwork * getChainIdFromNetwork * uniqueid chainId * asset hooks * rm logs * send sheet to chainid * useAdditionalAssetData * moretoken * more * more * moreopenAddressInBlockExplorer * rnbwnetworkobjectS * start removing getObj * lint * txs * usePriceChart * gas * nonces * morenonces * addNewTransaction * getNextNonce * startPollingGasFees * getOnchainAssetBalance * buildTransaction * istestenetchain * fetchHardhatBalancesWithBalanceChecker * assset * web3SetHttpProvider * rm ForNetwork * rm helpers networkTypes * rm helpers networkTypes 2] * rm getNetworkObj * rm getNetworkObj * networkColors by chainid * availablenetworks * more network removal * cleanup * walletconnect * rm network from useraccounts * rm network from contacts * appsessions to chainid * settingsUpdateNetwork * wring merge * controlpanel * import chainid from network types * lint * lint1 * lint2 * onAddOrUpdateContacts * handle hardhat connected * testnet toasdt * rainbowstore * useConnectedToHardhatStore getstate * lint * format * lint * lint * lint * lint * clean android changes + ruby * small comments * testnet comments * rm revertToMainnet * mainnet_address chainId * lint * fix testnet visible * Ignore providerUrl for hardhat check and rely on connectedToHardhat flag * Remove unused ethereumUtils import in ChartExpandedStateHeader * noop - unused path: use chainId param instead of fromChainId for CurrencySelectModal --------- Co-authored-by: jinchung <[email protected]>
* feat: perceived finality initial * fix: update chain id import
* fix: remove p-queue * fix: update yarn lock file
* more wc refactor * separate push notifications from wc listeners
* lots of sign transaction sheet cleanup including original ticket fix * fix toHex ref * mwp * create mwp secure store and wrap app in provider * add android intents and clena up app.tsx * idk * changes * handshake request * basic impl * update some comments * some progress today at least * move business logic off App.tsx * move backup check to wallet screen * latest changes * use suspense and lazy to fix oop issue * expose config * recursively handle incoming actions * only process one incoming message at once * UNDO THIS PROBABLY * progress on personal sign * personal sign working * send transactions working * cleanup * fix lint and other calls to getRequestDisplayDetails * Update src/handlers/deeplinks.ts * fml * add switch eth chain * lint * fix lint * code review changes * cleanup App.tsx * fixes * code review changes * code review
* hide collectibles section based on feature flag * change default remote config * re-enable for e2e * what happened to the linter
* fix * add gas estimation checks
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.
merge latest approved rc to master