- 19 May, 2020 1 commit
-
-
Moody Salem authored
-
- 18 May, 2020 2 commits
-
-
Noah Zinsmeister authored
* mainnet config * fix token + pair sorting * standardize wrapped useWeb3React imports * add final return to pair sorting * add connecting pairs * break tokens out into separate files revert isAddress change * filter out duplicate pairs * remove add liquidity prompts * link to v1 trades that are invalid on v2 * forward v2 subdomain to apex * update blog link * get rid of smart quotes * link to uniswap info in position card * improve pair sorting/searching break out token identification fix crash on early pool position clicks change pair token separator from : to /
-
Moody Salem authored
* Match the behavior of v1 interface for old query parameters in swap/send * Handle matching input/output currencies better * Another test
-
- 17 May, 2020 5 commits
-
-
Moody Salem authored
-
Moody Salem authored
Fix balance forever loading issue, ensure that all balances in the store are keyed by checksummed addresses
-
Moody Salem authored
* Part 1, separate swap and send, move duplicate code into separate files * Move some more constants out of the swap/send * Support defaults from URL parameters * Implement query string parsing via a redux action * Finish merging the changes * Fix the slippage warnings * Clean up some other files * More refactoring * Move the price bar out of the component * Move advanced details and some computations into utilities * Make same improvements to send * Approval hook * Swap page functional with swap callback hook * Swap/send page functional with swap callback hook * Fix lint * Move styleds.ts * Fix integration test * Fix error state in swap and move some things around * Move send callback out of send page * Make send behave more like current behavior * Differentiate swap w/o send on send page from swap w/o send on swap page * Remove userAdvanced which was always false * Remove the price bar which is not used in the new UI * Delete the file * Fix null in the send dialog and move another component out of send * Move the swap modal header out to another file * Include change after merge * Add recipient to swap message * Keep input token selected if user has no balance and clicks send with swap * Move the modal footer out of send component * Remove the hard coded estimated time * Fix the label/action for swap/sends * Share the swap modal footer between swap and send * Fix integration test * remove margin from popper to suppress warnings fix missing ENS name recipient link default deadline to 15 minutes * ensure useApproveCallback returns accurate data * clean up callbacks * extra space * Re-apply ignored changes from v2 branch ExchangePage file Co-authored-by:
Noah Zinsmeister <noahwz@gmail.com>
-
Moody Salem authored
-
Ian Lapham authored
-
- 16 May, 2020 3 commits
-
-
Moody Salem authored
-
Moody Salem authored
-
Ian Lapham authored
* fix small bugs , token icons * remove mainnet * style changes * fix nav pointer issues on desktop * more style changes * remove mainnet
-
- 15 May, 2020 5 commits
-
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Noah Zinsmeister authored
* key per-block SWR data with block number * fix + tweak copy and decrease sig figs for lp fee * don't use blocknumber as a key instead mutate when it changes * fix totalsupply + user liquidity sync issues * fix v1 trade checker logic * rough fix allowing removal of user added tokens probably needs a more comprehensive overhaul... * refactor SWR block updates to custom hook * typo * fix import error * fix footer css to work cross-broswer * disallow \ to be typing into amount inputs add test case for this add value assertions to all input integration tests * fix import error * remove console.log * clean up address input a bit trim whitespace from pasted addresses * fix input maxing remove spurious max output logic
-
Moody Salem authored
* Bunch of refactoring * Add an integration test that gets as far as swapping * Drop the nonce code that isn't doing anything right now * Undo one of the accidental changes to the reducer
-
- 14 May, 2020 13 commits
-
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Noah Zinsmeister authored
* fix invariant bug due to dummy ETH * fix lint issue
-
Moody Salem authored
-
Noah Zinsmeister authored
-
Noah Zinsmeister authored
fix incorrect feeTimesInputFormatted logic
-
Noah Zinsmeister authored
* appropriately discount for multi-hop fee slippage * fix comment * make calculation more explicit with a ternary
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
* Create the wallet store * Get the updater completed * Code complete * Fix token balance bug * Fix another bug in the hooks * Final bug fix, blockNumber can be undefined * Formalize the fact that block number can be undefined * Woops add package * Add more info to errors * Replace balances in the v1 methods with the new ones * Only return a balance value if it's present * Address comments * Trigger updateVersion before anything else
-
- 13 May, 2020 11 commits
-
-
Moody Salem authored
-
Ian Lapham authored
* bug fixes on non-existent vs no reserves, fix scanning on pair search, small ui tweaks * remove unused vars * remove mainnet in injected connector * code cleanup for pr * update pair value check
-
Moody Salem authored
* Change slippage calculation in trade page as discussed * Revert test change * Fix the missing import
-
Moody Salem authored
-
Moody Salem authored
Remove trade errors about insufficient liquidity that only show up if there's a route (best trade will not return a trade if there is insufficient liquidity)
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
* Connect a testing wallet * Replace with a funded address * Fix the balance checking and adding logging
-
Moody Salem authored
-
Moody Salem authored
-
Moody Salem authored
* Rewrite the transaction store * Working state * Fix lint errors * Just always call getSigner
-