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: sablier fee on Airstreams claim #1038

Merged
merged 21 commits into from
Oct 24, 2024
Merged

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    c010a67 View commit details
    Browse the repository at this point in the history
  2. test: msg.value in claim function

    test: setSablierFee
    smol-ninja committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    357e720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d90bd2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f2985a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. test: withdrawFees in Factory and MerkleBase

    test: ReceiveEth mock contract
    test: update precompiles
    refactor: add missing override modifier
    refactor: return feeAmount in withdrawFees in MerkleBase
    smol-ninja committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d135b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eefaf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3135886 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90ca9d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    394cf27 View commit details
    Browse the repository at this point in the history
  2. feat: custom sablier fee

    smol-ninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a582341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d019b8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec1142 View commit details
    Browse the repository at this point in the history
  5. style: fix import

    smol-ninja committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bc77b3c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. style: lint code

    smol-ninja committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2538668 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. refactor: add constructor to Adminable contract

    refactor: use plural in mapping names
    refactor: DRY'ify through _computeSablierFeeForUser function
    refactor: adds missing override
    refactor: rename SetSablierFee to SetSablierFeeForUser
    feat: add non-zero check for to address in withdrawFees
    docs: polish natspecs
    fix: typos
    
    Co-authored-by: Andrei Vlad Birgaoanu <99738872+andreivladbrg@users.noreply.github.com>
    smol-ninja and andreivladbrg committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    9524069 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 23, 2024

  1. small polishes

    andreivladbrg committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cf0990e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. test: dry'ify vm.expectCall

    docs: polish natspecs over setDefaultSablierFee
    chore: change visibility to private for internal functions in Factory
    smol-ninja committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ce35add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37c7caf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72af0c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b24e38 View commit details
    Browse the repository at this point in the history