|
| 1 | +{ |
| 2 | + "files": [ |
| 3 | + "certora/basic/harness/ATokenHarness.sol", |
| 4 | + "certora/basic/harness/PoolHarness.sol", |
| 5 | + "certora/basic/harness/SimpleERC20.sol", |
| 6 | + "src/contracts/instances/VariableDebtTokenInstance.sol", |
| 7 | + "src/contracts/helpers/AaveProtocolDataProvider.sol", |
| 8 | + "src/contracts/misc/DefaultReserveInterestRateStrategyV2.sol", |
| 9 | + "src/contracts/protocol/configuration/ACLManager.sol", |
| 10 | + "src/contracts/misc/aave-upgradeability/InitializableImmutableAdminUpgradeabilityProxy.sol", |
| 11 | + "src/contracts/misc/PriceOracleSentinel.sol", |
| 12 | + "src/contracts/protocol/configuration/PoolAddressesProvider.sol", |
| 13 | + ], |
| 14 | + "link": [ |
| 15 | + "ATokenHarness:POOL=PoolHarness", |
| 16 | + "ATokenHarness:_underlyingAsset=SimpleERC20", |
| 17 | + "PoolHarness:ADDRESSES_PROVIDER=PoolAddressesProvider", |
| 18 | + "AaveProtocolDataProvider:ADDRESSES_PROVIDER=PoolAddressesProvider", |
| 19 | + ], |
| 20 | + "struct_link": [ |
| 21 | + "PoolHarness:aTokenAddress=ATokenHarness", |
| 22 | + "PoolHarness:variableDebtTokenAddress=VariableDebtTokenInstance", |
| 23 | + "PoolHarness:interestRateStrategyAddress=DefaultReserveInterestRateStrategyV2", |
| 24 | + ], |
| 25 | + "rule_sanity": "basic", // from time to time, use advanced instead of basic, it gives more insight on requires, vacuity rules etc. |
| 26 | + "optimistic_loop": true, |
| 27 | + "process": "emv", |
| 28 | + "global_timeout": "7198", |
| 29 | + "prover_args": ["-depth 11"], // If reachability passes and the time is ok, this number is ok, dont touch it. |
| 30 | + "solc": "solc8.19", |
| 31 | + "verify": "PoolHarness:certora/basic/specs/NEW-pool-no-summarizations.spec", |
| 32 | + "rule": [ |
| 33 | + "liquidityIndexNonDecresingFor_cumulateToLiquidityIndex", |
| 34 | + "depositUpdatesUserATokenSuperBalance", |
| 35 | + "depositCannotChangeOthersATokenSuperBalance" |
| 36 | + ], |
| 37 | + "build_cache": true, |
| 38 | + "parametric_contracts": ["PoolHarness"], |
| 39 | + "msg": "pool-no-summarizations::partial rules", |
| 40 | +} |
0 commit comments