-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement sablier fee in withdraw
test: update test accordingly feat: implement withdraw fee function refactor: correct the function name test: setSablierFee function test: withdrawFees function test: implement expectRevert_CallerNotAdmin helper function test: move ContractWithoutReceiveEth and ContractWithReceiveEth in Base_Test feat: add feeAmount in withdraw event build: decrease the optimizer runs to not exceed the size limit docs: improve wording in natpsec feat: add zero address check in withdrawFees feat: make all functions payable in SablierLockup refactor: remove sablierFee variable refactor: remove setSablierFee refactor: remove the fee amount from the withdraw event test: add mirror functions in Integration_Test to avoid passing the value in lockup test: dry-fy contract balance test
- Loading branch information
1 parent
abdf8b3
commit 4794c03
Showing
78 changed files
with
697 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.