Moody Salem
491c9b4fd3
fix: upgrade walletconnect to 1.5.1 ( #2120 )
...
* upgrade walletconnect to 1.5.0
* bump again
v4.12.1
2021-07-28 13:48:10 -05:00
Crowdin Bot
dcaed9094e
chore(i18n): synchronize translations from crowdin [skip ci]
v4.12.0
2021-07-28 11:04:43 +00:00
Jeffrey Lin
8996ba6e38
fix: toggle liquidity position when toggling rates ( #2117 )
...
If field A and field B are already populated, chances are the user wants
them to remain the same and only wants to invert the price range
selector.
The conversion isn't exact, but should be preferable to the previous
behavior.
2021-07-27 16:57:52 -07:00
Crowdin Bot
c8570e5427
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-27 20:04:39 +00:00
Ian Lapham
2806f6513a
feat: use modal for txn confirmation on l2 ( #2055 )
...
* use modal for txn confirmation on l2
* update with error state
* remove 1 translation
* dedicated L2 component
* update styling on to be less jumpy
* add success animation to modal
* revert regular submitted content
* remove useless hook in popups
* remove import
Co-authored-by: Ian Lapham <ian_lapham@alumni.brown.edu>
2021-07-27 15:55:47 -04:00
Noah Zinsmeister
422c703e71
Revert "feat(uma): uma call option routing ( #1385 )"
...
This reverts commit 89d484d882e73ba6fe51a2cf66a893210cb0ce79.
v4.11.3
2021-07-26 14:19:29 -04:00
Noah Zinsmeister
506493e8ab
Revert "feat(routing): support mirror protocol routing as additional bases ( #1375 )"
...
This reverts commit 3198129af2eff07048eab2a9c041522495927e04.
2021-07-26 13:51:53 -04:00
Justin Domingue
8dfd143208
test: set up component snapshot testing ( #2102 )
...
* set up snapshot testing
* improvements
* add tests for TextInput as an example
* Fix code style issues with ESLint
* add comment to custom-test-env file
* only set up needed providers
* include style rules in snapshots
* disable redux storage warning
* added setupTests to avoid boilerplate
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
2021-07-26 10:41:08 -07:00
Moody Salem
718003b6f2
fix: prevent error if user selects ETH and WETH in add liquidity ( #2112 )
...
* fix: prevent error if user selects ETH and WETH in add liquidity
fixes https://github.com/Uniswap/uniswap-interface/issues/1763
* linting error
* revert changes to Tokens.ts
2021-07-26 11:08:15 -05:00
Moody Salem
80b3aa9e61
fix: remove html ids and unnecessary keys from the menu
2021-07-26 07:34:11 -05:00
Ian Lapham
4078390a48
update unsupported and broken lists ( #2100 )
v4.11.2
v4.11.1
2021-07-23 18:05:14 -04:00
Justin Domingue
e07599ef0f
fix: better support decimal overflow ( #2075 )
...
* better support decimal overflow
* improve tests
* explicitly define num digits in toSignificant
* add tests for 0 decimals
* undo change to tryParseAmount and instead compute price without relying on parse
* remove console log and add test
* removed comment
* addressed pr feedback
* improve parsing logic
* addressed pr feedback
2021-07-23 11:11:30 -07:00
Ian Lapham
311bdc19b3
add UniH to unsupported list ( #2097 )
v4.11.0
2021-07-23 13:46:05 -04:00
Moody Salem
a6342d40f1
feat: support connecting to a gnosis safe ( #2096 )
...
* feat: support connecting to a gnosis safe
* add the manifest.json attributes required by gnosis safe
* remove background fill
* copy
* only try injected provider if not active after trying safe
2021-07-23 12:04:18 -05:00
Moody Salem
3686506f2a
perf: remove extra spread operators from the combine maps function
2021-07-23 09:27:23 -05:00
Moody Salem
634d010d92
perf: list to token map function was doing too many reduces ( #2095 )
2021-07-23 09:16:56 -05:00
Moody Salem
979f29ad62
chore: copy edit on CONTRIBUTING.md
2021-07-22 16:14:55 -05:00
Justin Domingue
4d3ed5d6ba
feat: routing api integration ( #2080 )
...
* initial routing api integration
* add routing api slice
* display route in dialog
* addressed pr feedback
* switch to `get`
* renamed useRouterTradeExactIn to useRouter
* moving few files to later iteration
* removed unnecessary `as`
* switch to polling
* add todo for blocknumber freshness
* remove account-slippage-deadline
2021-07-21 15:08:35 -07:00
Moody Salem
ea79fbc2e0
chore: add blurb about release process ( #2061 )
...
* chore: add blurb about release process
* additional standard
* how to collect feedback
v4.10.3
2021-07-20 16:10:58 -05:00
Jordan Frankfurt
4d19122bd2
set 5 min deadline on swaps and hide UI on L2 ( #2081 )
2021-07-20 12:41:49 -04:00
Moody Salem
13d7d2c992
fix(swap): double max gas for quoting a v3 swap for large trades
v4.10.2
2021-07-19 19:00:52 -05:00
Brendan Weinstein
02cf33e115
Update WalletLink and @web3-react/walletlink-connector ( #2079 )
2021-07-19 14:52:11 -07:00
Justin Domingue
1f62cdf7a2
fix: invert selected range on RateToggle instead of clearing inputs ( #2078 )
2021-07-19 11:22:46 -07:00
Crowdin Bot
701e8fe116
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-19 13:09:18 +00:00
Crowdin Bot
3207e6026e
chore(i18n): synchronize translations from crowdin [skip ci]
v4.10.1
2021-07-19 10:05:27 +00:00
Justin Domingue
b0d93dbc0e
increase zoom out range ( #2076 )
v4.10.0
2021-07-16 19:14:39 -07:00
Justin Domingue
975a5e3434
remove unused dependencies ( #2074 )
2021-07-16 15:03:19 -07:00
Ian Lapham
07f52f02ff
feat: only block on app url, mobile UI tweaks ( #2073 )
...
* start iframe ui updates
* replace hook with constant
* add origin check for blocked lists
* remove origin check for local unsupported list
* remove redundant retun
* remove iframe check
* undo local change
2021-07-16 15:28:19 -04:00
Crowdin Bot
5f112611c8
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-16 18:22:45 +00:00
Justin Domingue
1d82a4c71e
fix: set language using url param in language dropdown ( #2063 )
...
* set language using url param in language dropdown
* refactor common code into a hook
* add hook
* address pr feedback
2021-07-16 10:56:33 -07:00
Justin Domingue
6004c4be3e
fix: change panning cursor to col-resize ( #2071 )
...
* change panning cursor to col-resize
* revert to grabby, and support grabbing
2021-07-16 10:49:27 -07:00
Justin Domingue
a00432c1c3
fix: remove chart clamping and show indicator when handle is off screen ( #2064 )
...
* initial off screen indicator
* adjust offscreen indicator
* add off screen handle indicator
* hide reset until we get a better behavior
* add svg.tsx
2021-07-15 16:31:06 -07:00
Crowdin Bot
a184afa41e
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-15 22:05:15 +00:00
Crowdin Bot
49fd256e79
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-15 17:09:03 +00:00
Crowdin Bot
c006edf696
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-15 16:05:00 +00:00
Moody Salem
b16dd2a930
chore: add one more unit test for ALL_SUPPORTED_CHAIN_IDS
v4.9.6
2021-07-15 10:04:43 -05:00
Moody Salem
08a8f669e8
fix: all supported chain ids should not include the string keys of the enum
2021-07-15 09:59:26 -05:00
Justin Domingue
95d91c8528
fix: add language selector in top-level menu ( #2057 )
...
* initial language selector
* set > icon opacity for consistency
* always reset menu to main on close
* always reset menu on menu open
2021-07-15 07:46:05 -07:00
Justin Domingue
03902fe5c1
remove duplicate set price range
title when there is liquidity ( #2058 )
v4.9.5
2021-07-14 17:43:45 -07:00
Ian Lapham
631052e6a5
fix: update balance check in derived swap state ( #2054 )
...
* update balance check in derived swap state
* replace balance check with correct version of trade
2021-07-14 19:23:46 -04:00
Moody Salem
c63bb84f09
fix(block number): link to the correct page in etherscan for optimism block number links
v4.9.4
2021-07-14 11:56:37 -05:00
Moody Salem
f0d10ba0df
fix: add DAI and WBTC and USDT to routing for Optimism
...
fixes https://github.com/Uniswap/uniswap-interface/issues/2016
2021-07-14 11:50:04 -05:00
Moody Salem
88600d3a78
refactor: clean up some constants
2021-07-14 11:20:37 -05:00
Crowdin Bot
a1060d5f75
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-14 12:05:09 +00:00
Crowdin Bot
83762b3c6a
chore(i18n): synchronize translations from crowdin [skip ci]
v4.9.3
2021-07-14 07:04:47 +00:00
Crowdin Bot
7784f647e1
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-14 02:12:32 +00:00
Moody Salem
65ba56c5f0
fix(arbitrum): use infura endpoints
2021-07-13 20:44:37 -05:00
Crowdin Bot
963514cd51
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-14 01:25:14 +00:00
Crowdin Bot
6d0c8037a8
chore(i18n): synchronize translations from crowdin [skip ci]
2021-07-13 22:04:48 +00:00
Justin Domingue
d5ef7f9b24
fix: revert remove x-axis clamping behavior in liquidity chart ( #2045 )
...
* Revert "fix: remove x-axis clamping behavior in liquidity chart (#2042 )"
This reverts commit f86db00464448fe2c0e387aa01855f1710cd4fbd.
* removed extra curly braces around errorMessage
v4.9.2
2021-07-13 14:33:13 -07:00