Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: uniswap v4 #608

Open
wants to merge 18 commits into
base: development
Choose a base branch
from
Open

feat: uniswap v4 #608

wants to merge 18 commits into from

Commits on Sep 25, 2024

  1. feat: initial work for uniswap v4 support

    - added new extension for uniswap universal router with v4 support
    gabririgo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    56b8327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6464dc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. add hardhat sepolia config

    gabririgo committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    42b29d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfb22d View commit details
    Browse the repository at this point in the history
  3. minor import fix

    gabririgo committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3e5e89f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba79b4d View commit details
    Browse the repository at this point in the history
  5. fix uni submodules

    gabririgo committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    aaa626a View commit details
    Browse the repository at this point in the history
  6. remove submodules

    gabririgo committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6674a55 View commit details
    Browse the repository at this point in the history
  7. contracts compile fix work

    gabririgo committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    830838b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    673236d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. remove @Uniswap git submodules

    gabririgo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f6d8b01 View commit details
    Browse the repository at this point in the history
  2. remove @Uniswap submodules

    gabririgo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3891e94 View commit details
    Browse the repository at this point in the history
  3. fix compilation issues

    gabririgo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    bb92ba8 View commit details
    Browse the repository at this point in the history
  4. ignore artifacts

    gabririgo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    15b56dd View commit details
    Browse the repository at this point in the history
  5. try fix ci build

    gabririgo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    19f5d54 View commit details
    Browse the repository at this point in the history
  6. fix typos

    gabririgo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e881d1a View commit details
    Browse the repository at this point in the history
  7. try update hardhat config

    adding uniswap contracts results in Invalid EVM version requested. trying fix
    gabririgo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    33db3d1 View commit details
    Browse the repository at this point in the history
  8. fix compiler versions

    fix versions to reconcile correct svm version for each used compiler
    gabririgo committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c9b60c5 View commit details
    Browse the repository at this point in the history