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: degoev/permit2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Uniswap/permit2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 7 contributors

Commits on Sep 8, 2023

  1. Lukas/downgrade interface pragmas (Uniswap#234) (Uniswap#235)

    * downgrade interface pragmas
    
    * change IDAIPermit and IERC1271 to be consistent
    
    ---------
    
    Co-authored-by: Lukas Rosario <[email protected]>
    snreynolds and lukasrosario authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    79658f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    778de34 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. feat: add package.json (Uniswap#231)

    * feat: add package.json
    
    * refactor: rename package
    PaulRBerg authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7638d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7341410 View commit details
    Browse the repository at this point in the history
  3. refactor: use relative path that stays inside folder (Uniswap#199)

    Currently this path extends outside the root contract folder path, which could cause issues with tools that expect to use this tools from within the `src` path
    
    Co-authored-by: marktoda <[email protected]>
    fubuloubu and marktoda authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c3cf1a1 View commit details
    Browse the repository at this point in the history
  4. fix: Typos (Uniswap#186)

    * fix: Typos
    
    * fix: Typo
    
    ---------
    
    Co-authored-by: marktoda <[email protected]>
    alexfertel and marktoda authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cc56ad0 View commit details
    Browse the repository at this point in the history
Loading