2 files changed
+5
-4
lines changedSubmodule morpho-blue updated 26 files
- .github/workflows/foundry.yml+4-3
- .github/workflows/npm-release.yml+20
- audits/2023-09-27-morpho-blue-and-speed-jump-irm-open-zeppelin.pdf
- audits/2023-10-13-morpho-blue-and-speed-jump-irm-open-zeppelin.pdf
- audits/2023-11-13-cantina-managed-review-draft.pdf
- foundry.toml+1-1
- package.json+8-3
- src/Morpho.sol+74-56
- src/interfaces/IIrm.sol+2-4
- src/interfaces/IMorpho.sol+90-40
- src/interfaces/IOracle.sol+1
- src/libraries/MathLib.sol+7-7
- src/libraries/periphery/MorphoBalancesLib.sol+12-11
- src/libraries/periphery/MorphoLib.sol+1
- src/mocks/IrmMock.sol+2
- test/forge/BaseTest.sol+8-13
- test/forge/integration/AccrueInterestIntegrationTest.sol+11-10
- test/forge/integration/AuthorizationIntegrationTest.sol+5-5
- test/forge/integration/CreateMarketIntegrationTest.sol+7-8
- test/forge/integration/LiquidateIntegrationTest.sol+102-82
- test/forge/integration/OnlyOwnerIntegrationTest.sol+6
- test/forge/libraries/periphery/MorphoBalancesLibTest.sol+14-14
- test/forge/libraries/periphery/MorphoLibTest.sol+9-11
- test/forge/libraries/periphery/MorphoStorageLibTest.sol+7-12
- test/morpho_tests.tree+2-2
- tsconfig.json+13-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
102 |
| - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
103 | 104 |
| |
104 | 105 |
| |
105 | 106 |
| |
|
0 commit comments