Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

[Release 🦄 ] v1.9.0 #2094

Merged
merged 1,208 commits into from
Jan 12, 2022
Merged

[Release 🦄 ] v1.9.0 #2094

merged 1,208 commits into from
Jan 12, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    5797a62 View commit details
    Browse the repository at this point in the history
  2. fix: only try SafeApp connection in an iframe (#2340)

    * fix: only try SafeApp connection in an iframe
    
    Improves non-iframe pageload by 300ms. Fixes #2338.
    
    The Gnosis check for a SafeApp races a postMessage and a 300ms timeout [1]. The SafeApp embeds the interface in an iframe, so this avoids the check when not in iframes.
    
    [1]: https://github.com/gnosis/safe-apps-sdk/blob/f224869dd5ae810db8cecad08fbbcfaa6c046d9d/packages/safe-apps-web3-react/src/connector.ts#L52
    
    * refactor: IS_IN_IFRAME const
    zzmp authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    3c371af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15a339a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    c563717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    442ac89 View commit details
    Browse the repository at this point in the history
  3. feat(i18n): initialize locale before React (#2343)

    * feat: initialize locale before React
    
    * chore: explain react-router-dom hash/search usage
    zzmp authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    88cc20a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f1193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d989540 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    24f85d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee79f7 View commit details
    Browse the repository at this point in the history
  3. Fix letter case consistency (#2352)

    Fixed upper case to lower case to be consistent with src/components/SearchModal/ImportList.tsx
    Sowiedu authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    58249e3 View commit details
    Browse the repository at this point in the history
  4. style: Fix letter case consistency (#2353)

    * Fix letter case consistency
    
    Fixed lower case to upper case to be consistent with:
    
    src/pages/AddLiquidityV2/index.tsx
    src/pages/RemoveLiquidity/index.tsx
    src/pages/Swap/index.tsx
    src/state/burn/hooks.ts
    src/state/burn/v3/hooks.ts
    src/state/mint/hooks.ts
    src/state/mint/v3/hooks.ts
    src/state/stake/hooks.ts
    src/state/swap/hooks.ts
    
    * style: Fix case to be consistent
    Sowiedu authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    8ea5cb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc2d1b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f826554 View commit details
    Browse the repository at this point in the history
  7. fix: shim array-flat (#2346)

    * chore: remove @types/lodash.flatmap
    
    * fix: shim array-flat
    zzmp authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c68d08a View commit details
    Browse the repository at this point in the history
  8. fix: avoid replaceAll (#2361)

    zzmp authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    308f7d5 View commit details
    Browse the repository at this point in the history
  9. feat: lazily load token list validator (#2342)

    Removes 125kb from main chunk. Moves ~90ms off of the critical pageload path.
    zzmp authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c2093ce View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. feat(chain-connectivity): warn when the user is not receiving blocks (#…

    …2123)
    
    * logic for tracking time since last block
    
    * add polling times to chain info
    
    * pr feedback
    
    * add gui for chain connectivity warning
    
    * add arb support
    
    * update title of warning to indicate internet connectivity issues may be the problem
    
    * pr review
    
    * clean up useBlockWarningTimer
    
    * softer language on mainnet
    
    * only show warning if user has the window visible
    JFrankfurt authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    bcf64bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb33a06 View commit details
    Browse the repository at this point in the history
  3. feat: routing api integration (#2116)

    * initial routing api integration
    
    * add routing api slice
    
    * display route in dialog
    
    * addressed pr feedback
    
    * improved routing
    
    * switch to `get`
    
    * first pass at integration new MultiRouteTrade
    
    * initial implementation of RoutingDiagram
    
    * add RoutingDiagram tests
    
    * improve tests in RoutingDiagram
    
    * integrate with v3-sdk 3.3.1
    
    * removed references to MultiRouteTrade
    
    * revert swapcallback
    
    * fix abi compilation error
    
    * added useRoute hook to build a Route from edges and nodes
    
    * added react-hooks-testing-library
    
    * integrated latest changes
    
    * renamed router hook to routerTrade
    
    * improve integration
    
    * fixed routing
    
    * usability
    
    * mock RoutingDiagram children to reduce size
    
    * undo mocked children
    
    * adjust ui
    
    * better support long routes
    
    * use routing api logo and adjust ux
    
    * set default percent to 0
    
    * added intermediary hook to combine local and routing api trades
    
    * added intermediary hook to combine local and routing api trades
    
    * make account optional
    
    * improve ux
    
    * improve router
    
    * fixed duplicate pool bug and inputAmount undefined bug
    
    * extract input/outputAmounts from routes
    
    * add todo
    
    * fixed uninitialized issue and added %
    
    * fixed tests
    
    * fix duplicate pool bug
    
    * added routing api setting
    
    * change router label based on router version
    
    * improve useRoutes and fix duplicate pool bug
    
    * debounce routing api/local routing
    
    * removed single hop setting
    
    * fix bug when moving between v2/v3
    
    * consider isUnitialized non loading
    
    * ui fixes
    
    * reverted change to usedebounce
    
    * use new route schema
    
    * visual updates
    
    * log quoteId for polish session
    
    * fix: persist advanced swap details toggle state
    
    * fix no route found
    
    * poll every 10s
    
    * derive currencies from pool rather than input
    
    * polish query status handling in useRouterTrade
    
    * removed RouterVersion
    
    * update ui
    
    * update ui
    
    * update loading state
    
    * animate auto router
    
    * apply loading treatment to out
    
    * disable routing api on l2 and support auto slippage
    
    * use opacity on the whole element
    
    * show loading card when syncing
    
    * updated gradient
    
    * polished ui
    
    * create routerlabel component
    
    * disable router on all bu mainnet
    
    * polish
    
    * feat: [draft] routing api polish (#2224)
    
    * show loading card when syncing
    
    * updated gradient
    
    * polished ui
    
    * create routerlabel component
    
    * disable router on all bu mainnet
    
    * polish
    
    * polished loading state
    
    * add dashes
    
    * fixed tooltip styles
    
    * fixed merge conflict
    
    * few updates
    
    * polish
    
    * updated yarn.lock
    
    * fixed styles
    
    * updated routing diagram
    
    * Fix code style issues with ESLint
    
    * routing api enabled without localstorage upgrade
    
    * fixed lint error
    
    * Fix code style issues with ESLint
    
    * refined mocks in routing diagram tests
    
    * addressed pr feedback
    
    * polish
    
    * revert sending eth
    
    * improved loading animation
    
    * handle stale routing api
    
    * Fix code style issues with ESLint
    
    * updated yarn.lock
    
    * support native eth
    
    * Compute gas adjusted quote for V2 trade and compare to V3 gas adjusted quote
    
    * Incorporate approval gas cost estimate
    
    * feat: simplify routing api ux (#2258)
    
    * support native eth
    
    * simplified ui
    
    * perf optimization
    
    * implement realized lp fee
    
    * improved route realized lp fee
    
    * fix lp realized fee
    
    * fix auto router gradient
    
    * initial route overlay
    
    * add auto router svg
    
    * adjusted ux to mocks
    
    * fix lp fee
    
    * upddated routing diagram
    
    * optimize tradeBetter hook
    
    * adjust type and name
    
    * add useBetterTrade
    
    * useBetterTrade takes gasEstimateWei
    
    * implement gasEstimateForApproval
    
    * import state from react
    
    * use gas estimate
    
    * improve integration with gas estimate comparison
    
    * remove dependency on account
    
    * fix currency switch bug
    
    * improve syncing state
    
    * add loadingbar
    
    * style tooltip container
    
    * updated tooltip styles
    
    * increase opacity range
    
    * always keep dependent currency input interactable
    
    * show placeholders in tooltips
    
    * Revert v2 gas estimates and approval estimates
    
    * Add debug logs
    
    * refactor
    
    * fix bug
    
    * removed comment
    
    * update engish key
    
    * add try-catch
    
    * addressed pr feedback
    
    * remove loading bar for price impact
    
    * addressed pr feedback and bug bash feedback
    
    * fix: use url to force version
    
    * addressed pr feedback and bug bash feedback
    
    * stop fetching when losing focus
    
    * only show auto router label when activated
    
    * avoid showing syncing status
    
    * move V3TradeSTate to own file
    
    * make useRoutes a function rather than hook
    
    * use logo from active list when possible
    
    * renamed and refactored hook
    
    * renamed and refactored hook
    
    * update status
    
    * polish
    
    * remove unused import
    
    * fixed merge error
    
    * updated combined trade tests
    
    * remove priceimpact while loading
    
    * Design tweaks
    
    * polish latest design
    
    * removed some styles
    
    * log gaevent on tooltip open and clean up origin
    
    * Small tweaks
    
    * addressed pr feedback
    
    * wrap route length in a loading container
    
    * renamed local to clientside
    
    * fix percent and token logo
    
    * addressed pr feedback
    
    * avoid comparing trades when v3 not ready
    
    * some refactor
    
    Co-authored-by: Lint Action <[email protected]>
    Co-authored-by: Will Pote <[email protected]>
    Co-authored-by: Callil Capuozzo <[email protected]>
    4 people authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    cd22955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cabd7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8009ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6b6e7f View commit details
    Browse the repository at this point in the history
  7. add static route svg (#2373)

    Justin Domingue authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    1314477 View commit details
    Browse the repository at this point in the history
  8. fix: flip token logos in routing diagram (#2375)

    * flip token logos in route
    
    * update snapshot
    Justin Domingue authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    112b005 View commit details
    Browse the repository at this point in the history
  9. feat: add @davatar/react for robust avatar support (#2321)

    * add @davatar/react for robust avatar support
    
    * remove @metamask/jazzicon, unused
    
    * move @davatar/react to devDependencies
    
    * pin exact version for @davatar/react
    carlosdp authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    cc8c571 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    bea63cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e90561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bc00cc View commit details
    Browse the repository at this point in the history
  4. ignore v3 state when only v2 only (#2383)

    Justin Domingue authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    648e4e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ae6321 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    dabb511 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    b07bc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c43912d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a73f51 View commit details
    Browse the repository at this point in the history
  4. perf: render components on first frame (#2404)

    * fix(nav): render Vote link while awaiting connection
    
    Minimizes layout shift in the normal case.
    
    * perf: inline logo svg
    
    * perf: display connect button for web3 initial state
    zzmp authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e242fac View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. refactor: simplify trade hooks (#2371)

    * merge tradeExactIn|Out
    
    * cleanup
    
    * reset polling interval
    
    * polish
    
    * improved types and fixed client side
    
    * rename combined to bestv3
    Justin Domingue authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    cc9650b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    119c79d View commit details
    Browse the repository at this point in the history
  3. feat(L2-beta-launch): network selector (#2129)

    * fix an issue with optimism/arbitrum alert distinction, add a prompt to switch to Optimism on mainnet
    
    * only prompt to switch networks if the user has a wallet connected
    
    * add readmore link styles
    
    * add network to the user's wallet if it hasn't been added already
    
    * network selector
    
    * hide arbitrum until it launches
    
    * add arbitrum for testing
    
    * update copy and some margins
    
    * fix alert opacity issue
    
    * remove the launch alert :(
    
    * adjust icon position and add curvier corners
    
    * lighten some colors
    
    * keep the selector around even if the user's wallet doesn't support the eip when they're on L2, just hide all other networks
    
    * copy updates and some other small tweaks
    
    * better mobile experience
    
    * shrink on mobile
    
    * fix some links and css
    
    * differentiate between selector and row logos
    
    * fix some copy
    
    * remove network alert from add liquidity pages, update copy and buttons on swap page, remove close option if no eth, persist close state otherwise
    
    * design polish
    
    * update read more links
    
    * update downtime warning to be less intense
    
    * oe logo
    '
    
    * design polish sesh
    
    * fix a couple bugs
    JFrankfurt authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    97ba8fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7767902 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#2407)

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    ba9ff0d View commit details
    Browse the repository at this point in the history
  6. perf(i18n): bundle default locale with main chunk (#2405)

    * fix(i18n): do not defer render on locale
    
    Do not defer render on locale load. This delays the initial render of the page, effectively delaying to LCP.
    Lingui allows the page to render with no text while a locale is loading. A fallback locale is only used when loading a locale fails - not while it is pending.
    
    * perf(i18n): include default language in initial bundle
    zzmp authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9b1903d View commit details
    Browse the repository at this point in the history
  7. chore: initial support for Swahili (Tanzanian) (#2397)

    * initial support for Swahili (Tanzania)
    
    * remove sw-KE
    Justin Domingue authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    284a435 View commit details
    Browse the repository at this point in the history
  8. fix: de-duplicate intermediate pairs (#2396)

    * make useAllCurrencyCombinations return uniques
    
    * consolidate useBestV3Trade* functions
    
    * consolidate useBestV2Trade
    
    * typo
    
    * reverted changes to trade hooks
    
    * reverted changes to trade hooks
    
    Co-authored-by: Noah Zinsmeister <[email protected]>
    Justin Domingue and NoahZinsmeister authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    91de599 View commit details
    Browse the repository at this point in the history
  9. perf(font): serve inter var from public (#2403)

    * perf(font): load Inter var from HTML, not JS
    
    * perf(font): use font-display block
    
    Prevents FOUT.
    
    * perf(font): preload font
    
    Further removes font from the critical render path.
    zzmp authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    9fa3b70 View commit details
    Browse the repository at this point in the history
  10. refactor: transaction info is translated in the appropriate places (#…

    …2380)
    
    * refactor: transaction info is translated in the appropriate places
    
    fixes Uniswap/interface#1756
    
    * getting closer
    
    * more work
    
    * finished, finally
    
    * bit more refactoring
    
    * move summary into its own file
    
    * little more cleanup in the transaction summary file
    
    * fix bad copy
    
    * fix the migrate notification
    
    * missing translation
    
    * fix the language for vote and address other pr comments
    
    * fix typo
    
    * - remove old transactions with this update
    - change to present tense
    - show ens name where appropriate
    
    * add a test that shows we don't clear old ones
    moodysalem authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    fb07919 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45709a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    19c3983 View commit details
    Browse the repository at this point in the history
  13. refactor: add an import sorting plugin (#2417)

    * refactor: add an import sorting plugin
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <[email protected]>
    moodysalem and lint-action authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    53da48b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    901e055 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afbe846 View commit details
    Browse the repository at this point in the history
  3. chore: dedup @ethersproject (#2415)

    Saves 20kb of gzipped payload.
    zzmp authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8bb1983 View commit details
    Browse the repository at this point in the history
  4. fix: infinite loop when brushing (#2422)

    * refine comparison method
    
    * adjust comment
    Justin Domingue authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8b3da3d View commit details
    Browse the repository at this point in the history
  5. update SDN list (#2423)

    ianlapham authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0099ef6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    738fac0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a05aae6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d993741 View commit details
    Browse the repository at this point in the history
  9. chore(deps-dev): bump @uniswap/token-lists (#2425)

    Bumps [@uniswap/token-lists](https://github.com/Uniswap/token-lists) from 1.0.0-beta.25 to 1.0.0-beta.26.
    - [Release notes](https://github.com/Uniswap/token-lists/releases)
    - [Commits](Uniswap/token-lists@v1.0.0-beta.25...v1.0.0-beta.26)
    
    ---
    updated-dependencies:
    - dependency-name: "@uniswap/token-lists"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ffe11f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    322c45b View commit details
    Browse the repository at this point in the history
  2. perf(swap): initialize swap inputs from url (#2402)

    * fix(swap): use undefined as initial currencyId state
    
    Null should be used for a selection state, not an unknown state. undefined may signify that a currency was passed in the URL but not yet parsed.
    
    * perf(swap): initialize swap with url
    
    Initializes SwapState with URL parameters so that currency input may be rendered on the first frame.
    
    * test(swap): update hooks tests
    
    * test: fix casing
    
    * fix: check nullish to allow eg 0
    zzmp authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    8de6bb6 View commit details
    Browse the repository at this point in the history
  3. fix(L2): add common bases to L2s (#2428)

    * add common bases to L2s
    
    * pr feedback
    JFrankfurt authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    384f674 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    a9ba79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aba270 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb3c7dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb09894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2482a10 View commit details
    Browse the repository at this point in the history
  6. chore: clean up package scripts (#2435)

    * chore: clean up package scripts
    
    * fix: respect yarn scripts
    zzmp authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    23f722c View commit details
    Browse the repository at this point in the history
  7. chore: dedup packages (#2414)

    Deduplicates packages, but has no effect on bundle size. These packages are used for build steps or for typings.
    zzmp authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    d7bf4bb View commit details
    Browse the repository at this point in the history
  8. perf: import @ethersproject directly to enforce modularization (#2424)

    * perf: import @ethersproject directly for modularization
    
    * chore: update @davatar/[email protected]
    
    * fix: lockfile
    zzmp authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    1fcbd2d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    52630aa View commit details
    Browse the repository at this point in the history
  2. chore: restrict imports from dist (#2443)

    * fix: consistent @uniswap/v3-sdk imports
    
    * fix: consistent @redux/toolkit imports
    
    * fix: consistent @web-react imports
    
    * fix: consistent @uniswap/token-lists imports
    
    * chore: restrict dist/ imports
    zzmp authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    ea17c7c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    9b56c8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6085284 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. fix: set custom dimension on chainId change (#2440)

    * set custom dimension on chainId change
    
    * make it more clear that 1 is mainnet
    
    * 0 fallback chainId
    JFrankfurt authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    81b8afd View commit details
    Browse the repository at this point in the history
  2. restore use v3 (#2449)

    Justin Domingue authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    cd4a231 View commit details
    Browse the repository at this point in the history
  3. add new addresses (#2450)

    ianlapham authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    ffab1c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77c7dab View commit details
    Browse the repository at this point in the history
  5. chore: rm lodash (#2451)

    Updates node-vibrant to use a webpack-compatible version.
    lodash was implicitly installed through node-vibrant (and its lack of tree-shaking); with this fixed, lodash is no longer provided.
    zzmp authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    31d286c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d370088 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    be8b6cc View commit details
    Browse the repository at this point in the history
  2. chore: dedup packages (#2462)

    * chore: dedup @babel packages
    
    * chore: dedup @types packages
    
    * chore: dedup eslint packages
    
    * chore: dedup electron-to-chromium package
    
    * chore: dedup prettier package
    
    * chore: update yarn.lock
    
    * style: run prettier
    zzmp authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b58e200 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    5cb37dc View commit details
    Browse the repository at this point in the history
  2. chore: stub out new component lib (#2467)

    * chore: stub a bundled component lib
    
    * chore: add cosmos to preview component lib
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <[email protected]>
    zzmp and lint-action authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    496a963 View commit details
    Browse the repository at this point in the history
  3. Revert "chore: stub out new component lib (#2467)" (#2472)

    This reverts commit 496a963.
    zzmp authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    aa1db58 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Clarify Button (#2447)

    Changed "Remove send" to "Remove recipient" for clarification purposes.
    Sowiedu authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    868242a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16d8f95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13d9f6c View commit details
    Browse the repository at this point in the history
  4. chore: stub out new component lib (#2495)

    * chore: stub out new component lib (#2467)
    
    * chore: stub a bundled component lib
    
    * chore: add cosmos to preview component lib
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <[email protected]>
    
    * fixup: tsconfig
    
    * fix: homepage
    
    Co-authored-by: Lint Action <[email protected]>
    zzmp and lint-action authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    dddd24f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    7a57fbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7715294 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b71708f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    a7b945a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df397a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e9092 View commit details
    Browse the repository at this point in the history
  4. move computeRoute to utils (#2506)

    Justin Domingue authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    896f2fc View commit details
    Browse the repository at this point in the history
  5. improve routing types (#2507)

    Justin Domingue authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    78581d5 View commit details
    Browse the repository at this point in the history
  6. fix: routing utils.tests (#2509)

    * fix routing utils.test
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <[email protected]>
    Justin Domingue and lint-action authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    bca70dd View commit details
    Browse the repository at this point in the history
  7. move GA initialization to own file (#2508)

    Justin Domingue authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    e56fdf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    b47808f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80eb394 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    b87a45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4ce5ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a914b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e0e9be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef2cb75 View commit details
    Browse the repository at this point in the history
  6. fix: add usdc price in TradePrice (#2441)

    * add usdc price in trade price
    
    * adjust color
    
    * adjust usdc price
    
    * Fix code style issues with ESLint
    
    * round to 4
    
    * use same format as fiat value
    
    Co-authored-by: Lint Action <[email protected]>
    Justin Domingue and lint-action authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    4b8d942 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f66f5e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    d89d559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e6388 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Configuration menu
    Copy the full SHA
    f5b91c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    a9ea5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    077570e View commit details
    Browse the repository at this point in the history
  3. fix: replace t with <Trans> where possible (#2516)

    * replace t macro with <Trans>
    
    * replace t macro with <Trans>
    
    * add lint rule for t
    
    * fixed more ts
    Justin Domingue authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    be15604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dac87e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e40bef View commit details
    Browse the repository at this point in the history
  6. fix: Show proper graph color for non-Ethereum L1 chains (#2049) (#2284)

    * Switch to fetching token color from the logoURI included
    
    * Fall back to github hosted images
    
    * Move logger to changes to another PR
    cmcewen authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    d37e963 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03c3fde View commit details
    Browse the repository at this point in the history
  8. fix(SafariSquareDots): fixed by using border-top-with instead of bord… (

    #2474)
    
    * fix(SafariSquareDots): fixed by using border-top-with instead of border-width
    
    * fix(SafariSqaureDots): fixed by using a min width of 5px and then following the width of the screen if the screen is too wide
    
    * fix(SafariSquareDots): fixed by using Dot SVG instead of border-style CSS
    
    * fix(SafariSquareDots):  Fixed code follows suggestions from the Pull Request
    
    * regenerate snapshots
    
    Co-authored-by: NITIPON CHINGTHONGCHAI <[email protected]>
    Co-authored-by: Justin Domingue <[email protected]>
    3 people authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    27a868f View commit details
    Browse the repository at this point in the history
  9. fix: z-index bug which prevented modal click (#2264)

    * Fix z-index bug which prevented modal click. Center button and remove underline
    
    * Fix code style issues with ESLint
    
    * fix: PR comments
    
    * Fix code style issues with ESLint
    
    * z-index comment
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <[email protected]>
    cmcewen and lint-action authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    3e36281 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. add reducer path to routing api (#2541)

    Justin Domingue authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    1534569 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. update arbitrum subgraph url

    fee tier working, tick data not in this subgraph
    Justin Domingue authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    4df2824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    095dbff View commit details
    Browse the repository at this point in the history
  3. chore: eslint nit (#2607)

    zzmp authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    eba8170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50386f6 View commit details
    Browse the repository at this point in the history
  5. improve fee tier selector (#2609)

    Justin Domingue authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    442879c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e0b24c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    e4b727f View commit details
    Browse the repository at this point in the history
  2. only display TradePrice usdcPrice if available (#2613)

    Justin Domingue authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0b8afcf View commit details
    Browse the repository at this point in the history
  3. fix: remove extra $ from translations (#2611)

    * remove extra $
    
    * refactor
    
    * refactor
    Justin Domingue authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8dd1be3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b286c1b View commit details
    Browse the repository at this point in the history
  5. refactor: migrate state/application to slice (#2615)

    Justin Domingue authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    54531b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93b79be View commit details
    Browse the repository at this point in the history
  7. fix: increase quote gas overrides on arbitrum (#2614)

    Justin Domingue authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    aea2bca View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    b7cb2d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26db9a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    902cd34 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    f62d301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c213be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87d547a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    244ed38 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. fix: add usdc to arbitrum/optimism common bases (#2641)

    Justin Domingue authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    1e7dff0 View commit details
    Browse the repository at this point in the history
  2. remove WETH from optimism bases (#2640)

    Justin Domingue authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e15a8dd View commit details
    Browse the repository at this point in the history
  3. use l2 logos in base pairs (#2634)

    Justin Domingue authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c63482b View commit details
    Browse the repository at this point in the history
  4. fix: split calls into more chunks if they fail due to out of gas erro…

    …rs (#2630)
    
    * fix: split calls into more chunks if they fail due to out of gas errors
    
    * set to 100m gas
    
    * back to 25m so we batch fewer calls
    
    * do not pass through gas limit, some simplification of the code
    
    * unused import
    moodysalem authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5e8d725 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    9cacd57 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    1846883 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. fix(L2): ensure chainIds match before fetching pool data (#2652)

    * ensure chainIds match before fetching pool data
    
    * debounce both input currencies, and only look for pairs on currencies that share a chainId
    
    * pr feedback
    JFrankfurt authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    f26a330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c9bf8 View commit details
    Browse the repository at this point in the history
  3. chore: update token list (#2670)

    * update token list
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <[email protected]>
    ianlapham and lint-action authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    f768428 View commit details
    Browse the repository at this point in the history
  4. fix: update token list (#2671)

    * update token list
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <[email protected]>
    ianlapham and lint-action authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    5e09a0c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    aef5d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36cfe62 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. feat: extend privacy and terms (#2623)

    * initial iteration
    
    * add logging
    
    * added hook
    
    * polish
    
    * remove unused import
    
    * add hash
    
    * addressed pr feedback
    
    * remove autorouter icon
    
    * use firebase store
    
    * style
    
    * adjust recat ga
    
    * log remove liquidity
    
    * update copy
    
    * addressed pr feedback
    
    * addressed pr feedback
    
    * prevent privacy content from dismissing modal
    
    * make top-level key origin
    
    * use hostname
    
    * restore trm
    Justin Domingue authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    abe6bf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d5be31 View commit details
    Browse the repository at this point in the history
  3. log full signed tx (#2681)

    Justin Domingue authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    af83399 View commit details
    Browse the repository at this point in the history
  4. refactor monitoring (#2682)

    Justin Domingue authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8eb8644 View commit details
    Browse the repository at this point in the history
  5. chore: set final privacy learn more link' (#2684)

    * add learn more button
    
    * add final link
    Justin Domingue authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    3bf36ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    245f8d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79d582c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17439d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    b4e756e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f5fdc View commit details
    Browse the repository at this point in the history
  3. fix: back arrow bug in wallet modal and fill tx for wallet (#2687)

    * add tx to wallet connect
    
    * remove id from env
    
    * restore env
    Justin Domingue authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    bbc64f1 View commit details
    Browse the repository at this point in the history
  4. block import of unsupported tokens (#2673)

    generalize custom import token block ui
    JFrankfurt authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    68e6bc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a0294f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    609542c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d2508f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c020120 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    ba497e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    e4ad97c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    4f26837 View commit details
    Browse the repository at this point in the history
  2. Add space

    matextrem committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    6465b38 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    df9c145 View commit details
    Browse the repository at this point in the history
  2. Move view all orders link to the upper right corner + use getExplorer…

    …AddressLink in order to fetch explorer link
    matextrem committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    5591cc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    776cd3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa344f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9485db View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Improve UI + styles

    matextrem committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    b7464d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Add hasOrders hook

    matextrem committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    4acb50e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. added some fixes

    nenadV91 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    6deef21 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. fix for modal styles

    nenadV91 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    c30614f View commit details
    Browse the repository at this point in the history
  2. fix for settings modal

    nenadV91 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    941f6c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e991be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e5ba84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36a8b20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58faeac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48c4c83 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. yarn.lock update

    nenadV91 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    3d1cc16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2f6ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1636951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    993bdf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    85a7095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    582750f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    116a284 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. fix for toast notifications

    nenadV91 committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    f822d47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb24bb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    d3eb559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f49e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    c13d664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1de4de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a9108 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a1f6f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    cb4d89e View commit details
    Browse the repository at this point in the history
  2. network selector ui changes

    nenadV91 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    e6a3580 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ff8011 View commit details
    Browse the repository at this point in the history
  4. update for NetworkSelector

    nenadV91 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3a89ef1 View commit details
    Browse the repository at this point in the history
  5. fix for xDai wrap/unwrap

    nenadV91 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    85535a7 View commit details
    Browse the repository at this point in the history
  6. Improve IPFS calls

    matextrem committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    11b32f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    9d96cbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f492b4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eb5608 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    202a45d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    f8438a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788d40c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c052faf View commit details
    Browse the repository at this point in the history
  4. re-update url

    W3stside committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    bab850e View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/master' into develop

    Leandro Boscariol committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    6249014 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb1e6e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07691e9 View commit details
    Browse the repository at this point in the history
  8. updated CurrencyLogoMod

    nenadV91 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    04200fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7681a40 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. another batch of pr changes

    nenadV91 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    5df1a77 View commit details
    Browse the repository at this point in the history
  2. added more small updates

    nenadV91 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    089f84a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddd3d8e View commit details
    Browse the repository at this point in the history
  4. Fix unnecesary rerenders

    matextrem committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a1b51d5 View commit details
    Browse the repository at this point in the history
  5. another batch of RP updates

    nenadV91 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    28ff9e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    413e803 View commit details
    Browse the repository at this point in the history
  2. change network name: xDai -> Gnosis Chain (#2023)

    * change network label and add gnosis logo
    
    * change GC selected network
    
    * update gnosis chain logo
    
    * logo update
    
    * update constants
    
    * change gc on activity modal
    alongoni authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    9eab91a View commit details
    Browse the repository at this point in the history
  3. Add new errors: InsufficientAllowance, InsufficientBalance (#2010)

    # Summary
    
    Adds new errors for the backend.
    
    Now they have more granular description of the error.
    
    
    See gnosis/gp-v2-services#1458 (comment)
    anxolin authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    78532ca View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    69e8dcc View commit details
    Browse the repository at this point in the history
  2. fix for integration-tests

    nenadV91 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    8c783b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce1e021 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24ab2ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ac05d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4ecf8e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    a5017cf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Merge pull request #1982 from gnosis/uniswap-merge

    [:unicorn:  Uniswap Merge] v4.20.1
    nenadV91 authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    b85ca42 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    5337ec7 View commit details
    Browse the repository at this point in the history
  2. ABOUT REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT (#2024)

    * REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT 
    
    This PR rebrands all mentions to GnosisDAO, Gnosis, Gnosis Protocol or GPv2 to CoW Protocol & CowDAO.
    
    * Update README.md
    
    * Update index.html
    
    * Update index.tsx
    
    * Update index.ts
    avsavsavs authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    58fa09a View commit details
    Browse the repository at this point in the history
  3. FAQ REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT (#2022)

    * REBRANDING - NOT TO MERGE UNTIL ANNOUNCEMENT
    
    This PR rebrands all mentions to GnosisDAO, Gnosis, Gnosis Protocol or GPv2 to CoW Protocol & CowDAO.
    
    * Fix code style issues with Prettier
    
    * escape apostrophe
    
    Co-authored-by: Lint Action <[email protected]>
    Co-authored-by: David W3stside <[email protected]>
    3 people authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    a9b2140 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. [Rebranding] Update Explorer FE and BE api URLs (#2047)

    * issue #2011 update explorer URL (Barn and prod only)
    
    * issue #2012 update explorer backend URLs
    
    * Revert BARN urls + update default urls + Add profile URL
    
    * Update .env.production
    
    Co-authored-by: Leandro Boscariol <[email protected]>
    
    * Update src/custom/api/gnosisProtocol/api.ts
    
    Co-authored-by: Leandro Boscariol <[email protected]>
    
    Co-authored-by: Leandro Boscariol <[email protected]>
    matextrem and alfetopito authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    835cc80 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Update BARN urls

    matextrem committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    4bf82f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd58411 View commit details
    Browse the repository at this point in the history
  3. Updating fee integ test base URL

    Leandro committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    5074608 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2071 from gnosis/bugfix/rebranding

    [1.8.1] Update BARN urls
    matextrem authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c7e5a3c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    67e4d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a243ce View commit details
    Browse the repository at this point in the history
  3. Update profile api url

    matextrem committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e43a9ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d497c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d7ca29 View commit details
    Browse the repository at this point in the history