-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add withdrawMultiple function feat: add cancelMultiple functions * chore: capitalize ID in comments * test: rename function to expectRevertNull test: rename function to expectRevertCanceled * test: cancelMultiple function test: add user eve and use for the malicious third party tests * test: add defaultStreamIds array in Integration_Test * test: withdrawMultiple function test: set the block.timestamp to May 1 2024 * feat: implement createMultiple function * feat: implement createAndDepositMultiple function refactor: use specific amount names instead of a generic one * docs: improve readability for streamId requirements test: say "given" for balance zero tests * refactor: change order of array counts in custom error test: createMultiple function * test: createAndDepositMultiple function * Refactoring open ended (#52) * perf: optimize modifiers * refactor: rename streamDebt to streamDebtOf * fix: add override * style: solhint-disable no-console * chore: use return variable in streamDebtOf * test: update streamDebt files --------- Co-authored-by: andreivladbrg <[email protected]> * test: refactor streamDebtOf * test: remove unneeded console log * refactor: say "amount" in function paramaters instead of explicit names * test: correct the contract name test: remove unneeded delegate call test * perf: optimize createAndDepositMultiple * test: remove unneeded delegatecall test in cancelMultiple * test: refactoring relates changes * test: remove unneeded tree branches * test: add modifiers in test_CancelMultiple --------- Co-authored-by: smol-ninja <[email protected]>
- Loading branch information
1 parent
55ce73f
commit e424083
Showing
32 changed files
with
1,173 additions
and
228 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
Oops, something went wrong.