Skip to content

Tags: baby636/uniswap-interface

Tags

v2.5.11

Toggle v2.5.11's commit message

Verified

This commit was signed with the committer’s verified signature.
moodysalem Moody Salem
disable blank issues

v2.5.10

Toggle v2.5.10's commit message

Verified

This commit was signed with the committer’s verified signature.
moodysalem Moody Salem
add a hook for getting the USDC price of any currency

v2.5.9

Toggle v2.5.9's commit message

Verified

This commit was signed with the committer’s verified signature.
moodysalem Moody Salem
fix(list): change the url of the default token list so we can move th…

…e file in the npm package

v2.5.8

Toggle v2.5.8's commit message

Verified

This commit was signed with the committer’s verified signature.
moodysalem Moody Salem
remove console.log statement

v2.5.7

Toggle v2.5.7's commit message

Verified

This commit was signed with the committer’s verified signature.
moodysalem Moody Salem
improvement(swap errors): show more information about the swap error

v2.5.6

Toggle v2.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improvement(swap): Better swap errors for FoT (Uniswap#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 Uniswap#701)

* bump the walletconnect version to the fixed alpha

Co-authored-by: Callil Capuozzo <[email protected]>

v2.5.5

Toggle v2.5.5's commit message

Verified

This commit was signed with the committer’s verified signature.
moodysalem Moody Salem
fix(fonts): font-display in non-font-variation-settings conditioned css

v2.5.4

Toggle v2.5.4's commit message

Verified

This commit was signed with the committer’s verified signature.
moodysalem Moody Salem
fix(swaps): band-aid fix for gas estimates to disable multihop for et…

…h-ampl

v2.5.3

Toggle v2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(add liquidity): fix the mint hooks to return a price as well as r…

…eturn the dependent amount in the input currency (Uniswap#1011)

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
moodysalem Moody Salem
add an integration test