Skip to content

Commit

Permalink
refactor: unlink Morpho
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Nov 29, 2024
1 parent a383a80 commit 4a60be3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 deletions.
5 changes: 0 additions & 5 deletions certora/confs/Liveness.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"files": [
"lib/morpho-blue/certora/harness/MorphoHarness.sol",
"lib/morpho-blue/certora/harness/Util.sol",
"certora/helpers/MetaMorphoHarness.sol",
"certora/helpers/ERC20Helper.sol"
],
"link": [
"MetaMorphoHarness:MORPHO=MorphoHarness"
],
"solc_map": {
"MorphoHarness": "solc-0.8.19",
"Util": "solc-0.8.19",
"MetaMorphoHarness": "solc-0.8.21",
"ERC20Helper": "solc-0.8.21"
Expand Down
9 changes: 1 addition & 8 deletions certora/confs/Timelock.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
{
"files": [
"lib/morpho-blue/certora/harness/MorphoHarness.sol",
"certora/helpers/MetaMorphoHarness.sol"
],
"parametric_contracts": [
"MetaMorphoHarness"
],
"solc_map": {
"MorphoHarness": "solc-0.8.19",
"MetaMorphoHarness": "solc-0.8.21"
},
"solc": "solc-0.8.21",
"verify": "MetaMorphoHarness:certora/specs/Timelock.spec",
"loop_iter": "2",
"optimistic_loop": true,
Expand Down
5 changes: 0 additions & 5 deletions certora/confs/Tokens.conf
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{
"files": [
"lib/morpho-blue/certora/harness/MorphoHarness.sol",
"lib/morpho-blue/certora/harness/Util.sol",
"certora/helpers/MetaMorphoHarness.sol",
"certora/helpers/ERC20Helper.sol",
"certora/dispatch/ERC20NoRevert.sol",
"certora/dispatch/ERC20Standard.sol",
"certora/dispatch/ERC20USDT.sol"
],
"link": [
"MetaMorphoHarness:MORPHO=MorphoHarness"
],
"solc_map": {
"MorphoHarness": "solc-0.8.19",
"Util": "solc-0.8.19",
"MetaMorphoHarness": "solc-0.8.21",
"ERC20Helper": "solc-0.8.21",
Expand Down
2 changes: 0 additions & 2 deletions certora/specs/LastUpdated.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ methods {
function ERC20.safeTransferFrom(address, address, address, uint256) external envfree;

function Morpho.lastUpdate(MorphoHarness.Id) external returns(uint256) envfree;
function Morpho.virtualTotalSupplyAssets(MorphoHarness.Id) external returns(uint256) envfree;
function Morpho.virtualTotalSupplyShares(MorphoHarness.Id) external returns(uint256) envfree;
}

function hasCuratorRole(address user) returns bool {
Expand Down

0 comments on commit 4a60be3

Please sign in to comment.