uniswap-interface-uncensored/src/state
Moody Salem bafd3f3c05
feat(v1-support): Enable executing swaps on v1 or v2 (#883)
* swap-v1

* toggle the version switch based on the search query parameter

* rework some of the query parameter stuff in send/swap

* hide the url when they click it

* allow switching back to v2 via the toggle

* represent the v1 trade in the UI if they toggle it on

* show trade link in both directions (5% threshold for v1 link)

* input amounts should reflect v1/v2

* perform the approve on v1 exchange for v1 trades

* get swap on v1 working

* move some code around to reduce duplication

* fix ts error

* correct input allowance

* fix exact token to token on v1

* fix pending approvals to be specific to the spender

* google analytics for swap version

* disable the version switch on pages other than swap and send
2020-06-11 15:56:28 -04:00
..
application perf(multicall): use single call to get token information (#855) 2020-06-03 22:15:26 -04:00
burn Remove liquidity callback (#837) 2020-05-27 13:13:31 -04:00
mint Remove liquidity callback (#837) 2020-05-27 13:13:31 -04:00
multicall fix(multicall): reduce spam in error case 2020-06-10 16:14:49 -04:00
swap feat(v1-support): Enable executing swaps on v1 or v2 (#883) 2020-06-11 15:56:28 -04:00
transactions feat(v1-support): Enable executing swaps on v1 or v2 (#883) 2020-06-11 15:56:28 -04:00
user perf(multicall): use single call to get token information (#855) 2020-06-03 22:15:26 -04:00
wallet fix(multicall): return loading states from the multicall hooks #842 2020-05-29 11:48:33 -04:00
index.ts perf(ethereum): reduce number of calls by batching all polling node calls (#840) 2020-05-28 21:17:45 -04:00
tsconfig.json Strict typescript (#792) 2020-05-18 18:23:58 -05:00