File tree
4 files changed
+15
-7
lines changed- lib
- src
4 files changed
+15
-7
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + |
Submodule 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
Submodule openzeppelin-contracts added at 932fddf
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
| |||
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
38 |
| - | |
| 40 | + | |
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
43 |
| - | |
| 45 | + | |
| 46 | + | |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
| |||
111 | 114 |
| |
112 | 115 |
| |
113 | 116 |
| |
114 |
| - | |
115 |
| - | |
116 |
| - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
117 | 121 |
| |
118 | 122 |
|
0 commit comments