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

chore: merge main into widgets #2923

Merged
merged 110 commits into from
Dec 3, 2021
Merged

Commits on Oct 16, 2021

  1. 2 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. 1 Configuration menu
    Copy the full SHA
    f62d301 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    0c213be View commit details
    Browse the repository at this point in the history
  3. 1 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. 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. 1 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 (Uniswap#2640)

    Justin Domingue committed Oct 19, 2021
    1 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 (Uniswap#2634)

    Justin Domingue committed Oct 19, 2021
    1 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 (Uniswap#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 committed Oct 19, 2021
    1 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. 2 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. 2 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 (Uniswap#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 committed Oct 22, 2021
    2 Configuration menu
    Copy the full SHA
    f26a330 View commit details
    Browse the repository at this point in the history
  2. 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 (Uniswap#2670)

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

    * update token list
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
    ianlapham and lint-action committed Oct 22, 2021
    5 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. 2 Configuration menu
    Copy the full SHA
    aef5d05 View commit details
    Browse the repository at this point in the history
  2. 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 (Uniswap#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 committed Oct 25, 2021
    1 Configuration menu
    Copy the full SHA
    abe6bf5 View commit details
    Browse the repository at this point in the history
  2. 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 (Uniswap#2681)

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

    Justin Domingue committed Oct 25, 2021
    2 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' (Uniswap#2684)

    * add learn more button
    
    * add final link
    Justin Domingue committed Oct 25, 2021
    2 Configuration menu
    Copy the full SHA
    3bf36ea View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    245f8d7 View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    79d582c View commit details
    Browse the repository at this point in the history
  8. 2 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. 2 Configuration menu
    Copy the full SHA
    b4e756e View commit details
    Browse the repository at this point in the history
  2. 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 (Uniswap#2687

    )
    
    * add tx to wallet connect
    
    * remove id from env
    
    * restore env
    Justin Domingue committed Oct 26, 2021
    2 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 (Uniswap#2673)

    generalize custom import token block ui
    JFrankfurt committed Oct 26, 2021
    2 Configuration menu
    Copy the full SHA
    68e6bc1 View commit details
    Browse the repository at this point in the history
  5. 2 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. 2 Configuration menu
    Copy the full SHA
    609542c View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    2d2508f View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    c020120 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    cf9c6e4 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    20f462f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. 2 Configuration menu
    Copy the full SHA
    02dbed7 View commit details
    Browse the repository at this point in the history
  2. fix: walletconnect modal re-open after user rejection (Uniswap#2693)

    Co-authored-by: M0kY <moky@example.com>
    M0kY and M0kY committed Nov 1, 2021
    2 Configuration menu
    Copy the full SHA
    5026ebd View commit details
    Browse the repository at this point in the history
  3. chore: update unsupported token list (Uniswap#2689)

    * chore: update unsupported token list
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
    willhennessy and lint-action committed Nov 1, 2021
    2 Configuration menu
    Copy the full SHA
    6a90bf3 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    d189744 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    5dac6a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. feat: update cmc list link (Uniswap#2710)

    * update cmc lists
    
    * update CMC url
    ianlapham committed Nov 2, 2021
    2 Configuration menu
    Copy the full SHA
    b3844e3 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    714953b View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    9561cf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. 2 Configuration menu
    Copy the full SHA
    dfd442c View commit details
    Browse the repository at this point in the history
  2. fix: Update walletlink-connector to 6.2.8 (Uniswap#2655)

    * Update walletlink-connector to 6.2.5 which has a walletlink update to support addEthereumChain+switchEthereumChain requests
    
    * Update walletlink-connector to 6.2.7
    
    * Update walletlink-connector to 6.2.8
    brendanww committed Nov 3, 2021
    2 Configuration menu
    Copy the full SHA
    377331c View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    188b321 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    60bd0eb View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    02296c6 View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    cf4c26a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

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

Commits on Nov 9, 2021

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

Commits on Nov 10, 2021

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

Commits on Nov 11, 2021

  1. feat: Menu update. Add help center & feature requests. Remove analyti…

    …cs & github. (Uniswap#2709)
    
    * Add help center, remove analytics from menu
    
    * Add canny feature requests link, remove github link
    
    * add coffee icon
    willhennessy committed Nov 11, 2021
    2 Configuration menu
    Copy the full SHA
    74c61c0 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    659a564 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    cb41df4 View commit details
    Browse the repository at this point in the history
  4. add protocols param to quote endpoint (Uniswap#2774)

    * add protocols param to quote endpoint
    
    * Fix code style issues with ESLint
    
    Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
    Justin Domingue and lint-action committed Nov 11, 2021
    2 Configuration menu
    Copy the full SHA
    0ea029d View commit details
    Browse the repository at this point in the history
  5. fix: lint error (Uniswap#2775)

    Justin Domingue committed Nov 11, 2021
    2 Configuration menu
    Copy the full SHA
    1903a16 View commit details
    Browse the repository at this point in the history
  6. fix(optimism): Optimism regenesis support (Uniswap#2703)

    * feat(optimism): optimistic kovan local regenesis changes
    
    * use the regenesis version of the sdk
    
    * remove the override no longer necessary
    
    * diff rpc url
    
    * back to kovan url
    
    * lint error
    
    * Optimism mainnet regenesis test (Uniswap#2695)
    
    * remove the optimism mainnet specific code and point to the mainnet regenesis rpc url
    
    * point at the old mainnet multicall address
    
    * bump the sdk version
    
    * copy the list
    
    * multicall address regenesis change
    
    * revert the gas limit special casing for optimism
    
    * bump the sdk version
    
    * remove a couple other temporary edits
    
    * unused test case
    
    * specific version of v3-sdk
    moodysalem committed Nov 11, 2021
    2 Configuration menu
    Copy the full SHA
    ccad45d View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    ec4cd57 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. 2 Configuration menu
    Copy the full SHA
    5ba3d2f View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    8a99bad View commit details
    Browse the repository at this point in the history
  3. feat: add support for 0.01% tier (Uniswap#2769)

    * chore: add support for 0.01% tier
    
    * only show 1bps on mainnet
    
    * rename VERY_LOW to LOWEST
    
    * upgrade to v3-sdk 3.7.0
    
    * add snapshot testing for lowest tier
    
    * fix integration test
    
    * fix integration test
    
    * use ALL_SUPPORTED_CHAIN_IDS over string all
    
    * consider 0.01% tier in pool (Uniswap#2770)
    
    * merge main and only consider lowest tier for mainnet
    Justin Domingue committed Nov 12, 2021
    2 Configuration menu
    Copy the full SHA
    408c907 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    b79fe4b View commit details
    Browse the repository at this point in the history
  5. fix(L2): update block warning updater to check most recent block time…

    …stamp (Uniswap#2777)
    
    * update block warning updater to check most recent block timestamp
    
    * stop doing dumb state manipulation
    JFrankfurt committed Nov 12, 2021
    2 Configuration menu
    Copy the full SHA
    d0be3bf View commit details
    Browse the repository at this point in the history
  6. fix: copy in network alert

    moodysalem committed Nov 12, 2021
    2 Configuration menu
    Copy the full SHA
    68f8576 View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    55c9718 View commit details
    Browse the repository at this point in the history
  8. fix(L2): remove redux from chain connectivity (Uniswap#2781)

    * remove redux from chain connectivity
    
    * useMachineTimeMs instead of Date.now to force updates, useCurrentBlockTimestamp
    
    * use useInterval
    JFrankfurt committed Nov 12, 2021
    2 Configuration menu
    Copy the full SHA
    d1627a6 View commit details
    Browse the repository at this point in the history
  9. 2 Configuration menu
    Copy the full SHA
    5a20dc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

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

Commits on Nov 17, 2021

  1. fix: format date using Date.toLocaleString (Uniswap#2459)

    * fix: format date using Date.toLocaleString
    
    Fixes Uniswap#2458
    
    * fix: date typings
    zzmp committed Nov 17, 2021
    2 Configuration menu
    Copy the full SHA
    b2697f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. 2 Configuration menu
    Copy the full SHA
    51a4504 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    7938273 View commit details
    Browse the repository at this point in the history
  3. chore: fix typo in useAllCurrencyCombinations.ts (Uniswap#2778)

    occurence -> occurrence
    eltociear committed Nov 18, 2021
    2 Configuration menu
    Copy the full SHA
    7b83e39 View commit details
    Browse the repository at this point in the history
  4. chore: update typechain scripts for Windows (Uniswap#2707)

    There are two errors when deploying on Windows system:
    1. Using single quotes in path argument doesn't seem to be accepted in typechain command
    2. `?(v3-core|v3-periphery)` operator doesn't work
    
    Here are fixes/workarounds.
    Matthews3301 committed Nov 18, 2021
    2 Configuration menu
    Copy the full SHA
    0f35f6e View commit details
    Browse the repository at this point in the history
  5. perf: lazy load vote related routes (Uniswap#2468)

    * perf: lazy load vote related routes
    
    * wrap Switch in Suspense
    
    * remove exact to match nested routes
    
    * fix nested routes
    
    * split Landing
    
    * fix
    chenxsan committed Nov 18, 2021
    2 Configuration menu
    Copy the full SHA
    222a6d5 View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    82c0268 View commit details
    Browse the repository at this point in the history
  7. fix: Enable 3085 requests for coinbase wallet (Uniswap#2753)

    enable 3085 requests for coinbase wallet
    brendanww committed Nov 18, 2021
    2 Configuration menu
    Copy the full SHA
    9b0fa8a View commit details
    Browse the repository at this point in the history
  8. feat: set the auto slippage tolerance by the dollar value of gas (Uni…

    …swap#2815)
    
    * feat: set the auto slippage tolerance by the dollar value of gas
    
    * comments
    
    * min/max at 0.5% to 25%
    
    * oops on constant
    
    * address review feedback
    moodysalem committed Nov 18, 2021
    2 Configuration menu
    Copy the full SHA
    b10729d View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    093dc66 View commit details
    Browse the repository at this point in the history
  10. 2 Configuration menu
    Copy the full SHA
    41a4500 View commit details
    Browse the repository at this point in the history
  11. 2 Configuration menu
    Copy the full SHA
    3f64415 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. fix: fix Uniswap#2818

    Justin Domingue committed Nov 19, 2021
    2 Configuration menu
    Copy the full SHA
    8a72b37 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    e54ffcc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. log an event on max click (Uniswap#2827)

    Justin Domingue committed Nov 22, 2021
    2 Configuration menu
    Copy the full SHA
    cb0ea3f View commit details
    Browse the repository at this point in the history
  2. Add trailing slash to L2 info links (Uniswap#2696)

    Some links were broken. For example on /pools/ page click the 'Top Pools' CTA. It would mistakenly direct you to info.uniswap.org/optimismpools instead of optimism/pools
    willhennessy committed Nov 22, 2021
    2 Configuration menu
    Copy the full SHA
    7c9d9bd View commit details
    Browse the repository at this point in the history
  3. fix(L2): block L2 tokens explicitly linked to L1 tokens that are bloc…

    …ked (Uniswap#2721)
    
    * block L2 tokens explicitly linked to L1 tokens that are blocked
    JFrankfurt committed Nov 22, 2021
    1 Configuration menu
    Copy the full SHA
    204e44a View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    7781f51 View commit details
    Browse the repository at this point in the history
  5. check for support on all connectors, and disable when the connector (…

    …or lack thereof) no longer supports 3085 (Uniswap#2824)
    JFrankfurt committed Nov 22, 2021
    2 Configuration menu
    Copy the full SHA
    262d984 View commit details
    Browse the repository at this point in the history
  6. feat: display an ENS avatar (Uniswap#2806)

    * feat: ens avatar resolution
    
    * chore: uninstall @davatar/react
    
    * fix: add avatar alt
    
    * feat: support data uris
    
    * feat: support arweave uris
    
    * feat: support erc721 avatars
    
    * feat: support erc1155 avatars
    
    * fix: jazzicon integration
    
    * fix: clean usage of status icon
    
    * fix: fix jazzicon svg offset
    
    * refactor: share status icon component
    
    * fix: pass memoized args to multicall
    zzmp committed Nov 22, 2021
    2 Configuration menu
    Copy the full SHA
    d5c4ee0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Update locales.ts (Uniswap#2825)

    update Finnish from person (Suomalainen) to language (suomi)
    kkpsiren committed Nov 23, 2021
    1 Configuration menu
    Copy the full SHA
    5a3c91f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

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

Commits on Nov 28, 2021

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

Commits on Nov 29, 2021

  1. fix: do not show urls if issue is not occurring on app.uniswap.org (U…

    …niswap#2855)
    
    * fix: do not show urls if issue is not occurring on app.uniswap.org
    
    fixes Uniswap#2572
    
    * address comment
    moodysalem committed Nov 29, 2021
    2 Configuration menu
    Copy the full SHA
    6b57ffe View commit details
    Browse the repository at this point in the history
  2. fix: remove orphaned node (Uniswap#2863)

    * fix: remove orphaned node
    
    * fix: react cleanup
    zzmp committed Nov 29, 2021
    2 Configuration menu
    Copy the full SHA
    709f029 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    efdfdc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. 2 Configuration menu
    Copy the full SHA
    f43fd89 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ws from 5.2.2 to 5.2.3 (Uniswap#2759)

    Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@5.2.2...5.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 30, 2021
    2 Configuration menu
    Copy the full SHA
    876c153 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump url-parse from 1.5.1 to 1.5.3 (Uniswap#2504)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.5.1...1.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 30, 2021
    2 Configuration menu
    Copy the full SHA
    82a0799 View commit details
    Browse the repository at this point in the history
  4. add more tests for tryParseTick (Uniswap#2110)

    Justin Domingue committed Nov 30, 2021
    2 Configuration menu
    Copy the full SHA
    0e25c05 View commit details
    Browse the repository at this point in the history
  5. fix(lint): clean up the eslint config (Uniswap#2886)

    * fix(lint): clean up the eslint config
    
    * Fix code style issues with ESLint
    
    * fix the linter errors that arose from using the proper config
    
    * clean up the rebass text renames
    
    * fix if statement, use the config
    
    * use the same name prefix for both steps
    
    * `TextPreset` -> `ThemedText`
    
    Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
    moodysalem and lint-action committed Nov 30, 2021
    2 Configuration menu
    Copy the full SHA
    745be97 View commit details
    Browse the repository at this point in the history
  6. fix: Add routes for stakewise tokens (Uniswap#2832)

    * Add additional routes for stakewise tokens
    
    * Reference StakeWise addresses with sdk tokens
    
    * Sort token imports
    tsudmi committed Nov 30, 2021
    2 Configuration menu
    Copy the full SHA
    478ee7b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. fix: fix layout of proposal list items on the vote page on mobile (Un…

    …iswap#2898)
    
    * fix: fixing layout from using grid to flexbox
    
    * fix: setting WrapSmall to nowrap due to layout issue on mobile
    
    * fix: using width auto instead of disabling flex wrap
    
    Co-authored-by: Julian Anderson <juliancanderson@gmail.com>
    moodysalem and julianjca committed Dec 1, 2021
    2 Configuration menu
    Copy the full SHA
    890471f View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    82843ff View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. deleted files

    Justin Domingue committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    097b836 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/Uniswap/interface

    Justin Domingue committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    bf7a40b View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'main' of https://github.com/Uniswap/interface" (U…

    …niswap#2912)
    
    This reverts commit bf7a40b, reversing
    changes made to 097b836.
    Justin Domingue committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    7d343dc View commit details
    Browse the repository at this point in the history
  4. fix: inadvertent merges/reverts (Uniswap#2915)

    * Revert "Revert "Merge branch 'main' of https://github.com/Uniswap/interface" (Uniswap#2912)"
    
    This reverts commit 7d343dc.
    
    * Revert "deleted files"
    
    This reverts commit 097b836.
    zzmp committed Dec 2, 2021
    2 Configuration menu
    Copy the full SHA
    e81e8a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. refactor: Replace multicall implementation with library (Uniswap#2768)

    - Replace the local implementation of multicall with the new redux-multicall lib
    - Create wrappers for redux-multicall hooks to inject block number and chainId
    jmrossy committed Dec 3, 2021
    2 Configuration menu
    Copy the full SHA
    596ea03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ed58c View commit details
    Browse the repository at this point in the history