-
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.
Consolidate the fee module interface functions into a single function per action as originally developed. This consolidation should: * make it easier for pools to integrate with the fee module since there is only a single function per action to use * make the interface future-proof in case fee modules in the future are determining fee recipients based on the TCO2 that is deposited to or redeemed from the pool * make the fee calculation more performant since there is only a single CALL to the fee module instead of two per action This change reverts 99f19a4
- Loading branch information
1 parent
5ded2d4
commit 9b2dec8
Showing
6 changed files
with
202 additions
and
159 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
Oops, something went wrong.