-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: unecessary additonal assignment in compound interest calculation return * fix: L-9. recallWindow > 0 isn’t enforced * fix: reuse error messages * fix: gas optimizations for assignments
- Loading branch information
1 parent
d760601
commit 5703cd2
Showing
4 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
Submodule starport
updated
11 files
+80 −81 | .gas-snapshot | |
+7 −13 | src/BNPLHelper.sol | |
+6 −5 | src/Custodian.sol | |
+8 −6 | src/lib/StarportLib.sol | |
+10 −18 | src/originators/StrategistOriginator.sol | |
+1 −2 | src/pricing/BasePricing.sol | |
+4 −2 | src/settlement/DutchAuctionSettlement.sol | |
+1 −1 | test/StarportTest.sol | |
+1 −1 | test/unit-testing/TestCustodian.sol | |
+3 −5 | test/unit-testing/TestStarport.sol | |
+0 −7 | test/unit-testing/TestStrategistOriginator.sol |
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