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

2440/uni merge #374

Merged
merged 388 commits into from
Apr 14, 2022
Merged

2440/uni merge #374

merged 388 commits into from
Apr 14, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 12, 2022

  1. Revert "add error reporting component, INTEGRATION ERROR type, and Mi…

    …ssing provider error (#3107)" (#3109)
    
    This reverts commit ac2642f.
    JFrankfurt authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    06a8151 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. feat: mv block number to atom (#3108)

    * feat: mv block number to atom
    
    * fix: add block updater
    
    * fix: fast forward dep
    zzmp authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    7aa0f50 View commit details
    Browse the repository at this point in the history
  2. feat: add multicall to widget (#3112)

    * feat: mv block number to atom
    
    * fix: add block updater
    
    * fix: fast forward dep
    
    * refactor: mv multicall to lib
    
    * feat: add multicall to widget
    
    * chore: update widget deps
    
    * nit: pluralize updaters
    
    * chore: minimize deps
    zzmp authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    8784a76 View commit details
    Browse the repository at this point in the history
  3. feat: sort the widget token select (#3114)

    * refactor: mv token list utils to lib
    
    * refactor: mv balance hooks to lib
    
    * feat: interactive token select
    zzmp authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    e68e1af View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. chore: replace microbundle with rollup (#3115)

    * refactor: mv gas estimate chains out of component
    
    * chore: replace microbundle with rollup
    
    * chore: use ts rollup config
    
    * chore: rename lib to widgets
    
    * chore: add rollup doc comment
    
    * feat: rollup typings
    
    * fix: retain tsconfig decl dir
    zzmp authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e5a1cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    064a73c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d97cbf View commit details
    Browse the repository at this point in the history
  4. feat: add survey popup for survey monkey (#3116)

    * add survey popup for survey monkey
    
    * update useEffect and add 24 hour window
    
    * upate % logic
    
    * update logic to show after duration
    
    * update timestamp conditional
    
    * small changes
    ianlapham authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1b10c88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27843f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1127e74 View commit details
    Browse the repository at this point in the history
  7. refactor: mv token hooks to lib (#3122)

    * refactor: mv useNativeCurrency to lib/hooks
    
    * refactor: mv useCurrency logic to lib/hooks
    zzmp authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    99f6818 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. feat: include native currency in widget select (#3124)

    * fix: token image for chains / natives
    
    * feat: include native currency in select
    
    - Updates widgets swap state to use Currency (and deals with downstream updates)
    - Refactors logoURI code to a new lib/hooks/useCurrencyLogoURIs
    - Adds native currency to useQueryTokenList
    
    NB: This does not build because tests must be updated to use Currency (they currently use mock tokens)
    
    * test: update fixtures to use real currency
    
    * fix: data uri color extraction
    
    * fix: token img state
    
    * fix: use new array
    zzmp authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    850a20f View commit details
    Browse the repository at this point in the history
  2. fix: memoize more swap (#2950)

    * fix: memoize derived swap info
    
    * fix: memoize current block timestamp
    
    * fix: memoize price impact
    
    * fix: memoize debounced value updates
    
    * fix: nits
    zzmp authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    d54783a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. feat(widgets): add error reporting component, INTEGRATION ERROR type,…

    … and Missing provider error (#3110)
    
    * add error reporting component, INTEGRATION ERROR type, and Missing provider error
    
    * rename reporter to generator
    
    * pr feedback
    
    * refactor provider check
    
    * add chainId, convenienceFee, and width errors
    
    * pr feedback and convenienceFeeRecipient address enforcement
    
    * fix imports for utils
    JFrankfurt authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    8e3b2cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd81926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1efda07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dec0cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3321ae View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    b77e7de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    053000e View commit details
    Browse the repository at this point in the history
  3. feat: Update swap state structure and attach to UI (#3155)

    * refactor: mv settings state to own file
    
    * chore: add default exports
    
    * refactor: update swap state to match biz logic
    
    * feat: copy biz logic to widgets
    
    * Hook up UI to updated swap state
    
    * fix: decimal inputs
    
    * fix max slippage
    
    * fix error in settings
    
    * fix: typing errors
    
    * revert: useBestTrade changes
    
    * fix: use client side trade for widgets
    
    * fix: exhaustive deps
    
    * chore: add router-sdk
    
    * fix: gate old web3 on widget env
    
    * fix building errors
    
    * update trade imports
    
    * update hook naming for swap amount and currencies
    
    * small changes
    
    Co-authored-by: Zach Pomerantz <[email protected]>
    ianlapham and zzmp authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    034b3e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    8a37c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567fb01 View commit details
    Browse the repository at this point in the history
  3. feat: polish select (#3160)

    * feat: filter selected currency from select
    
    * test: use infura urls
    
    * fix: load native with chain
    
    * fix: use currencyId for key
    
    * feat: switch currencies when selecting other
    
    * fix: resolve merge conflict name
    zzmp authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b501974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ac3ed1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6404ee6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    8d822fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9407bb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Configuration menu
    Copy the full SHA
    6a4f067 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b878d76 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    c9642c6 View commit details
    Browse the repository at this point in the history
  2. chore: reset local tick data state on input change (#3176)

    Justin Domingue authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    52128a2 View commit details
    Browse the repository at this point in the history
  3. refactor: isolate approval callback hooks (#3172)

    * refactor: isolate approval callback hooks
    
    * fix: use approval callback from trade
    zzmp authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    5236065 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b69974 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f9c56b View commit details
    Browse the repository at this point in the history
  6. feat: update slippage tolerance to use auto or custom (#3166)

    * update slippage tolerance to use auto or custom
    
    * remove attempted styling for other PR
    
    * back out UI changes, small naming updates
    
    * remove UI work
    
    * small code style changes, fix typo
    
    * update comment to doc comment
    ianlapham authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    bbdb5f3 View commit details
    Browse the repository at this point in the history
  7. feat: add chainId (network) as url parameter (#3057)

    * read from query param and change networks if necessary
    
    * dont open network selector menu on url param change
    
    * prompt network change when url changes
    
    * keep url, network in sync
    
    * use chain name instead of id in url param
    
    * only prompt network switch if url chain doesnt match
    tinaszheng authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    3153db9 View commit details
    Browse the repository at this point in the history
  8. fix: disable swap button w/o account (#3177)

    * fix: disable swap button w/o account
    
    * nit: indent less
    zzmp authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    cee4b8c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. fix: track swap approvals (#3183)

    * fix: track swap approvals
    
    * fix: type ambiguous return value
    zzmp authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ffe2bd3 View commit details
    Browse the repository at this point in the history
  2. feat: update summary view with real values (#3179)

    * refactor: isolate approval callback hooks
    
    * fix: use approval callback from trade
    
    * chore: pass optimized trade to summary
    
    * start review screen UI updates
    
    * chore: pass optimized trade to summary
    
    * fix: pass Trade to summary
    
    * remove uneeded value type
    
    * remove uneeded styling
    
    * code cleanup
    
    * code styling, update props
    
    * fix fixture bug, code style updates
    
    * bug fix in details array
    
    * update logic in details
    
    Co-authored-by: ianlapham <[email protected]>
    zzmp and ianlapham authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ffe334c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d54b01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f89a46 View commit details
    Browse the repository at this point in the history
  5. refactor: track txs (#3185)

    * feat: track approval txs
    
    * refactor: update transactions
    
    * chore: add ms to deps
    
    * test: rm stale test
    
    * fix: comment usage of trade for optimized trade
    zzmp authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c7633d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. feat: pending approval ui (#3186)

    * feat: track approval txs
    
    * refactor: update transactions
    
    * feat: pending approval ui
    
    * chore: fix pending approval doc
    
    * fix: clarify optimized trade
    
    * fix: use relative path for data uri assets
    zzmp authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    8d145b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb0d42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e62b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1e0812 View commit details
    Browse the repository at this point in the history
  5. fix: chain parameter should be able to switch chains on initial load (#…

    …3180)
    
    * fix switch network on load
    
    * dont run useeffect when chainId isnt defined yet
    
    * remove newline
    tinaszheng authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    779625a View commit details
    Browse the repository at this point in the history
  6. feat(widgets): use default input/output (#3161)

    * feat: use default input/output on chain switch
    
    * feat(widgets): ErrorGenerator -> PropValidator
    
    * default prop validation
    
    * useDefaults hook
    
    * pr feedback
    
    * fix cosmos
    
    * drop token map changes
    
    * add default inputs to cosmos fixture
    
    * set up different validation layers for widget and swap
    
    * split widget/swap prop types
    
    * cleanup
    
    * pr feedback
    
    * clear defaults when they're no longer valid on the current chain
    
    * remove state checks on validators
    
    * stop using address in cosmos fixture
    
    * pr feedback
    
    * useMemo on useSwapDefaults args
    
    * tell the user what they gave to error'd props
    
    Co-authored-by: Zach Pomerantz <[email protected]>
    JFrankfurt and zzmp authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    ce96873 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. feat: update swap hooks and add swap txn submission (#3187)

    * update swap hooks to add swap txn confirmations
    
    * fix: remove uneeded comments
    
    * update with latest
    
    * update utils to separate swap callback hooks
    
    * create generic swap callabck to be used by both app and widget
    
    * update app swap callback to use logic from lib
    
    * update big number import
    ianlapham authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b50d10c View commit details
    Browse the repository at this point in the history
  2. feat: pending tx state (#3189)

    * refactor: state cleanup
    
    * feat: add pending tx hash to swap state
    
    * fix: update name to display tx hash
    zzmp authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5671700 View commit details
    Browse the repository at this point in the history
  3. feat: max slippage ui (#3190)

    * style: input padding
    
    * feat: expand Row grow
    
    * style: polish max slippage
    zzmp authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    47aff6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0265c0 View commit details
    Browse the repository at this point in the history
  5. feat: Make pending txn status functional (#3193)

    * update swap hooks to add swap txn confirmations
    
    * fix: remove uneeded comments
    
    * update with latest
    
    * update utils to separate swap callback hooks
    
    * create generic swap callabck to be used by both app and widget
    
    * update app swap callback to use logic from lib
    
    * update big number import
    
    * add swap txn to state on submit
    
    * remove redundant  fields in txn interfaces
    
    * consolidate trade type logic
    ianlapham authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a598a15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06536bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    043fb95 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. feat(widgets): move uniswap protocol branding from header to bottom o…

    …f output (#3194)
    
    * move branding from header to bottom of output
    
    * remove old prop
    
    * BrandingFooter component
    
    * pr feedback
    JFrankfurt authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    4a8f1d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0ad63 View commit details
    Browse the repository at this point in the history
  3. feat: format usd prices, add loading states (#3196)

    * format usd prices, add loading states
    
    * remove tildes, collapse details by default
    
    * update swap deadline to use seconds
    
    * update syntax for loading states
    ianlapham authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ed24706 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bf2b81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aecf5d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    b6a47c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c641cec View commit details
    Browse the repository at this point in the history
  3. remove survey (#3206)

    ianlapham authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    7055d60 View commit details
    Browse the repository at this point in the history
  4. fix: input/output value/balance styles (#3207)

    * fix: right-align balance
    
    * fix: set min-height on text
    zzmp authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ab8c1e3 View commit details
    Browse the repository at this point in the history
  5. fix: branded footer nits (#3209)

    * chore: export brand color
    
    * fix: target only children for extracted color transitions
    
    * fix: branded footer nits
    zzmp authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c82b4fa View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. feat: slippage warning ux (#3211)

    * feat: setting input spacings
    
    * feat: popover icon props
    
    * fix: slippage input border
    
    * feat: slippage input warning ux
    
    * feat: slippage summary warning ux
    
    * fix: summary layout
    
    * fix: large icon compatibility
    
    * fix: input option style
    
    * fix: large icon compatibility
    
    * fix: popover dimensions
    
    * feat: tooltip hook
    
    * fix: better max slippage popovers
    
    * feat: error color input on invalid slippage
    
    * fix: use default tx ttl
    
    * fix: type userDeadline
    zzmp authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    4b762ef View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    14c91f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c73719 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5be3eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b78cee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc63707 View commit details
    Browse the repository at this point in the history
  6. fix: fix pricing displays (#3214)

    * fix pricing displays
    
    * update rate logic, code clean
    ianlapham authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    800b5e0 View commit details
    Browse the repository at this point in the history
  7. feat: ux warnings (#3220)

    * chore: mv Toolbar to a directory
    
    * refactor: clean up Toolbar
    
    * refactor: simplify Toolbar Caption
    
    * feat: warn on price impact in Summary
    
    * refactor: add computeRealizedPriceImpact util
    zzmp authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e19e849 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d060782 View commit details
    Browse the repository at this point in the history
  9. feat: update widget with client side SOR (#3210)

    * start SOR by creating custom widget hook
    
    * update best trade hook to use SOR in widget
    
    * update organization for client side SOR logic
    
    * fix auto router chain id import
    
    * remove dependency on react GA for widget
    
    * update dependencies for SOr
    
    * remove new useBestTrade.ts
    
    * update loading logic for fetching hook
    
    * update dependencies with import from ethersproject
    
    * update import version
    
    * add try catch on SOR usage
    
    * code cleanup, nit fixes
    ianlapham authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    05b2711 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b90fe1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    921310e View commit details
    Browse the repository at this point in the history
  2. feat(widgets): support convenience fee in trades (#3219)

    * feat(widgets): support convenience fee in trades
    
    * update call signature
    
    * pr feedback
    JFrankfurt authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    8064dd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e22389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee32418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c0246c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efa3d55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43931dd View commit details
    Browse the repository at this point in the history
  8. feat(widgets): convenience fee (#3231)

    * feat(widgets): support convenience fee in trades (#3219)
    
    * feat(widgets): support convenience fee in trades
    
    * update call signature
    
    * pr feedback
    
    * set default convenience fee to undefined
    
    * pr feedback
    JFrankfurt authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    a323a5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c278d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. feat: create use best trade hook for widgets (#3226)

    * create use best trade hook for widgets
    
    * update comment in hook file
    
    * refactor loading state conditional
    
    * update logic in use best trade
    
    * clean code in best trade hook
    ianlapham authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    2aa1e40 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

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

Commits on Feb 7, 2022

  1. fix: named imports (webpack 5 compat) (#3242)

    * fix: avoid json named imports
    
    This is required by webpack 5, and is done to keep the widgets library compatible.
    See https://webpack.js.org/migrate/5/#using-named-exports-from-json-modules
    
    Note that this must be done upstream as well, in @uniswap/v3-sdk and @uniswap/router-sdk.
    
    * chore: bump v3-sdk to avoid json named imports
    zzmp authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    610f7d3 View commit details
    Browse the repository at this point in the history
  2. chore: rename web3-react-alpha (#3243)

    Renames widgets-web3-react/* to @widgets/web3-react/*.
    npm treats nested packages as scoped, and requires scoped packages to begin with @.
    zzmp authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    96a122d View commit details
    Browse the repository at this point in the history
  3. fix: isolate infura (#3241)

    * fix: rm infura urls from lib
    
    * fix: use passed providers for client SOR
    
    * fix: clean up supported chain ids
    
    * nit: rename params with specificity
    
    * fix: use public rpc urls for l2
    
    * fix: special-case rpc urls
    zzmp authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c595ba9 View commit details
    Browse the repository at this point in the history
  4. feat: widget loading animations polish (#3232)

    * create use best trade hook for widgets
    
    * update comment in hook file
    
    * add loading states to input / output fields
    
    * update to not use imports from app
    
    * remove custom loading component
    
    * update var name and syncing detection logic
    
    * fix USD div type
    
    * simplify loading css, small changes
    ianlapham authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    bb27b7a View commit details
    Browse the repository at this point in the history
  5. fix(widgets): white accentText color on some buttons (#3238)

    * white accentText color on some buttons
    
    * put color calculations in useMemo, change accentText name, make hsl hex
    
    * onAccent -> onAccentText
    JFrankfurt authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    55b3782 View commit details
    Browse the repository at this point in the history
  6. fix(widgets): convert widget colors from hex to hsl (#3239)

    * convert widget colors from hex to hsl
    
    * nits
    JFrankfurt authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2efc1fb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. feat(widgets): ensure passed locale is supported (#3245)

    * ensure passed locale is supported
    
    * warn on locale mismatch
    
    * export SUPPORTED_LOCALES
    JFrankfurt authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    707abd0 View commit details
    Browse the repository at this point in the history
  2. fix: update widget loading state detection (#3253)

    * update loading state detection
    
    * create custom hook for amount detection
    ianlapham authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    3b3db6f View commit details
    Browse the repository at this point in the history
  3. fix(widgets): fix broken unsupported network message (#3256)

    * fix(widgets): fix broken unsupported network message
    
    * require that the user be on a Uniswap chainId AND a token-list supported chainID before fetching swap info
    
    * use .some instead of .reduce
    JFrankfurt authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0ec2dd4 View commit details
    Browse the repository at this point in the history
  4. feat(widgets): Localize CurrencyAmounts and Prices (#3247)

    * add basic number formatting
    
    * test formatLocaleNumber
    
    * localize CurrencyAmounts and Prices
    
    * use lingui locale hook
    
    * pr review
    
    * cleaner type assertions
    
    * check if locale is supported when formatting
    
    * pr feedback
    JFrankfurt authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    f95275d View commit details
    Browse the repository at this point in the history
  5. feat: bundle widgets (#3244)

    * fix: tsconfig emissions
    
    * fix: avoid importing app state in lib
    
    * fix: export theming
    
    * fix: asset resolutions
    
    * fix: bundle widget
    
    * test: update failing snapshots
    
    * fix: maintain i18n for cosmos
    
    * fix: use npm-compatible aliasing
    
    * fix: include fonts in bundle
    zzmp authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    290f4bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3d6727 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bc21be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58778b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. chore: bundling nits (#3258)

    * refactor: mv governance contracts to governance
    
    * refactor: mv merkle contract to claim
    
    * refactor: mv staking contract to staking
    
    * chore: 0.0.6-beta
    
    * chore: add @reduxjs/toolkit to peerDeps
    
    * chore: v0.0.7-beta
    
    * chore: add @reduxjs/toolkit to deps
    
    * chore: v0.0.8-beta
    
    * chore: swap web3-react aliasing
    
    * chore: v0.0.9-beta
    
    * chore: v0.0.10-beta
    zzmp authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    3acd993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f273a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5a72cd View commit details
    Browse the repository at this point in the history
  4. feat: track google analytics clientIds (#3264)

    * store client id in localstorage
    
    * remove newline
    
    * use React.ga
    
    * fix import
    tinaszheng authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    440ac0c View commit details
    Browse the repository at this point in the history
  5. fix: use greaterThan (#3269)

    zzmp authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    8289670 View commit details
    Browse the repository at this point in the history
  6. fix: tooltip overflow and cursor (#3271)

    * fix: tooltip cursor
    
    * fix: only clip dialog
    
    * nit: clean up class name
    zzmp authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c9c5969 View commit details
    Browse the repository at this point in the history
  7. update sig figs (#3270)

    ianlapham authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    fad55b8 View commit details
    Browse the repository at this point in the history
  8. fix: update max slippage state (#3268)

    * fix: max slippage state
    
    * chore: rename to useAllowedSlippage
    
    * nit: maxSlippageInput name
    zzmp authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    da36e63 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd16053 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. feat: connect wallet ux (#3275)

    * fix: wallet styling
    
    * feat: onConnectWallet prop
    zzmp authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6630825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c013a View commit details
    Browse the repository at this point in the history
  3. fix: enable max swap amount (#3278)

    * fix: enable max swap amount
    
    * fix: bad syntax
    
    * fix: unnecessary optional
    zzmp authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    108feac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c30eb89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75ecc58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b336868 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5175cb6 View commit details
    Browse the repository at this point in the history
  8. fix: theme colors (#3274)

    zzmp authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ff16d3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69ed701 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    02a7725 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cb19dd View commit details
    Browse the repository at this point in the history
  12. feat: EtherscanA component (#3284)

    * feat: EtherscanA component
    
    * refactor: EtherscanLink from ExternalLink
    zzmp authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1af34ae View commit details
    Browse the repository at this point in the history
  13. fix: adjust max button for native currencies (#3279)

    * adjust max button for native currencies
    
    * update var naming
    ianlapham authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    88712b5 View commit details
    Browse the repository at this point in the history
  14. fix(widgets): complete etherscan link and stop timer on tx inclusion (#…

    …3267)
    
    * fix(widgets): complete etherscan link and stop timer on tx inclusion
    
    * use preexisting helper for etherscan link
    
    * use z's EtherscanLink component
    
    * pr review
    JFrankfurt authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    c5ea01c View commit details
    Browse the repository at this point in the history
  15. feat: hide balance on blur (#3285)

    * feat: hide balance when blurred
    
    * refactor: express focused through props
    
    * refactor: share Input/Output code
    zzmp authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    92b7ca8 View commit details
    Browse the repository at this point in the history
  16. fix(widgets): remove trading header (#3263)

    * fix(widgets): remove trading header
    
    * correct height for removed title, more scalable/consistent transform values
    
    * 347->346 height
    JFrankfurt authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    26275ca View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b5d27e2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f47fcc9 View commit details
    Browse the repository at this point in the history
  19. fix: settings ux (#3282)

    * fix: max slippage warning logic
    
    * fix: option border specificity
    
    * fix: dialog resizing through animation
    
    * fix: initial warning states
    
    * fix: hide Modal class
    zzmp authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    b4aac94 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. feat: confirm price impact (#3288)

    * refactor: action button naming
    
    * feat: high price impact acknowledgement
    zzmp authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8404c60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    636abe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01c467b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acbcd37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fe89b9 View commit details
    Browse the repository at this point in the history
  6. chore: v0.0.11-beta

    zzmp committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a7fb7dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    897e7f4 View commit details
    Browse the repository at this point in the history
  8. fix: i18n resolution (#3299)

    zzmp authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    b042d2b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

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

Commits on Feb 14, 2022

  1. feat: focus and hover hooks (#3287)

    * feat: add focus/hover hooks
    
    * refactor: use focus/hover hooks
    zzmp authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7de63ab View commit details
    Browse the repository at this point in the history
  2. feat: optimize client side SOR for widgets (#3294)

    * start SOR updates
    
    * update pool providers to static
    
    * update router config
    
    * remove log
    
    * udpate defaults for chainId
    
    * small changes
    ianlapham authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    41ef961 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. fix: ignore stale SOR fetches (#3313)

    * fix: propagate ROUTE_NOT_FOUND and fallback appropriately
    
    * fix: display insufficient liquidities
    
    * fix: ignore stale SOR results
    
    * fix: retain trade state while loading
    
    * fix: mv debouncing to SOR logic for sync state
    zzmp authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    82c3068 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    79bdc0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da8884d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f51991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b152b11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae664dc View commit details
    Browse the repository at this point in the history
  6. fix: token select ux (#3321)

    zzmp authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a60ea70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c966ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a602cf View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    30e3018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1297aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8018d1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a3bb8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e709c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90c59f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48b3efc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de5f054 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

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

Commits on Feb 23, 2022

  1. fix: lazily instantiate supported router providers (#3348)

    * fix: iterate over enum values
    
    * fix: lazily instantiate router providers
    zzmp authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    248bc07 View commit details
    Browse the repository at this point in the history
  2. feat: routing tooltip for widget (#3259)

    * start file updates for routing tooltip
    
    * start tooltip UI
    
    * fix styling
    
    * remove use of px and add header
    
    * UI updates;
    
    * update styles
    
    * update file structure
    
    * update routing components and type
    
    * small code fixes
    
    * fix broken sizing bug
    
    * nit fixes
    ianlapham authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a33187c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12bc595 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ac3b83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d852b6 View commit details
    Browse the repository at this point in the history
  6. fix: max on WebKit (#3349)

    * chore: add walletconnect to cosmos
    
    * fix: onClickMax for TokenInput
    
    * chore: add setImmediate
    zzmp authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    4fe35ea View commit details
    Browse the repository at this point in the history
  7. chore: nextjs compatibility (#3351)

    * fix: esm/cjs exports
    
    * fix: guard visibility state WebAPI
    
    * fix: nextjs styled-components imports
    
    * fix: add ethers' optional deps
    
    * fix: document access in useHasFocus
    
    * fix: suffix babel-plugin-macros config for commonjs
    
    * chore: rollup sourcemaps
    
    * chore: export fonts separately
    
    * chore: mv redux to peer dep
    
    * fix: run tests off cjs config
    
    * fix: run cosmos off cjs config
    zzmp authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    dfad7b8 View commit details
    Browse the repository at this point in the history
  8. fix: style nits (#3352)

    * fix: prefix output usdc with $
    
    * fix: space in output estimate warning
    
    * fix: reset slippage warnings
    
    * fix: display link icon for etherscan
    zzmp authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b2a30b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27cdbd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    5b5e765 View commit details
    Browse the repository at this point in the history
  2. fix: wrap Eip1193Bridge to fix outstanding bugs (#3355)

    * fix: wrap Eip1193Bridge to fix outstanding bugs
    
    * revert: widget height change
    zzmp authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1e16ac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26a44fb View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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

Commits on Feb 28, 2022

  1. fix: convert to commonjs (#3373)

    * chore: use fully specified path for non-main imports
    
    * chore: convert to commonjs
    
    - Pin @web3-react to exact cjs versions
    
    * chore: bump to v0.0.18-beta
    
    * chore: fix fonts.css comment
    
    * fix: @ethersproject/providers version skew
    
    * fix: @web3-react state typings
    zzmp authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ccdf1e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c99b8 View commit details
    Browse the repository at this point in the history
  3. fix: update walletlink-connector to 6.2.13 (#3315)

    * fix: update walletlink-connector to 6.2.12
    
    * fix: update walletlink-connector to 6.2.13
    
    Co-authored-by: Jaclyn Chan <[email protected]>
    straightupjac and straightupjac authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    c25d2b8 View commit details
    Browse the repository at this point in the history
  4. feat(swap): default 1 native to usdc on the swap page (#3347)

    * feat(swap): default 1 eth to usdc on the swap page
    
    * fix unit tests
    
    * fix tests
    
    * fix the issue better
    
    * use the token list logo
    
    * fix integration tests for swap and add one for eth/usdc
    
    * address comments
    moodysalem authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    fc34912 View commit details
    Browse the repository at this point in the history
  5. fix: use explicit value in Plural tag (#3363)

    one is non-functional (I don't know why), but _1 seems to work 🤷
    zzmp authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ad08047 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Basic merge done, buch of conflicts resolved

    Not in a working state yet
    
    Merge remote-tracking branch 'uniswap/main' into 2440/uni-merge
    Leandro committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7900f01 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    90e5979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c28034e View commit details
    Browse the repository at this point in the history
  3. Had to disable these 2 eslint rules otherwise

    we'd need to update the imports in pretty much every single file
    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    05eb5cb View commit details
    Browse the repository at this point in the history
  4. Bunch of package updates I don't understand yet

    Need to review
    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    9eb497b View commit details
    Browse the repository at this point in the history
  5. Original file touches to make them moddable

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    7b69be3 View commit details
    Browse the repository at this point in the history
  6. Updating application/reducer

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    aa7a392 View commit details
    Browse the repository at this point in the history
  7. Removed duplicated switch case

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    51fb0c5 View commit details
    Browse the repository at this point in the history
  8. Updated useActiveWeb3React imports

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    414056f View commit details
    Browse the repository at this point in the history
  9. Replaced TYPE with ThemedText

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    6c186f9 View commit details
    Browse the repository at this point in the history
  10. Assorted linter fixes

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    279130c View commit details
    Browse the repository at this point in the history
  11. Assorted import fixes

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    14dbd8e View commit details
    Browse the repository at this point in the history
  12. New hooks/Tokens mod

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    5bde1a7 View commit details
    Browse the repository at this point in the history
  13. New mod constants/chainInfo

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e5152a0 View commit details
    Browse the repository at this point in the history
  14. Refactored hooks/useContract mod into own folder

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    b923ee0 View commit details
    Browse the repository at this point in the history
  15. Assorted refactorings

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    16a8d10 View commit details
    Browse the repository at this point in the history
  16. Updated constants/tokens

    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    facde30 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    91a4faf View commit details
    Browse the repository at this point in the history
  18. Sync'd a looooot of MOD files with originals

    Still a lot of TODO, as not all things introduced have been adapted
    to Cowswap yet
    Leandro committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    5751a87 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Reviewed a ton of Mod files

    Leandro committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    731e504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f535a5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c992c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    301ba12 View commit details
    Browse the repository at this point in the history
  5. Adjusting StatusIcon import paths

    Leandro committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    c42f092 View commit details
    Browse the repository at this point in the history
  6. Removing CLA workflow to avoid annoying all the contributors

    TODO: re-enable once we figure out how to NOT tag everyone every time
    Leandro committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    f725733 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9e1950 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Removed a couple of packages that were not in use anywhere:

    "lodash.flatmap": "^4.5.0", // doesnt seem to be in use
    "luxon": "^1.25.0", // doesnt seem to be in use
    "react-is": "^17.0.2", // doesnt seem to be in use
    "styled-system": "^5.1.5", // doesnt seem to be in use
    "web3-providers-http": "^1.7.0", // doesnt seem to be in use
    "web3-providers-ws": "^1.7.0", // doesnt seem to be in use
    Leandro committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    7d3d65a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2d0c3e View commit details
    Browse the repository at this point in the history
  3. Modding FailedNetworkSwitchPopup notification

    Leandro committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    200a692 View commit details
    Browse the repository at this point in the history
  4. Merging all new scripts from uniswap/main

    Leandro committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    108af03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fffc31c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0e11e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eeec0b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Guess these typings are no longer needed?

    Leandro committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    fbacd62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c6543f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86cef40 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Lingui packages were not in the same version

    Leandro committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    74cea22 View commit details
    Browse the repository at this point in the history
  2. Added dependency on eslint-plugin-cypress

    Leandro committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    5c71889 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1c978 View commit details
    Browse the repository at this point in the history
  4. Re-creating yarn.lock

    Leandro committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    725b998 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Need to exclude hardhat generated files

    Leandro committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    53fb908 View commit details
    Browse the repository at this point in the history
  2. Fixed cypress reference comment?

    Leandro committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    ebe4b63 View commit details
    Browse the repository at this point in the history
  3. Using chain specific USDC on start

    Leandro committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    bad2bdf View commit details
    Browse the repository at this point in the history
  4. Updating, adding and fixing integration tests

    Leandro committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    9a7e473 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Syncing local uniswap copy of lint.yml workflow

    Leandro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    24504df View commit details
    Browse the repository at this point in the history
  2. Applying same ESlint rules as uniswap

    Leandro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    24dd3b8 View commit details
    Browse the repository at this point in the history
  3. Ignore linting original uniswap paths

    Leandro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    151e7da View commit details
    Browse the repository at this point in the history
  4. Actually fix cypress missing stuff on eslint

    Leandro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    2083af6 View commit details
    Browse the repository at this point in the history
  5. Updating eslint disable comment to fix warning

    Leandro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    a868eaa View commit details
    Browse the repository at this point in the history
  6. Fix tests wrong import

    Leandro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    0322a36 View commit details
    Browse the repository at this point in the history
  7. Making eslint command args extra explict. Maybe not needed, will try …

    …w/o as well
    Leandro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    78e084e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9fbd92 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb2e468 View commit details
    Browse the repository at this point in the history
  10. Disabling warning regarding console reassign

    Leandro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    78c793f View commit details
    Browse the repository at this point in the history
  11. Fix Native token address on activity details

    Leandro committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    ec405c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    d42ce84 View commit details
    Browse the repository at this point in the history
  2. Fixed bug (introduced during this merge) with network label on claim …

    …network banner
    Leandro committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    2916b2e View commit details
    Browse the repository at this point in the history
  3. Updated useChangeNetworks hook with inner contents of NetworkSelector…

    … component
    Leandro committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    052ece2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Networks menu now opening on hover

    Leandro committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    b671874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d33f77 View commit details
    Browse the repository at this point in the history
  3. Simplified one hook import on SwapMod

    Leandro committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    7d74d64 View commit details
    Browse the repository at this point in the history
  4. Synced connectors mod files

    Leandro committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    dcb5f3e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    0fc1af9 View commit details
    Browse the repository at this point in the history
  2. Sync'd latest switchToNetwork with Uniswap

    Leandro committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    7bb3f74 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

Commits on Mar 24, 2022

  1. Updating package lock

    Leandro committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    573e360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625df57 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    f21cd19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6fe3a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. lock and hook import fix

    W3stside committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    52f769b View commit details
    Browse the repository at this point in the history
  2. fix merge component missing

    W3stside committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    5c6ed47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0855ea View commit details
    Browse the repository at this point in the history
  4. further develop merge fixes

    W3stside committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    158f8d2 View commit details
    Browse the repository at this point in the history