File tree
3 files changed
+48
-11
lines changed- lib
- src
- interfaces
3 files changed
+48
-11
lines changedSubmodule morpho-blue updated 26 files
- .github/workflows/foundry.yml+3-4
- .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+3-8
- src/Morpho.sol+56-74
- src/interfaces/IIrm.sol+4-2
- src/interfaces/IMorpho.sol+40-90
- src/interfaces/IOracle.sol-1
- src/libraries/MathLib.sol+7-7
- src/libraries/periphery/MorphoBalancesLib.sol+11-12
- src/libraries/periphery/MorphoLib.sol-1
- src/mocks/IrmMock.sol-2
- test/forge/BaseTest.sol+13-8
- test/forge/integration/AccrueInterestIntegrationTest.sol+10-11
- test/forge/integration/AuthorizationIntegrationTest.sol+5-5
- test/forge/integration/CreateMarketIntegrationTest.sol+8-7
- test/forge/integration/LiquidateIntegrationTest.sol+82-102
- test/forge/integration/OnlyOwnerIntegrationTest.sol-6
- test/forge/libraries/periphery/MorphoBalancesLibTest.sol+14-14
- test/forge/libraries/periphery/MorphoLibTest.sol+11-9
- test/forge/libraries/periphery/MorphoStorageLibTest.sol+12-7
- test/morpho_tests.tree+2-2
- tsconfig.json+13-13
Lines changed: 18 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 |
| - | |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
| 23 | + | |
23 | 24 |
| |
24 |
| - | |
25 |
| - | |
| 25 | + | |
| 26 | + | |
26 | 27 |
| |
27 |
| - | |
| 28 | + | |
| 29 | + | |
28 | 30 |
| |
29 |
| - | |
| 31 | + | |
| 32 | + | |
30 | 33 |
| |
31 |
| - | |
| 34 | + | |
| 35 | + | |
32 | 36 |
| |
33 |
| - | |
| 37 | + | |
| 38 | + | |
34 | 39 |
| |
35 |
| - | |
| 40 | + | |
| 41 | + | |
36 | 42 |
| |
37 | 43 |
| |
38 | 44 |
| |
| |||
50 | 56 |
| |
51 | 57 |
| |
52 | 58 |
| |
53 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
54 | 62 |
| |
55 | 63 |
| |
56 | 64 |
| |
|
Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + |
0 commit comments