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

Dynamic fee setter (WeightedPool) #2558

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft

Dynamic fee setter (WeightedPool) #2558

wants to merge 19 commits into from

Commits on Nov 16, 2023

  1. overriden getSwapFeePercent

    Sourav Suman authored and Sourav Suman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2c9846f View commit details
    Browse the repository at this point in the history
  2. module changes

    Sourav Suman authored and Sourav Suman committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0e848c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. emit event SwapFeePercentageChanged

    Sourav Suman authored and Sourav Suman committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6c37f0d View commit details
    Browse the repository at this point in the history
  2. emit event SwapFeePercentageChanged in swap

    Sourav Suman authored and Sourav Suman committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8ad4318 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. resolving conversation

    Sourav Suman authored and Sourav Suman committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bac31ed View commit details
    Browse the repository at this point in the history
  2. optimizing

    Sourav Suman authored and Sourav Suman committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c38d1fb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. lint

    markusbkoch authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    16f5533 View commit details
    Browse the repository at this point in the history
  2. lint

    markusbkoch authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7f40f16 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. updated conditions

    Sourav Suman authored and Sourav Suman committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    b7af5dd View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. worked on suggsted PR changes

    Sourav Suman authored and Sourav Suman committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    e5bb1d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Undo mock files move.

    Juan Ignacio Ubeira committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7d04e80 View commit details
    Browse the repository at this point in the history
  2. Fix hardhat tests with polymorphic getSwapFeePercentage.

    Juan Ignacio Ubeira committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6efa837 View commit details
    Browse the repository at this point in the history
  3. Linter pass.

    Juan Ignacio Ubeira committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bff4302 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Make isCustomFeeEnabled immutable.

    Juan Ignacio Ubeira committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9af72a5 View commit details
    Browse the repository at this point in the history
  2. Simplify getSwapFeePercentage.

    Juan Ignacio Ubeira committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    db9ccbe View commit details
    Browse the repository at this point in the history
  3. Polish: getSwapFeePercentage only once, lint.

    Juan Ignacio Ubeira committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e15ec3b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Fix benchmarks.

    Juan Ignacio Ubeira committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f43fb93 View commit details
    Browse the repository at this point in the history
  2. Fix stable tests.

    Juan Ignacio Ubeira committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    00310a4 View commit details
    Browse the repository at this point in the history
  3. Update pkg/pool-weighted/contracts/WeightedPool.sol

    Co-authored-by: EndymionJkb <EndymionJkb@gmail.com>
    jubeira and EndymionJkb authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8c5eb7e View commit details
    Browse the repository at this point in the history