Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Uniswap/smart-order-router Loading
base: v2.5.31
Choose a base ref
...
head repository: Uniswap/smart-order-router Loading
compare: v2.5.32
Choose a head ref
  • 2 commits
  • 59 files changed
  • 3 contributors

Commits on Jul 5, 2022

  1. Fix linter issues & actions workflow (#107)

    * fix eslintrc.json
    
    * Add lint action to PR into main, and add eslint key
    
    * Add ts overrides
    
    * try moving parser opt into ovverrides
    
    * unbundle lint from prettier, run npm run fix:lint in workflow
    
    * fix eslint manual errors
    
    * disable no-useless-catch
    
    * fix eslint disable next line
    
    * add types/ and test/ ignorePatterns
    
    * add some disables
    
    * add @typescript-eslint/ prefix
    
    * fix
    
    * fix
    
    * npm run fix:lint
    
    * disable all errors
    
    * Fix code style issues with Prettier
    
    * test
    
    * re add PR
    
    * autofix: false
    
    * run local package.json prettier f ix instead
    
    * remove comments
    
    Co-authored-by: Lint Action <[email protected]>
    zhongeric and lint-action committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    cd8587a View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.5.32

    willpote committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    7306173 View commit details
    Browse the repository at this point in the history
Loading