Yuta Sugimura
37cf492dd5
fix: Add SwitchLocaleLink to a page where it does not exist ( #1867 )
2021-06-16 07:24:25 -07:00
Noah Zinsmeister
68518d7ce0
fix[migrate]: use proper slippage check ( #1821 )
2021-06-07 15:01:30 -04:00
Moody Salem
02d80e07dc
refactor(L2): Arbitrum Kovan testnet and Arbitrum One support ( #1716 )
...
* experimental! point at a kovan arbitrum deployment
* remove the unwrapped token from mint hook
* fix explorer links
* Etherscan -> Explorer
* move chains to constant file
* use NETWORK_URLS instead
* temporary fix to the syncing issue
* fix tests
* fix unknown chain id crash
* use a multicall that returns arbitrum block numbers
* lower polling interval for layer 2
* use a better multicall
* remove unused import
* fixed multicall2
* make some v2 code chain specific
* fix build
* line number changes
* update keys
* fix the locale parsing of full locale string
* extract
* fix lint
* add arbitrum one
* add arbitrum one to supported chains
* add missing arbitrum one label
* refactor: remove storybook
* point to the arbitrum explorer address
* fix arbitrum mainnet links
* fix how weth shows up in the interface
* make the usdc price feature more cross chain compatible
* missing translation
* clean up some governance code so it doesn't crash on unsupported networks
* improve how we check for transaction receipts for sequencer networks
* improve it a bit more
2021-06-02 15:14:34 -05:00
Ian Lapham
ab80910553
fix: add pool find button to v2 pool page ( #1700 )
...
* add pool find button to v2 pool page
* update copy to be v2 specific
* fixed migrate v2 liquidity back arrow
* add missing <Trans>
Co-authored-by: Justin Domingue <judo@uniswap.org>
2021-06-02 10:08:45 -07:00
Justin Domingue
979686100e
chore: simplify useSelector and useDispatch types using inference ( #1760 )
...
* chore: simplify app dispatch and selector types with ts inference
* update SearchModal to use new types inference
* chore: simplify useSelector and useDispatch types using inference
2021-06-01 07:58:21 -07:00
Moody Salem
1104bdcefc
use trans macro instead of t wherever possible
2021-05-30 14:05:37 -05:00
Moody Salem
58a1be8421
chore(i18n): add a few more translations
2021-05-29 20:29:49 -05:00
Moody Salem
4b72d757c5
chore: add a bunch of missing translation keys
2021-05-29 16:02:43 -05:00
Justin Domingue
4fede9df36
removed custom keys, part 2 ( #1740 )
2021-05-28 17:10:56 -07:00
Justin Domingue
46f539c604
chore(i18n): wrapped English text around <Trans> component ( #1714 )
...
* feat(i18n): wrapped English text around <Trans> component
* cleanup
* synced
* regenerated locales
2021-05-28 16:25:50 -07:00
Justin Domingue
ad65b63868
remove custom keys ( #1739 )
2021-05-28 15:33:40 -07:00
Justin Domingue
c4846c8832
feat(i18n): improve i18n ( #1692 )
...
* replaced i18next with lingui
* integrate lingui in i18n and update dev setup
* updated components to @lingui
* fix compile error after rebase
* detect locale
* add all previous languages to linguirc
* address pr feedback
* remove it for now
* ignore generate *js files, various fixes
* added more translations
* fixed yarn build command
* wrapped more hardcoded english around <Trans>
* finished second round of translations
* added support for pseudo-en locale
* improvements
* moved copy.tsx to different branch
* moved extra files to different branch
* regenerated po
* clean up
* more fixes
* regenerate po
* remove messages.js
* clean up
* addressed pr feedback
* regenerated po
2021-05-26 13:34:52 -07:00
Moody Salem
d4c5d3e8c8
chore: run eslint
2021-05-20 20:14:55 -05:00
Moody Salem
70292a5512
do not ask for approve for argent wallet migrate
2021-05-20 16:36:51 -05:00
Moody Salem
5e30a4b4ad
refactor: bump to latest sdk ( #1657 )
2021-05-20 11:21:40 -05:00
Moody Salem
8d3babd015
refactor: more separation by chain of addresses
2021-05-18 14:33:03 -05:00
Moody Salem
3efe5268ae
refactor: break down some constants files and move some stuff around
2021-05-18 10:31:22 -05:00
Noah Zinsmeister
e86946b104
bump to sdk version that fixes mint slippage bug
...
closes #1573
2021-05-17 11:54:06 -04:00
Moody Salem
27960532ca
refactor: use new sdk version ( #1472 )
...
* do not construct tokens for wrapped token info
* some cleanup of the wrapped token info
* back to extends, bump sdk core version via v2/v3 sdk updates
* Revert "back to extends, bump sdk core version via v2/v3 sdk updates"
This reverts commit 92cc5073
* update the sdk version
* fix some more uses of instanceof
* finish the refactor
* mess with the currency list performance
* start replacing with the latest v3/v2 sdks
* raw -> quotient
* more cleanup
* finish the refactor
* clean up currency list refactor
* fix list rendering
* perf(token lists): improve app performance when there are large inactive token lists (#1510 )
* improve inactive token lists performance
* cleanup before larger changes to combine inactive lists
* only do the search if the query does not match any active lists, limit the number of results
* more performance improvements
* search inactive lists more aggressively
2021-05-12 08:52:17 -05:00
Moody Salem
7ee761a59e
feat: automatic slippage tolerance ( #1463 )
...
* automatic slippage tolerance start
* get it compiling
* out of range/in range behavior of slippage tolerance in add
* small useDerivedSwapInfo refactor
* improve useSwapSlippageTolerance
* fix unit test
* thread placeholder slippage through
* small improvement to slippage input behavior
* fix the display bug
* fix tx settings modal ux
* don't pass props unnecessarily
* switch back to static swap slippage for now
bump migrate slippage to .75%
* fix font size
* add flag for auto slippage migration
validate version updates even more
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
2021-05-11 13:00:42 -04:00
Noah Zinsmeister
0190b5a408
bump sdk to fix add/remove slippage
2021-05-06 18:20:36 -04:00
Noah Zinsmeister
d6030dcd45
add settings tab to migrate
2021-05-06 17:44:05 -04:00
Noah Zinsmeister
81af31eec1
estimate gas in migrate v2
2021-05-06 10:40:19 -04:00
Noah Zinsmeister
0770bab032
try manual approve if erc712 doesn't work ( #1397 )
...
* initial impl
* fix async logic
2021-05-05 17:36:07 -04:00
Callil Capuozzo
e1e52c06db
update copy
2021-05-05 13:06:26 -04:00
Noah Zinsmeister
cd3c48462d
separate v2 + v3 mint reducers
...
reset v3 mint state on migrate mount/unmount
2021-05-05 11:18:54 -04:00
Noah Zinsmeister
40f0e619cc
fix additional base currency toggle bugs
2021-05-04 22:43:36 -04:00
Noah Zinsmeister
bd817083c9
actually fix isNotUniswap logic
2021-05-04 22:32:01 -04:00
Ian Lapham
2339817170
multiple bug fixes ( #141 )
...
* multiple bug fixes
* remove unused local
* disable currency select on bottom liquidity
2021-05-04 20:17:19 -04:00
Noah Zinsmeister
1b35128035
clarify migrate ui
2021-05-04 19:15:29 -04:00
Callil Capuozzo
d7785942b1
Update migration styles ( #78 )
...
* re-work migrate page
* Layout Tweaks
* cleanup
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
2021-05-03 15:55:30 -04:00
Noah Zinsmeister
c34727641d
add basic sushi support ( #87 )
2021-05-03 14:48:30 -04:00
Moody Salem
1f41587ba9
fix the swap notification
2021-04-30 22:38:24 -05:00
Noah Zinsmeister
0540012bb9
WETH -> ETH in migrate
...
fix rates in migrate
fix migrate link
2021-04-30 15:12:00 -04:00
Moody Salem
828f7ee446
Use permit in swap ( #65 )
...
* add a usePermit hook
* semi working
* Fix code style issues with ESLint
* don't override gas, some cleanup in the permit function
* fix permit validity
* some more permit fixes
* nits
* another nit
* use the erc20 permit hook everywhere
* unused exports
* handle missing version
* replace everywhere
* add DAI and todos
* woopsie bug
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
2021-04-30 12:50:57 -05:00
Noah Zinsmeister
9743b211e7
change migration threshold to 2
...
fix starting price bug
2021-04-29 15:39:44 -04:00
Moody Salem
5b49cedebb
bump addresses
2021-04-28 18:16:49 -05:00
Ian Lapham
da33ec9d2f
use token0 as base in all calculations ( #51 )
...
* use token0 as base in all calculations
* refactor
* fix price order
* fix existing position ticks
* remove empty space
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
2021-04-25 15:45:37 -04:00
Moody Salem
60d1f8743f
just a bit more refactoring to remove the data directory
2021-04-23 17:57:48 -05:00
Moody Salem
b69f08cbe1
allow fetching multiple pools via usePools.ts
2021-04-23 17:31:36 -05:00
Ian Lapham
18408c9c75
Increase Liquidity, component cleanup, preview components ( #50 )
...
* basic +/- buttons
* start increase liquidity
* fix v3 remove
2021-04-22 22:58:03 -04:00
Noah Zinsmeister
39f018bae0
small formatting fix
2021-04-22 18:45:36 -04:00
Moody Salem
df4c18c8d4
remove v1 swaps and migrate ( #46 )
...
* remove v1 swaps and migrate
* simplify
* more delete
* revert route changes
* fix v2 add
* fix integration tests
* try to fix https://github.com/Uniswap/v3-interface/issues/41
2021-04-22 17:10:18 -05:00
Noah Zinsmeister
361d17c925
add permit support to migration
2021-04-22 15:23:13 -04:00
Noah Zinsmeister
925668c7a7
get skeleton remove working
2021-04-21 17:46:25 -04:00
Noah Zinsmeister
f00adc755a
refactor range selection and use in migrate
...
improve migrate
2021-04-19 17:55:52 -04:00
Noah Zinsmeister
9fc096d091
Finish migration ( #42 )
...
* start migration (wip)
abstract some add liquidity components
bump deploy version
* add slippage params
2021-04-16 17:35:50 -04:00
Ian Lapham
0c0305a53d
Add page MVP UI + v3 pool hooks and state ( #35 )
...
* WIP start usePool and useDerivedMint hooks
* naming updates
* Use real tick and pool math
* rate updates
* WIP start usePool and useDerivedMint hooks
* naming updates
* Use real tick and pool math
* rate updates
* fix warnings
* fix incorrect import
* clean up state, fix preview
* same token check
* amoutn parse update
* update hard coded chain id
* fix price creation in util
* update 1 amount in price calculation
* update comments
* update tick spacing input
* fix label on counter
* update rate label on range select
* update labels
* fixing pool hook
* clean pool hook
* preserve working rate switching
* reset values on rate switch
* clean up derived hook - setup for testnet
* format slippage amounts and support ETH
* fix import error
* fix package.json dependencies
* silence warnings
* silence more warnings
* bump multicodec and multihashes
* update migrator constants
* update txn to use sdk calldata
* fix txn formatting, update summary
* Squashed commit of the following:
commit b81ff7ca9e57bb8c3823be4c54827e5955fb3d15
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 12 23:46:09 2021 -0400
fix txn formatting, update summary
commit b9f91b0746c546602d336c8fd6f614ec9b4f3f19
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 12 19:29:12 2021 -0400
update txn to use sdk calldata
commit 20acf704c67cfd4f597494c8cb9c672c6270ae02
Merge: 4431914 2462901
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Apr 11 20:33:39 2021 -0400
Merge branch 'minting' of https://github.com/Uniswap/v3-interface into minting
commit 44319146372e1c373b025741ae896fa2476e5765
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Apr 11 20:32:35 2021 -0400
update migrator constants
commit 35e0618de06ba316d3a3f327075625760414ab83
Merge: 8927882 c3f65e3
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Apr 11 20:13:36 2021 -0400
Merge branch 'main' of https://github.com/Uniswap/v3-interface into minting
commit 24629019e80c368c337a2679a51d4acb1097171c
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 15:56:25 2021 -0400
bump multicodec and multihashes
commit 9b5dd1876a64acbf6694d208b608bb0b429e317f
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:59:09 2021 -0400
silence more warnings
commit 140ddc1b54c7fbdd7ead2fa64bcc302f201d69f5
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:57:58 2021 -0400
silence warnings
commit 5a2726ebdd4ffaacfb3d8ec7903a944042c1bd9d
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:35:01 2021 -0400
fix package.json dependencies
commit 7c4d0a40931338de9a6197652b82fdab773483e3
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:21:46 2021 -0400
fix import error
commit e49ef19cbef7fbdf1737787a439e7cb78ba295b4
Merge: 8927882 c3f65e3
Author: Noah Zinsmeister <noahwz@gmail.com>
Date: Fri Apr 9 14:08:34 2021 -0400
Merge branch 'main' into minting
commit 89278825bd798a87d6010a74f8fc1d2b34a8ece1
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 8 15:18:40 2021 -0400
format slippage amounts and support ETH
commit 9a90b19e9a759cbc0c3e903a983660730c8833ad
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Apr 7 19:43:43 2021 -0400
clean up derived hook - setup for testnet
commit dc034bc78a147f95f47b077d28a7d6e3165cedd7
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Apr 7 00:48:24 2021 -0400
reset values on rate switch
commit bb5ccb2c853f7b2c27ec8d2f34f42a1b06f845b9
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Apr 7 00:38:39 2021 -0400
preserve working rate switching
commit 5312d0ae7015150da48ba304de8c7a02b7d8925c
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 5 13:52:46 2021 -0400
clean pool hook
commit 5222de14834e76c37755225be17214a6e798d872
Merge: b2ba466 24521f0
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 5 12:20:34 2021 -0400
Merge branch 'main' of https://github.com/Uniswap/v3-interface into minting
commit b2ba46684a7b0bd8a8362f5990f4a208bfeff2dd
Author: ianlapham <ianlapham@gmail.com>
Date: Mon Apr 5 12:19:20 2021 -0400
fixing pool hook
commit b10742af99a725e04c1b756aa20f99e995f8cfeb
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 16:53:52 2021 -0400
update labels
commit 05abd395949245596c95090a9d5d77c7c272dbd3
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 15:34:17 2021 -0400
update rate label on range select
commit f098d01b6f4dc1dcb99e0fa314dde93647a19bb6
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 15:26:30 2021 -0400
fix label on counter
commit 16ffe61e8ee2b677adf5d468efa9d7aa8d7e092e
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 15:06:50 2021 -0400
update tick spacing input
commit 0fa2c8a15821dd32ec978750991a962ecb8f7344
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 14:53:18 2021 -0400
update comments
commit 1fccf57a1ef081ef6ba9790dc20e0ed604ac2b09
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 14:52:37 2021 -0400
update 1 amount in price calculation
commit b0e5d22bf8c57b3eacd75f077f68aaca4a9f975a
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 14:46:41 2021 -0400
fix price creation in util
commit 1ce246e85372e4f120f983ca18a1eb3d16e8647e
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 13:55:14 2021 -0400
update hard coded chain id
commit 2360b2d0a3233b604956e89de4bd7b09c0506875
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 13:09:21 2021 -0400
amoutn parse update
commit 6a99a7b71fe446fe77cb2741adce4c067862ca4a
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 13:05:41 2021 -0400
same token check
commit 83a1fd5a9ff02c6a49532cb54a57770b52fc052e
Author: ianlapham <ianlapham@gmail.com>
Date: Thu Apr 1 12:31:21 2021 -0400
clean up state, fix preview
commit 8592383b8386d7adbbaeaa2c6f9c36bb121d1c65
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:47:56 2021 -0400
fix incorrect import
commit ce526fd545e52142f847dbf3caec1ca37bb0650b
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:36:10 2021 -0400
fix warnings
commit 572770fd3e000ce31cd3a6c5c5c91eac92cc8c5c
Merge: a9e5b6c 2677491
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:16:30 2021 -0400
Merge branch 'minting' of https://github.com/Uniswap/v3-interface into minting
commit a9e5b6c5e5983e279a640886783f97c33b713125
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:12:43 2021 -0400
rate updates
commit b88cab6c06176eefe5cf71f7cc3e3664d9f514ab
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 16:15:08 2021 -0400
Use real tick and pool math
commit ed933cfd17141174c03b0bcac5f41cf75ff9b258
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Mar 28 22:42:05 2021 -0400
naming updates
commit 50c0a0ece5c6c66a603508529c5e7a28f45db632
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Mar 28 22:36:08 2021 -0400
WIP start usePool and useDerivedMint hooks
commit 2677491e2128e1318a0dd4307e63069e0f8e1dfe
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 22:12:43 2021 -0400
rate updates
commit c2f59d6c61068a2bf4d34d102d5d28c9863ce982
Author: ianlapham <ianlapham@gmail.com>
Date: Wed Mar 31 16:15:08 2021 -0400
Use real tick and pool math
commit 7d53e5c7e979be19fc5c63eb52307f302328c4eb
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Mar 28 22:42:05 2021 -0400
naming updates
commit 9022650d391682f97e71d336021c2db2e5ea5455
Author: ianlapham <ianlapham@gmail.com>
Date: Sun Mar 28 22:36:08 2021 -0400
WIP start usePool and useDerivedMint hooks
* remove 1337 references
* clean up multicall
* clean up redirects/router
* cleanup
* improve useAllV3Ticks
* fix multicall
* typo
* Fix code style issues with ESLint
* preserve sticky
* reset to non fixed scroll
* fix inputs at 1
* update tests
* fix routes
* sticky sidebar
Co-authored-by: Noah Zinsmeister <noahwz@gmail.com>
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Callil Capuozzo <callil.capuozzo@gmail.com>
2021-04-14 10:12:35 -04:00
Noah Zinsmeister
c3f65e3abd
migration v2 ( #38 )
...
* wip
* add some v2 paths
* start to refactor migrate page
update deploy addresses
* fix tests
* stub out v3 remove
* silence some lint warnings
2021-04-09 14:01:56 -04:00
Jordan Frankfurt
ab1538b196
feature(position-list): add summary page for positions with mock data ( #28 )
...
* feature(position-list): add summary page for positions with mock data
* add loading states
* mobile layout
2021-03-03 17:21:14 -05:00