uniswap-interface-uncensored/src/state
Moody Salem 0f91af1df2
improvement(swap): Better swap errors for FoT (#1015)
* move the gas estimation stuff into its own hook and report errors from the gas estimation

* fix linter errors

* show the swap callback error separately

* rename some variables

* use a manually specified key for gas estimates

* flip price... thought i did this already

* only show swap callback error if approval state is approved

* some clean up to the swap components

* stop proactively looking for gas estimates

* improve some retry stuff, show errors inline

* add another retry test

* latest ethers

* fix integration tests

* simplify modal and fix jitter on open in mobile

* refactor confirmation modal into pieces before creating the error content

* finish refactoring of transaction confirmation modal

* show error state in the transaction confirmation modal

* fix lint errors

* error not always relevant

* fix lint errors, remove action item

* move a lot of code into ConfirmSwapModal.tsx

* show accept changes flow, not styled

* Adjust styles for slippage error states

* Add styles for updated price prompt

* Add input/output highlighting

* lint errors

* fix link to wallets in modal

* use total supply instead of reserves for `noLiquidity` (fixes #701)

* bump the walletconnect version to the fixed alpha

Co-authored-by: Callil Capuozzo <callil.capuozzo@gmail.com>
2020-08-06 18:18:43 -05:00
..
application feat(token lists): implement the uniswap default list as a token list (#983) 2020-07-25 10:41:03 -05:00
burn feat(weth): support WETH across the site and use sdk 3.0 (#947) 2020-07-20 06:48:42 -05:00
lists feat(token lists): implement the uniswap default list as a token list (#983) 2020-07-25 10:41:03 -05:00
mint improvement(swap): Better swap errors for FoT (#1015) 2020-08-06 18:18:43 -05:00
multicall improvement(swap): Better swap errors for FoT (#1015) 2020-08-06 18:18:43 -05:00
swap improvement(swap): Better swap errors for FoT (#1015) 2020-08-06 18:18:43 -05:00
transactions improvement(transactions): some clean up and unit tests 2020-07-27 08:45:48 -05:00
user improvement(token warnings): show better warnings for imported tokens (#1005) 2020-07-30 15:21:37 -04:00
wallet feat(weth): support WETH across the site and use sdk 3.0 (#947) 2020-07-20 06:48:42 -05:00
index.ts feat(token lists): implement the uniswap default list as a token list (#983) 2020-07-25 10:41:03 -05:00
tsconfig.json Strict typescript (#792) 2020-05-18 18:23:58 -05:00