-
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 broker fee during deposits
feat: Add MAX_BROKER_FEE constant feat: Event DepositOpenEndedStream emits broker and brokerFeeAmount test: New utility contracts: Defaults.sol, Types.sol Constants.sol test: Add constructor test test: Use constants from Defaults contract test: Replace StdUtils with PRBMathUtils test: Replace StdAssertions with PRBMathAssertions test(integration): Include broker fee in deposit.t.sol test(invariant): Incluse broker address in checkUsers test(invariant): Include broker in createAndDeposit, deposit and restartStreamAndDeposit
- Loading branch information
1 parent
4405fdf
commit 6678282
Showing
35 changed files
with
581 additions
and
255 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
Oops, something went wrong.