bgd-labs / aave-proposals-v3

MIT License
16 stars 18 forks source link

Aavechan/dai risk param #310

Closed Rozengarden closed 2 months ago

Rozengarden commented 2 months ago

update the DAI risk parameters following this discussion: https://governance.aave.com/t/arfc-risk-parameters-for-dai-update/17211/20

github-actions[bot] commented 2 months ago

Foundry report

forge 0.2.0 (008922d 2024-04-23T00:18:57.763574753Z)
Build log ```shell Compiling 691 files with 0.8.19 Solc 0.8.19 finished in 541.73s Compiler run successful with warnings: Warning (3628): This contract has a payable fallback function, but no receive ether function. Consider adding a receive ether function. --> src/20240218_AaveV1Ethereum_AaveV1DeprecationPhase2/AaveV1Ethereum_AaveV1Deprecation_20240218.t.sol:86:1: | 86 | contract AaveV1Ethereum_AaveV1Deprecation_20240218_Test is ProtocolV2TestBase { | ^ (Relevant source part starts here and spans across multiple lines). Note: The payable fallback function is defined here. --> src/20240218_AaveV1Ethereum_AaveV1DeprecationPhase2/AaveV1Ethereum_AaveV1Deprecation_20240218.t.sol:232:3: | 232 | fallback() external payable {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning (9302): Return value of low-level calls not used. --> src/20231229_Multi_TreasuryManagementGSMFundingRWAStrategyPreparationsPart1/AaveV2Ethereum_TreasuryManagementGSMFundingRWAStrategyPreparationsPart1_20231229.sol:47:5: | 47 | SAFE.call{value: address(this).balance}(''); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning (5667): Unused function parameter. Remove or comment out the variable name to silence this warning. --> lib/aave-helpers/src/adi/test/ADITestBase.sol:151:5: | 151 | address payload, | ^^^^^^^^^^^^^^^ Warning (5667): Unused function parameter. Remove or comment out the variable name to silence this warning. --> lib/aave-helpers/src/adi/test/ADITestBase.sol:152:5: | 152 | address crossChainController, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning (2018): Function state mutability can be restricted to pure --> src/20240104_Multi_Patch/Patch_20240104.s.sol:32:3: | 32 | function _getPayload() internal override returns (bytes memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240104_Multi_Patch/Patch_20240104.s.sol:43:3: | 43 | function _getPayload() internal override returns (bytes memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240104_Multi_Patch/Patch_20240104.s.sol:54:3: | 54 | function _getPayload() internal override returns (bytes memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240104_Multi_Patch/Patch_20240104.s.sol:65:3: | 65 | function _getPayload() internal override returns (bytes memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240104_Multi_Patch/Patch_20240104.s.sol:76:3: | 76 | function _getPayload() internal override returns (bytes memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240104_Multi_Patch/Patch_20240104.s.sol:87:3: | 87 | function _getPayload() internal override returns (bytes memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240104_Multi_Patch/Patch_20240104.s.sol:98:3: | 98 | function _getPayload() internal override returns (bytes memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240218_AaveV1Ethereum_AaveV1DeprecationPhase2/AaveV1Ethereum_AaveV1Deprecation_20240218.t.sol:207:3: | 207 | function _getUsers() internal returns (V1User[] memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240308_AaveV3Ethereum_GHOBorrowRateIncrease/GhoInterestRateStrategy.sol:67:3: | 67 | function getBaseVariableBorrowRate() external view override returns (uint256) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240308_AaveV3Ethereum_GHOBorrowRateIncrease/GhoInterestRateStrategy.sol:72:3: | 72 | function getMaxVariableBorrowRate() external view override returns (uint256) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240308_AaveV3Ethereum_GHOBorrowRateIncrease/GhoInterestRateStrategy.sol:77:3: | 77 | function calculateInterestRates( | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240313_Multi_UpdateADIImplementationAndCCIPAdapters/BaseTest.sol:91:3: | 91 | function getTrustedRemoteByChainId(uint256 chainId) public view returns (address) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to view --> src/20240313_Multi_UpdateADIImplementationAndCCIPAdapters/BaseTest.sol:316:3: | 316 | function _getCurrentForwarderAdaptersByChain() internal returns (ForwarderAdapters[] memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to view --> src/20240313_Multi_UpdateADIImplementationAndCCIPAdapters/BaseTest.sol:341:3: | 341 | function _getCurrentReceiverAdaptersByChain() internal returns (AdaptersByChain[] memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Avalanche_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol:20:3: | 20 | function getDestinationPayloadsByChain() | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Ethereum_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol:24:3: | 24 | function getDestinationPayloadsByChain() | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240320_Multi_HyperlaneBridgeAdapterUpdateToV3/AaveV3Polygon_HyperlaneBridgeAdapterUpdateToV3_20240320.t.sol:21:3: | 21 | function getDestinationPayloadsByChain() | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240322_Multi_LayerZeroBridgeAdapterUpdateToV2/BaseTest.sol:109:3: | 109 | function getTrustedRemoteByChainId(uint256 chainId) public view returns (address) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to view --> src/20240322_Multi_LayerZeroBridgeAdapterUpdateToV2/BaseTest.sol:334:3: | 334 | function _getCurrentForwarderAdaptersByChain() internal returns (ForwarderAdapters[] memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to view --> src/20240322_Multi_LayerZeroBridgeAdapterUpdateToV2/BaseTest.sol:359:3: | 359 | function _getCurrentReceiverAdaptersByChain() internal returns (AdaptersByChain[] memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240324_AaveV3Ethereum_GHOStewardsBorrowRateUpdate/GhoInterestRateStrategy.sol:67:3: | 67 | function getBaseVariableBorrowRate() external view override returns (uint256) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240324_AaveV3Ethereum_GHOStewardsBorrowRateUpdate/GhoInterestRateStrategy.sol:72:3: | 72 | function getMaxVariableBorrowRate() external view override returns (uint256) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240324_AaveV3Ethereum_GHOStewardsBorrowRateUpdate/GhoInterestRateStrategy.sol:77:3: | 77 | function calculateInterestRates( | ^ (Relevant source part starts here and spans across multiple lines). Warning (2018): Function state mutability can be restricted to pure --> src/20240416_AaveV2Ethereum_V2StableDebtOffboarding/AaveV2Ethereum_V2StableDebtOffboarding_20240416.t.sol:61:3: | 61 | function _getsDaiUsers() internal returns (address[] memory) { | ^ (Relevant source part starts here and spans across multiple lines). Warning (4591): There are more than 256 warnings. Ignoring the rest. | Contract | Size (B) | Margin (B) | |----------------------------------------------------------------------------------------------------------|----------|------------| | AaveGovernanceV2 | 45 | 24,531 | | AaveSafetyModule | 45 | 24,531 | | AaveSwapper | 5,572 | 19,004 | | AaveV1Ethereum_AaveV1Deprecation_20240218 | 297 | 24,279 | | AaveV2Avalanche | 45 | 24,531 | | AaveV2AvalancheAssets | 45 | 24,531 | | AaveV2Avalanche_ChaosLabsRiskParameterUpdatesWBTCEOnV2AndV3Avalanche_20231221 | 336 | 24,240 | | AaveV2Avalanche_ReserveFactorUpdates_20240404 | 1,022 | 23,554 | | AaveV2Avalanche_ReserveFactorUpgrades_20240411 | 1,022 | 23,554 | | AaveV2Avalanche_RiskParametersForDAIUpdate_20240411 | 210 | 24,366 | | AaveV2Avalanche_StablecoinIRCurvesUpdates_20231221 | 1,858 | 22,718 | | AaveV2Avalanche_StablecoinIRUpdates_20240404 | 1,858 | 22,718 | | AaveV2Avalanche_TemporaryFreezeOfLongTailV2Assets_20240418 | 186 | 24,390 | | AaveV2Ethereum | 45 | 24,531 | | AaveV2EthereumAMM | 45 | 24,531 | | AaveV2EthereumAMMAssets | 45 | 24,531 | | AaveV2EthereumAMM_ARFCDeprecateAaveV2AMMMarketStep2_20240205 | 2,894 | 21,682 | | AaveV2EthereumAssets | 45 | 24,531 | | AaveV2Ethereum_AMPLInterestRateUpdatesOnV2Ethereum_20240121 | 1,602 | 22,974 | | AaveV2Ethereum_ChaosLabsV2EthereumLTReductions_20240201 | 926 | 23,650 | | AaveV2Ethereum_EthereumV2LTReductions_20240416 | 789 | 23,787 | | AaveV2Ethereum_EthereumV2ReserveFactorAdjustment_20240304 | 4,904 | 19,672 | | AaveV2Ethereum_EthereumV2ReserveFactorAdjustment_20240320 | 1,778 | 22,798 | | AaveV2Ethereum_InterimAAMPLDistribution_20240409 | 1,681 | 22,895 | | AaveV2Ethereum_MigrationOfRemainingGovV2Permissions_20240130 | 977 | 23,599 | | AaveV2Ethereum_MigrationOfRemainingGovV2Permissions_Part2_20240130 | 1,446 | 23,130 | | AaveV2Ethereum_ReserveFactorUpdates_20240404 | 1,778 | 22,798 | | AaveV2Ethereum_ReserveFactorUpgrades_20240411 | 1,778 | 22,798 | | AaveV2Ethereum_RiskParametersForDAIUpdate_20240411 | 210 | 24,366 | | AaveV2Ethereum_StablecoinIRCurvesUpdates_20231221 | 2,839 | 21,737 | | AaveV2Ethereum_StablecoinIRUpdates_20240404 | 2,839 | 21,737 | | AaveV2Ethereum_TUSDAndBUSDAaveV2RateAmendments_20240324 | 1,643 | 22,933 | | AaveV2Ethereum_TemporaryFreezeOfLongTailV2Assets_20240418 | 793 | 23,783 | | AaveV2Ethereum_TreasuryManagementGSMFundingRWAStrategyPreparationsPart1_20231229 | 3,415 | 21,161 | | AaveV2Ethereum_UpgradeAMPLImplementation_20240402 | 1,621 | 22,955 | | AaveV2Ethereum_V2DeprecationPlan20240102_20240103 | 927 | 23,649 | | AaveV2Ethereum_V2StableDebtOffboarding_20240416 | 250 | 24,326 | | AaveV2Polygon | 45 | 24,531 | | AaveV2PolygonAssets | 45 | 24,531 | | AaveV2Polygon_ReserveFactorUpdatesFebruary152024_20240208 | 831 | 23,745 | | AaveV2Polygon_ReserveFactorUpdatesFebruary292024_20240229 | 683 | 23,893 | | AaveV2Polygon_ReserveFactorUpdatesJan152024_20240108 | 1,134 | 23,442 | | AaveV2Polygon_ReserveFactorUpdatesJan312024_20240125 | 831 | 23,745 | | AaveV2Polygon_ReserveFactorUpdates_20240102 | 995 | 23,581 | | AaveV2Polygon_ReserveFactorUpdates_20240313 | 535 | 24,041 | | AaveV2Polygon_ReserveFactorUpdates_20240322 | 535 | 24,041 | | AaveV2Polygon_RiskParametersForDAIUpdate_20240411 | 210 | 24,366 | | AaveV2Polygon_StablecoinIRCurvesUpdates_20231221 | 1,858 | 22,718 | | AaveV2Polygon_StablecoinIRUpdates_20240404 | 1,858 | 22,718 | | AaveV2Polygon_TemporaryFreezeOfLongTailV2Assets_20240418 | 186 | 24,390 | | AaveV3Arbitrum | 45 | 24,531 | | AaveV3ArbitrumAssets | 45 | 24,531 | | AaveV3ArbitrumEModes | 45 | 24,531 | | AaveV3Arbitrum_ARBRemoveIsolation_20240315 | 193 | 24,383 | | AaveV3Arbitrum_AaveProtocolEmbassy_20240220 | 435 | 24,141 | | AaveV3Arbitrum_AddFlashborrowers_20240306 | 250 | 24,326 | | AaveV3Arbitrum_AssignEmissionAdminEthereumArbitrumAndOptimism_20240229 | 323 | 24,253 | | AaveV3Arbitrum_GeneralizedLTLTVReductionOnAave_20240324 | 3,815 | 20,761 | | AaveV3Arbitrum_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3,362 | 21,214 | | AaveV3Arbitrum_HyperlaneBridgeAdapterUpdateToV3_20240320 | 2,094 | 22,482 | | AaveV3Arbitrum_NativeBridgeAdaptersUpdate_20240322 | 2,445 | 22,131 | | AaveV3Arbitrum_Patch_20240104 | 479 | 24,097 | | AaveV3Arbitrum_RiskParametersForDAIUpdate_20240411 | 3,376 | 21,200 | | AaveV3Arbitrum_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24,364 | | AaveV3Arbitrum_StablecoinHarmonization_20240312 | 4,469 | 20,107 | | AaveV3Arbitrum_StablecoinIRCurvesUpdates_20231221 | 4,878 | 19,698 | | AaveV3Arbitrum_StablecoinIRUpdates_20240404 | 5,381 | 19,195 | | AaveV3Arbitrum_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23,988 | | AaveV3Arbitrum_UpdateStETHAndWETHRiskParamsOnAaveV3EthereumOptimismAndArbitrum_20240121 | 3,892 | 20,684 | | AaveV3Arbitrum_UpdateWETHIROnV3ArbitrumAndOptimism_20240216 | 3,622 | 20,954 | | AaveV3Arbitrum_WeETHArbitrumOnboarding_20240409 | 5,004 | 19,572 | | AaveV3Avalanche | 45 | 24,531 | | AaveV3AvalancheAssets | 45 | 24,531 | | AaveV3AvalancheEModes | 45 | 24,531 | | AaveV3Avalanche_ChaosLabsRiskParameterUpdatesWBTCEOnV2AndV3Avalanche_20231221 | 3,513 | 21,063 | | AaveV3Avalanche_ContangoFlashborrower_20240319 | 250 | 24,326 | | AaveV3Avalanche_GeneralizedLTLTVReductionOnAave_20240324 | 3,670 | 20,906 | | AaveV3Avalanche_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3,377 | 21,199 | | AaveV3Avalanche_HyperlaneBridgeAdapterUpdateToV3_20240320 | 2,881 | 21,695 | | AaveV3Avalanche_LayerZeroBridgeAdapterUpdateToV2_20240322 | 2,853 | 21,723 | | AaveV3Avalanche_Patch_20240104 | 479 | 24,097 | | AaveV3Avalanche_RiskParametersForDAIUpdate_20240411 | 3,377 | 21,199 | | AaveV3Avalanche_StablecoinHarmonization_20240312 | 3,983 | 20,593 | | AaveV3Avalanche_StablecoinIRCurvesUpdates_20231221 | 4,628 | 19,948 | | AaveV3Avalanche_StablecoinIRUpdates_20240404 | 4,628 | 19,948 | | AaveV3Avalanche_UpdateADIImplementationAndCCIPAdapters_20240313 | 3,292 | 21,284 | | AaveV3BNB | 45 | 24,531 | | AaveV3BNBAssets | 45 | 24,531 | | AaveV3BNBEModes | 45 | 24,531 | | AaveV3BNB_ContangoFlashborrower_20240319 | 250 | 24,326 | | AaveV3BNB_GeneralizedLTLTVReductionOnAave_20240324 | 3,528 | 21,048 | | AaveV3BNB_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3,380 | 21,196 | | AaveV3BNB_HyperlaneBridgeAdapterUpdateToV3_20240320 | 2,766 | 21,810 | | AaveV3BNB_LayerZeroBridgeAdapterUpdateToV2_20240322 | 2,580 | 21,996 | | AaveV3BNB_OnboardFdUSDToAaveV3OnBSC_20240201 | 5,014 | 19,562 | | AaveV3BNB_SetAaveChanInitiativeAsEmissionManagerForFdUSDOnBNBChainAaveV3_20240208 | 212 | 24,364 | | AaveV3BNB_StablecoinIRUpdates_20240404 | 4,132 | 20,444 | | AaveV3BNB_UpdateADIImplementationAndCCIPAdapters_20240313 | 3,084 | 21,492 | | AaveV3Base | 45 | 24,531 | | AaveV3BaseAssets | 45 | 24,531 | | AaveV3BaseEModes | 45 | 24,531 | | AaveV3Base_ContangoFlashborrower_20240319 | 250 | 24,326 | | AaveV3Base_GeneralizedLTLTVReductionOnAave_20240324 | 3,517 | 21,059 | | AaveV3Base_HyperlaneBridgeAdapterUpdateToV3_20240320 | 2,094 | 22,482 | | AaveV3Base_NativeBridgeAdaptersUpdate_20240322 | 2,445 | 22,131 | | AaveV3Base_Patch_20240104 | 479 | 24,097 | | AaveV3Base_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24,364 | | AaveV3Base_StablecoinIRCurvesUpdates_20231221 | 3,618 | 20,958 | | AaveV3Base_StablecoinIRUpdates_20240404 | 3,868 | 20,708 | | AaveV3Base_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23,988 | | AaveV3Ethereum | 45 | 24,531 | | AaveV3EthereumAssets | 45 | 24,531 | | AaveV3EthereumEModes | 45 | 24,531 | | AaveV3Ethereum_AaveBGDPhase3_20240325 | 2,253 | 22,323 | | AaveV3Ethereum_AaveLiquidityCommiteeFunding_20240306 | 1,964 | 22,612 | | AaveV3Ethereum_ActivateGhoStewards_20240326 | 1,633 | 22,943 | | AaveV3Ethereum_ActivationOfACPrimeFoundation_20240308 | 502 | 24,074 | | AaveV3Ethereum_AddFlashborrowers_20240306 | 1,223 | 23,353 | | AaveV3Ethereum_AddPYUSDToAaveV3EthereumMarket_20240125 | 4,993 | 19,583 | | AaveV3Ethereum_AmendSafetyModuleEmissions_20240229 | 2,399 | 22,177 | | AaveV3Ethereum_AssignEmissionAdminEthereumArbitrumAndOptimism_20240229 | 967 | 23,609 | | AaveV3Ethereum_BorrowCapReductionsOnAaveV3Ethereum_20240311 | 4,328 | 20,248 | | AaveV3Ethereum_ChaosLabsEngagementAmendment_20240415 | 576 | 24,000 | | AaveV3Ethereum_ChaosLabsRiskParameterUpdatesIncreaseDebtCeilingForSNXAndMKROnV3Ethereum01312024_20240211 | 3,533 | 21,043 | | AaveV3Ethereum_CutGauntletServiceProviderStream_20240227 | 479 | 24,097 | | AaveV3Ethereum_FundingUpdatePartB_20240324 | 4,321 | 20,255 | | AaveV3Ethereum_FundingUpdate_20240224 | 10,540 | 14,036 | | AaveV3Ethereum_GHOBorrowRateIncrease20240229_20240229 | 285 | 24,291 | | AaveV3Ethereum_GHOBorrowRateIncrease_20240308 | 233 | 24,343 | | AaveV3Ethereum_GHOStewardsBorrowRateUpdate_20240324 | 233 | 24,343 | | AaveV3Ethereum_GeneralizedLTLTVReductionOnAave_20240324 | 3,815 | 20,761 | | AaveV3Ethereum_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3,376 | 21,200 | | AaveV3Ethereum_HyperlaneBridgeAdapterUpdateToV3_20240320 | 3,255 | 21,321 | | AaveV3Ethereum_LayerZeroBridgeAdapterUpdateToV2_20240322 | 3,641 | 20,935 | | AaveV3Ethereum_MainnetPYUSDEmissionsAdmin_20240312 | 285 | 24,291 | | AaveV3Ethereum_MeritApprovals_20240306 | 534 | 24,042 | | AaveV3Ethereum_NativeBridgeAdaptersUpdate_20240322 | 4,897 | 19,679 | | AaveV3Ethereum_OrbitProgram_20240220 | 2,308 | 22,268 | | AaveV3Ethereum_Patch_20240104 | 479 | 24,097 | | AaveV3Ethereum_RegisterADIScrollAdapter_20240122 | 630 | 23,946 | | AaveV3Ethereum_RequestForBountyPayoutJanuary2024_20240125 | 781 | 23,795 | | AaveV3Ethereum_RetroactiveBugBountyPreImmunefi_20240205 | 782 | 23,794 | | AaveV3Ethereum_RiskParametersForDAIUpdate_20240411 | 3,521 | 21,055 | | AaveV3Ethereum_SecurityBudgetRequestDec23AndRobotRefill_20240411 | 702 | 23,874 | | AaveV3Ethereum_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24,364 | | AaveV3Ethereum_StableRateBugBounty_20240207 | 768 | 23,808 | | AaveV3Ethereum_StablecoinHarmonization_20240312 | 5,299 | 19,277 | | AaveV3Ethereum_StablecoinIRCurvesUpdates_20231221 | 4,627 | 19,949 | | AaveV3Ethereum_StablecoinIRUpdates_20240404 | 5,130 | 19,446 | | AaveV3Ethereum_StkGHOActivation_20240119 | 1,115 | 23,461 | | AaveV3Ethereum_TreasuryManagementGSMFundingRWAStrategyPreparationsPart2_20240209 | 3,098 | 21,478 | | AaveV3Ethereum_UpdateADIImplementationAndCCIPAdapters_20240313 | 3,553 | 21,023 | | AaveV3Ethereum_UpdateStETHAndWETHRiskParamsOnAaveV3EthereumOptimismAndArbitrum_20240121 | 3,905 | 20,671 | | AaveV3Ethereum_WeETHListing_20240320 | 5,001 | 19,575 | | AaveV3Fantom | 45 | 24,531 | | AaveV3FantomAssets | 45 | 24,531 | | AaveV3FantomEModes | 45 | 24,531 | | AaveV3GenericPatch_20240104 | 479 | 24,097 | | AaveV3Gnosis | 45 | 24,531 | | AaveV3GnosisAssets | 45 | 24,531 | | AaveV3GnosisEModes | 45 | 24,531 | | AaveV3Gnosis_ContangoFlashborrower_20240319 | 250 | 24,326 | | AaveV3Gnosis_EUReEmissionsManager_20240327 | 285 | 24,291 | | AaveV3Gnosis_GeneralizedLTLTVReductionOnAave_20240324 | 3,667 | 20,909 | | AaveV3Gnosis_HyperlaneBridgeAdapterUpdateToV3_20240320 | 2,766 | 21,810 | | AaveV3Gnosis_LayerZeroBridgeAdapterUpdateToV2_20240322 | 2,580 | 21,996 | | AaveV3Gnosis_NativeBridgeAdaptersUpdate_20240322 | 2,580 | 21,996 | | AaveV3Gnosis_Patch_20240104 | 479 | 24,097 | | AaveV3Gnosis_RiskParameterUpdatesGNOOnV3Gnosis_20240415 | 3,365 | 21,211 | | AaveV3Gnosis_RiskParametersForDAIUpdate_20240411 | 3,519 | 21,057 | | AaveV3Gnosis_StablecoinHarmonization_20240312 | 3,571 | 21,005 | | AaveV3Gnosis_StablecoinIRCurvesUpdates_20231221 | 3,870 | 20,706 | | AaveV3Gnosis_StablecoinIRUpdates_20240404 | 4,123 | 20,453 | | AaveV3Gnosis_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23,988 | | AaveV3Harmony | 45 | 24,531 | | AaveV3HarmonyAssets | 45 | 24,531 | | AaveV3HarmonyEModes | 45 | 24,531 | | AaveV3Metis | 45 | 24,531 | | AaveV3MetisAssets | 45 | 24,531 | | AaveV3MetisEModes | 45 | 24,531 | | AaveV3Metis_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3,370 | 21,206 | | AaveV3Metis_HyperlaneBridgeAdapterUpdateToV3_20240320 | 2,094 | 22,482 | | AaveV3Metis_NativeBridgeAdaptersUpdate_20240322 | 2,445 | 22,131 | | AaveV3Metis_RiskParametersForDAIUpdate_20240411 | 3,373 | 21,203 | | AaveV3Metis_StablecoinHarmonization_20240312 | 3,397 | 21,179 | | AaveV3Metis_StablecoinIRCurvesUpdates_20231221 | 3,869 | 20,707 | | AaveV3Metis_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23,988 | | AaveV3Optimism | 45 | 24,531 | | AaveV3OptimismAssets | 45 | 24,531 | | AaveV3OptimismEModes | 45 | 24,531 | | AaveV3Optimism_AddFlashborrowers_20240306 | 250 | 24,326 | | AaveV3Optimism_AssignEmissionAdminEthereumArbitrumAndOptimism_20240229 | 310 | 24,266 | | AaveV3Optimism_GauntletRecommendationForMAIMIMATICDeprecationPhase2_20240122 | 3,375 | 21,201 | | AaveV3Optimism_GeneralizedLTLTVReductionOnAave_20240324 | 3,815 | 20,761 | | AaveV3Optimism_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3,362 | 21,214 | | AaveV3Optimism_HyperlaneBridgeAdapterUpdateToV3_20240320 | 2,094 | 22,482 | | AaveV3Optimism_NativeBridgeAdaptersUpdate_20240322 | 2,445 | 22,131 | | AaveV3Optimism_OptimismSusdEmissionAdmin_20240312 | 285 | 24,291 | | AaveV3Optimism_Patch_20240104 | 479 | 24,097 | | AaveV3Optimism_RiskParameterUpdatesOPOnV3Optimism_20240415 | 3,363 | 21,213 | | AaveV3Optimism_RiskParametersForDAIUpdate_20240411 | 3,376 | 21,200 | | AaveV3Optimism_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24,364 | | AaveV3Optimism_StablecoinHarmonization_20240312 | 3,749 | 20,827 | | AaveV3Optimism_StablecoinIRCurvesUpdates_20231221 | 4,878 | 19,698 | | AaveV3Optimism_StablecoinIRUpdates_20240404 | 5,130 | 19,446 | | AaveV3Optimism_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23,988 | | AaveV3Optimism_UpdateStETHAndWETHRiskParamsOnAaveV3EthereumOptimismAndArbitrum_20240121 | 3,892 | 20,684 | | AaveV3Optimism_UpdateWETHIROnV3ArbitrumAndOptimism_20240216 | 3,609 | 20,967 | | AaveV3Polygon | 45 | 24,531 | | AaveV3PolygonAssets | 45 | 24,531 | | AaveV3PolygonEModes | 45 | 24,531 | | AaveV3Polygon_ContangoFlashborrower_20240319 | 250 | 24,326 | | AaveV3Polygon_FreezeAndSetLTVTo0ForDPIBALCRVAndSUSHIOnAaveV3Polygon20240119_20240130 | 4,355 | 20,221 | | AaveV3Polygon_FundingUpdate_20240224 | 2,902 | 21,674 | | AaveV3Polygon_GeneralizedLTLTVReductionOnAave_20240324 | 3,814 | 20,762 | | AaveV3Polygon_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3,361 | 21,215 | | AaveV3Polygon_HyperlaneBridgeAdapterUpdateToV3_20240320 | 2,881 | 21,695 | | AaveV3Polygon_LayerZeroBridgeAdapterUpdateToV2_20240322 | 2,853 | 21,723 | | AaveV3Polygon_MaticXSupplyCapIncreaseInPolygonV3_20240206 | 3,294 | 21,282 | | AaveV3Polygon_NativeBridgeAdaptersUpdate_20240322 | 2,853 | 21,723 | | AaveV3Polygon_Patch_20240104 | 479 | 24,097 | | AaveV3Polygon_RiskParametersForDAIUpdate_20240411 | 3,375 | 21,201 | | AaveV3Polygon_SecurityBudgetRequestDec23AndRobotRefill_20240411 | 342 | 24,234 | | AaveV3Polygon_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24,364 | | AaveV3Polygon_StablecoinHarmonization_20240312 | 3,975 | 20,601 | | AaveV3Polygon_StablecoinIRCurvesUpdates_20231221 | 4,375 | 20,201 | | AaveV3Polygon_StablecoinIRUpdates_20240404 | 5,129 | 19,447 | | AaveV3Polygon_TreasuryManagementGSMFundingRWAStrategyPreparationsPart1_20231229 | 3,418 | 21,158 | | AaveV3Polygon_UpdateADIImplementationAndCCIPAdapters_20240313 | 3,292 | 21,284 | | AaveV3Scroll | 45 | 24,531 | | AaveV3ScrollAssets | 45 | 24,531 | | AaveV3ScrollEModes | 45 | 24,531 | | AaveV3Scroll_AaveV3ScrollActivation_20240122 | 6,600 | 17,976 | | AaveV3Scroll_ContangoFlashborrower_20240319 | 250 | 24,326 | | AaveV3Scroll_GeneralizedLTLTVReductionOnAave_20240324 | 3,374 | 21,202 | | AaveV3Scroll_HyperlaneBridgeAdapterUpdateToV3_20240320 | 2,094 | 22,482 | | AaveV3Scroll_NativeBridgeAdaptersUpdate_20240322 | 2,445 | 22,131 | | AaveV3Scroll_ScrollWstETHEmissionManager_20240312 | 285 | 24,291 | | AaveV3Scroll_StablecoinIRUpdates_20240404 | 3,620 | 20,956 | | AaveV3Scroll_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23,988 | | AaveV3Scroll_V3PeripheryMaintenance_20240314 | 250 | 24,326 | | Address | 45 | 24,531 | | BaseCCCImplementationUpdatePayload | 588 | 23,988 | | ChainHelpers | 45 | 24,531 | | ChainIds | 45 | 24,531 | | ConfiguratorInputTypes | 45 | 24,531 | | Create2Utils | 123 | 24,453 | | DataTypes | 45 | 24,531 | | ERC1967Proxy | 136 | 24,440 | | EngineFlags | 45 | 24,531 | | EnumerableSet | 45 | 24,531 | | EnvelopeUtils | 45 | 24,531 | | Errors | 4,673 | 19,903 | | GhoInterestRateStrategy | 671 | 23,905 | | Gho_GHOStabilityModule_20240119 | 4,494 | 20,082 | | GovHelpers | 45 | 24,531 | | GovV3Helpers | 2,581 | 21,995 | | GovV3StorageHelpers | 45 | 24,531 | | GovernanceV3Arbitrum | 45 | 24,531 | | GovernanceV3Avalanche | 45 | 24,531 | | GovernanceV3BNB | 45 | 24,531 | | GovernanceV3Base | 45 | 24,531 | | GovernanceV3Ethereum | 45 | 24,531 | | GovernanceV3Gnosis | 45 | 24,531 | | GovernanceV3Metis | 45 | 24,531 | | GovernanceV3Optimism | 45 | 24,531 | | GovernanceV3Polygon | 45 | 24,531 | | GovernanceV3PolygonZkEvm | 45 | 24,531 | | GovernanceV3Scroll | 45 | 24,531 | | IpfsUtils | 45 | 24,531 | | MainnetPayload | 2,583 | 21,993 | | MiscArbitrum | 45 | 24,531 | | MiscAvalanche | 45 | 24,531 | | MiscBNB | 45 | 24,531 | | MiscBase | 45 | 24,531 | | MiscEthereum | 45 | 24,531 | | MiscGnosis | 45 | 24,531 | | MiscMetis | 45 | 24,531 | | MiscOptimism | 45 | 24,531 | | MiscPolygon | 45 | 24,531 | | MiscScroll | 45 | 24,531 | | MockExecutor | 396 | 24,180 | | OrbitProgramData | 488 | 24,088 | | ParaswapClaim | 22 | 24,554 | | ParaswapClaimer | 159 | 24,417 | | Payloads | 195 | 24,381 | | PayloadsControllerUtils | 45 | 24,531 | | PayloadsToDeploy | 45 | 24,531 | | PolygonPayload | 1,593 | 22,983 | | PoolAddresses | 316 | 24,260 | | ProxyAdmin | 1,642 | 22,934 | | ProxyHelpers | 45 | 24,531 | | ReserveConfiguration | 130 | 24,446 | | RewardsDataTypes | 45 | 24,531 | | SafeERC20 | 45 | 24,531 | | StataPayloads | 45 | 24,531 | | StorageHelpers | 45 | 24,531 | | StorageSlot | 45 | 24,531 | | TransactionUtils | 45 | 24,531 | | TransparentUpgradeableProxy | 2,040 | 22,536 | | WadRayMath | 45 | 24,531 | ```
Test error :finnadie::x: ```shell No files changed, compilation skipped Ran 1 test for src/20240411_Multi_RiskParametersForDAIUpdate/AaveV2Avalanche_RiskParametersForDAIUpdate_20240411.t.sol:AaveV2Avalanche_RiskParametersForDAIUpdate_20240411_Test [PASS] test_defaultProposalExecution() (gas: 13009811) Logs: E2E: Collateral WETH.e, TestAsset WETH.e SUPPLY: WETH.e, Amount: 280203976698897704868268961 SUPPLY: WETH.e, Amount: 2802039766988977048682689 WITHDRAW: WETH.e, Amount: 1401019883494488524341344 WITHDRAW: WETH.e, Amount: 1401019883494488524341345 BORROW: WETH.e, Amount 2802039766988977048682689, Stable: false REPAY: WETH.e, Amount: 2802039766988977048682689 E2E: Collateral WETH.e, TestAsset DAI.e SUPPLY: WETH.e, Amount: 280203976698897704868268961 SUPPLY: DAI.e, Amount: 10000704749663708801559245880 WITHDRAW: DAI.e, Amount: 5000352374831854400779622940 WITHDRAW: DAI.e, Amount: 5000352374831854400779622941 BORROW: DAI.e, Amount 10000704749663708801559245880, Stable: false REPAY: DAI.e, Amount: 10000704749663708801559245880 E2E: Collateral WETH.e, TestAsset USDT.e SUPPLY: WETH.e, Amount: 280203976698897704868268961 SUPPLY: USDT.e, Amount: 10000424418012300 WITHDRAW: USDT.e, Amount: 5000212209006150 WITHDRAW: USDT.e, Amount: 5000212209006150 BORROW: USDT.e, Amount 10000424418012300, Stable: false REPAY: USDT.e, Amount: 10000424418012300 E2E: Collateral WETH.e, TestAsset USDC.e SUPPLY: WETH.e, Amount: 280203976698897704868268961 SUPPLY: USDC.e, Amount: 9999424933072099 WITHDRAW: USDC.e, Amount: 4999712466536049 WITHDRAW: USDC.e, Amount: 4999712466536050 BORROW: USDC.e, Amount 9999424933072099, Stable: false REPAY: USDC.e, Amount: 9999424933072099 E2E: Collateral WETH.e, TestAsset AAVE.e SUPPLY: WETH.e, Amount: 280203976698897704868268961 SUPPLY: AAVE.e, Amount: 80293793687129999188037843 WITHDRAW: AAVE.e, Amount: 40146896843564999594018921 WITHDRAW: AAVE.e, Amount: 40146896843564999594018922 E2E: Collateral WETH.e, TestAsset WAVAX SUPPLY: WETH.e, Amount: 280203976698897704868268961 SUPPLY: WAVAX, Amount: 213435832345936841460947560 WITHDRAW: WAVAX, Amount: 106717916172968420730473780 WITHDRAW: WAVAX, Amount: 106717916172968420730473779 BORROW: WAVAX, Amount 213435832345936841460947560, Stable: false REPAY: WAVAX, Amount: 213435832345936841460947560 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 40.82s (40.15s CPU time) Ran 1 test suite in 40.88s (40.82s CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests) No files changed, compilation skipped 2024-04-23T15:53:34.893081Z ERROR sharedbackend: Failed to send/recv `basic` err=failed to get account for 0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272: Max retries exceeded address=0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272 Ran 1 test for src/20240411_Multi_RiskParametersForDAIUpdate/AaveV2Ethereum_RiskParametersForDAIUpdate_20240411.t.sol:AaveV2Ethereum_RiskParametersForDAIUpdate_20240411_Test [FAIL. Reason: backend: failed while inspecting] test_defaultProposalExecution() (gas: 0) Suite result: FAILED. 0 passed; 1 failed; 0 skipped; finished in 24.00s (18.36s CPU time) Ran 1 test suite in 24.05s (24.00s CPU time): 0 tests passed, 1 failed, 0 skipped (1 total tests) Failing tests: Encountered 1 failing test in src/20240411_Multi_RiskParametersForDAIUpdate/AaveV2Ethereum_RiskParametersForDAIUpdate_20240411.t.sol:AaveV2Ethereum_RiskParametersForDAIUpdate_20240411_Test [FAIL. Reason: backend: failed while inspecting] test_defaultProposalExecution() (gas: 0) Encountered a total of 1 failing tests, 0 tests succeeded No files changed, compilation skipped Ran 1 test for src/20240411_Multi_RiskParametersForDAIUpdate/AaveV2Polygon_RiskParametersForDAIUpdate_20240411.t.sol:AaveV2Polygon_RiskParametersForDAIUpdate_20240411_Test [FAIL. Reason: setup failed: Could not instantiate forked environment with fork url: https://polygon.llamarpc.com] setUp() (gas: 0) Suite result: FAILED. 0 passed; 1 failed; 0 skipped; finished in 17.13s (0.00ns CPU time) Ran 1 test suite in 17.19s (17.13s CPU time): 0 tests passed, 1 failed, 0 skipped (1 total tests) Failing tests: Encountered 1 failing test in src/20240411_Multi_RiskParametersForDAIUpdate/AaveV2Polygon_RiskParametersForDAIUpdate_20240411.t.sol:AaveV2Polygon_RiskParametersForDAIUpdate_20240411_Test [FAIL. Reason: setup failed: Could not instantiate forked environment with fork url: https://polygon.llamarpc.com] setUp() (gas: 0) Encountered a total of 1 failing tests, 0 tests succeeded No files changed, compilation skipped 2024-04-23T15:53:54.527412Z ERROR sharedbackend: Failed to send/recv `basic` err=failed to get account for 0x5615dEB798BB3E4dFa0139dFa1b3D433Cc23b72f: server returned an error response: error code -32000: missing trie node 8cf506aa47ac185ff6ffe4e0d7b5b42193afe068397f2614d3e3df6a42e971df (path ) state 0x8cf506aa47ac185ff6ffe4e0d7b5b42193afe068397f2614d3e3df6a42e971df is not available, not found address=0x5615dEB798BB3E4dFa0139dFa1b3D433Cc23b72f 2024-04-23T15:53:54.527444Z ERROR sharedbackend: It looks like you're trying to fork from an older block with a non-archive node which is not supported. Please try to change your RPC url to an archive node if the issue persists. Ran 1 test for src/20240411_Multi_RiskParametersForDAIUpdate/AaveV3Arbitrum_RiskParametersForDAIUpdate_20240411.t.sol:AaveV3Arbitrum_RiskParametersForDAIUpdate_20240411_Test [FAIL. Reason: setup failed: backend: failed while inspecting] setUp() (gas: 0) Suite result: FAILED. 0 passed; 1 failed; 0 skipped; finished in 318.39ms (0.00ns CPU time) Ran 1 test suite in 377.93ms (318.39ms CPU time): 0 tests passed, 1 failed, 0 skipped (1 total tests) Failing tests: Encountered 1 failing test in src/20240411_Multi_RiskParametersForDAIUpdate/AaveV3Arbitrum_RiskParametersForDAIUpdate_20240411.t.sol:AaveV3Arbitrum_RiskParametersForDAIUpdate_20240411_Test [FAIL. Reason: setup failed: backend: failed while inspecting] setUp() (gas: 0) Encountered a total of 1 failing tests, 0 tests succeeded No files changed, compilation skipped Ran 1 test for src/20240411_Multi_RiskParametersForDAIUpdate/AaveV3Avalanche_RiskParametersForDAIUpdate_20240411.t.sol:AaveV3Avalanche_RiskParametersForDAIUpdate_20240411_Test [PASS] test_defaultProposalExecution() (gas: 39397512) Logs: 0xd586E7F844cEa2F87f50152665BCbc2C279D8d70 0x5947BB275c521040051D82396192181b413227A3 0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E 0x50b7545627a5162F82A992c33b87aDc75187B218 0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB 0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7 0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7 0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64 0x5c49b268c9841AFF1Cc3B0a418ff5c3442eE3F3b 0x152b9d0FdC40C096757F570A51E494bd4b943E50 E2E: Collateral DAI.e, TestAsset DAI.e SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: DAI.e, Amount: 1000070474966370880155 WITHDRAW: DAI.e, Amount: 500035237483185440077 WITHDRAW: DAI.e, Amount: 500035237483185440077 BORROW: DAI.e, Amount 1000070474966370880155, Stable: false REPAY: DAI.e, Amount: 1000070474966370880155 E2E: Collateral DAI.e, TestAsset LINK.e SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: LINK.e, Amount: 57511638198885021870 WITHDRAW: LINK.e, Amount: 28755819099442510935 WITHDRAW: LINK.e, Amount: 28755819099442510934 BORROW: LINK.e, Amount 57511638198885021870, Stable: false REPAY: LINK.e, Amount: 57511638198885021870 E2E: Collateral DAI.e, TestAsset USDC SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: USDC, Amount: 999942493 WITHDRAW: USDC, Amount: 499971246 WITHDRAW: USDC, Amount: 499971247 BORROW: USDC, Amount 999942493, Stable: false REPAY: USDC, Amount: 999942493 E2E: TestAsset WBTC.e SKIPPED E2E: Collateral DAI.e, TestAsset WETH.e SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: WETH.e, Amount: 280576688049874712 WITHDRAW: WETH.e, Amount: 140288344024937356 WITHDRAW: WETH.e, Amount: 140288344024937356 BORROW: WETH.e, Amount 280576688049874712, Stable: false REPAY: WETH.e, Amount: 280576688049874712 E2E: Collateral DAI.e, TestAsset USDt SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: USDt, Amount: 1000042441 WITHDRAW: USDt, Amount: 500021220 WITHDRAW: USDt, Amount: 500021222 BORROW: USDt, Amount 1000042441, Stable: false REPAY: USDt, Amount: 1000042441 E2E: Collateral DAI.e, TestAsset AAVE.e SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: AAVE.e, Amount: 8033903755767087900 WITHDRAW: AAVE.e, Amount: 4016951877883543950 WITHDRAW: AAVE.e, Amount: 4016951877883543951 E2E: Collateral DAI.e, TestAsset WAVAX SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: WAVAX, Amount: 21418820816377927039 WITHDRAW: WAVAX, Amount: 10709410408188963519 WITHDRAW: WAVAX, Amount: 10709410408188963520 BORROW: WAVAX, Amount 21418820816377927039, Stable: false REPAY: WAVAX, Amount: 21418820816377927039 E2E: Collateral DAI.e, TestAsset sAVAX SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: sAVAX, Amount: 18775001829755353322 WITHDRAW: sAVAX, Amount: 9387500914877676661 WITHDRAW: sAVAX, Amount: 9387500914877676662 E2E: Collateral DAI.e, TestAsset FRAX SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: FRAX, Amount: 1002159583751814297183 WITHDRAW: FRAX, Amount: 501079791875907148591 WITHDRAW: FRAX, Amount: 501079791875907148592 BORROW: FRAX, Amount 1002159583751814297183, Stable: false REPAY: FRAX, Amount: 1002159583751814297183 E2E: TestAsset MAI SKIPPED E2E: Collateral DAI.e, TestAsset BTC.b SUPPLY: DAI.e, Amount: 100007047496637088015592 SUPPLY: BTC.b, Amount: 1416776 WITHDRAW: BTC.b, Amount: 708388 WITHDRAW: BTC.b, Amount: 708388 BORROW: BTC.b, Amount 1416776, Stable: false REPAY: BTC.b, Amount: 1416776 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 61.49s (61.09s CPU time) Ran 1 test suite in 61.54s (61.49s CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests) No files changed, compilation skipped 2024-04-23T15:55:14.523722Z ERROR sharedbackend: Failed to send/recv `storage` err=failed to get storage for 0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 at 112225801447630911021174354684661177440979189781136739879716453091386613243590: Max retries exceeded address=0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 index=112225801447630911021174354684661177440979189781136739879716453091386613243590 Ran 1 test for src/20240411_Multi_RiskParametersForDAIUpdate/AaveV3Ethereum_RiskParametersForDAIUpdate_20240411.t.sol:AaveV3Ethereum_RiskParametersForDAIUpdate_20240411_Test [FAIL. Reason: backend: failed while inspecting] test_defaultProposalExecution() (gas: 0) Suite result: FAILED. 0 passed; 1 failed; 0 skipped; finished in 16.44s (16.40s CPU time) Ran 1 test suite in 16.49s (16.44s CPU time): 0 tests passed, 1 failed, 0 skipped (1 total tests) Failing tests: Encountered 1 failing test in src/20240411_Multi_RiskParametersForDAIUpdate/AaveV3Ethereum_RiskParametersForDAIUpdate_20240411.t.sol:AaveV3Ethereum_RiskParametersForDAIUpdate_20240411_Test [FAIL. Reason: backend: failed while inspecting] test_defaultProposalExecution() (gas: 0) Encountered a total of 1 failing tests, 0 tests succeeded No files changed, compilation skipped Ran 1 test for src/20240411_Multi_RiskParametersForDAIUpdate/AaveV3Gnosis_RiskParametersForDAIUpdate_20240411.t.sol:AaveV3Gnosis_RiskParametersForDAIUpdate_20240411_Test [PASS] test_defaultProposalExecution() (gas: 18368939) Logs: 0x6A023CCd1ff6F2045C3309768eAd9E68F978f6e1 0x6C76971f98945AE98dD7d4DFcA8711ebea946eA6 0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb 0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83 0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d 0xcB444e90D8198415266c6a2724b7900fb12FC56E E2E: Collateral WETH, TestAsset WETH SUPPLY: WETH, Amount: 28114577160510946404 SUPPLY: WETH, Amount: 281145771605109464 WITHDRAW: WETH, Amount: 140572885802554732 WITHDRAW: WETH, Amount: 140572885802554732 BORROW: WETH, Amount 281145771605109464, Stable: false REPAY: WETH, Amount: 281145771605109464 E2E: Collateral WETH, TestAsset wstETH SUPPLY: WETH, Amount: 28114577160510946404 SUPPLY: wstETH, Amount: 241710414924939042 WITHDRAW: wstETH, Amount: 120855207462469521 WITHDRAW: wstETH, Amount: 120855207462469521 BORROW: wstETH, Amount 241710414924939042, Stable: false REPAY: wstETH, Amount: 241710414924939042 E2E: Collateral WETH, TestAsset GNO SUPPLY: WETH, Amount: 28114577160510946404 SUPPLY: GNO, Amount: 2704787670002531789 WITHDRAW: GNO, Amount: 1352393835001265894 WITHDRAW: GNO, Amount: 1352393835001265894 BORROW: GNO, Amount 2704787670002531789, Stable: false REPAY: GNO, Amount: 2704787670002531789 E2E: Collateral WETH, TestAsset USDC SUPPLY: WETH, Amount: 28114577160510946404 SUPPLY: USDC, Amount: 1000000000 WITHDRAW: USDC, Amount: 500000000 WITHDRAW: USDC, Amount: 500000000 BORROW: USDC, Amount 1000000000, Stable: false REPAY: USDC, Amount: 1000000000 E2E: Collateral WETH, TestAsset WXDAI SUPPLY: WETH, Amount: 28114577160510946404 SUPPLY: WXDAI, Amount: 1000020000400008000160 WITHDRAW: WXDAI, Amount: 500010000200004000080 WITHDRAW: WXDAI, Amount: 500010000200004000079 BORROW: WXDAI, Amount 1000020000400008000160, Stable: false REPAY: WXDAI, Amount: 1000020000400008000160 E2E: Collateral WETH, TestAsset EURe SUPPLY: WETH, Amount: 28114577160510946404 SUPPLY: EURe, Amount: 931055351240631255528 WITHDRAW: EURe, Amount: 465527675620315627764 WITHDRAW: EURe, Amount: 465527675620315627764 BORROW: EURe, Amount 931055351240631255528, Stable: false REPAY: EURe, Amount: 931055351240631255528 E2E: Collateral WETH, TestAsset sDAI SUPPLY: WETH, Amount: 28114577160510946404 SUPPLY: sDAI, Amount: 941360738076522498964 WITHDRAW: sDAI, Amount: 470680369038261249482 WITHDRAW: sDAI, Amount: 470680369038261249481 Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 45.12s (44.68s CPU time) Ran 1 test suite in 45.17s (45.12s CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests) No files changed, compilation skipped Ran 1 test for src/20240411_Multi_RiskParametersForDAIUpdate/AaveV3Metis_RiskParametersForDAIUpdate_20240411.t.sol:AaveV3Metis_RiskParametersForDAIUpdate_20240411_Test [PASS] test_defaultProposalExecution() (gas: 11867770) Logs: 0x4c078361FC9BbB78DF910800A991C7c3DD2F6ce0 0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000 0xEA32A96608495e54156Ae48931A7c20f0dcc1a21 0xbB06DCA3AE6887fAbF931640f67cab3e3a16F4dC 0x420000000000000000000000000000000000000A E2E: Collateral m.DAI, TestAsset m.DAI SUPPLY: m.DAI, Amount: 100014660148884623508113 SUPPLY: m.DAI, Amount: 1000146601488846235081 WITHDRAW: m.DAI, Amount: 500073300744423117540 WITHDRAW: m.DAI, Amount: 500073300744423117541 BORROW: m.DAI, Amount 1000146601488846235081, Stable: false REPAY: m.DAI, Amount: 1000146601488846235081 E2E: Collateral m.DAI, TestAsset Metis SUPPLY: m.DAI, Amount: 100014660148884623508113 SUPPLY: Metis, Amount: 11124054143395902761 WITHDRAW: Metis, Amount: 5562027071697951380 WITHDRAW: Metis, Amount: 5562027071697951380 BORROW: Metis, Amount 11124054143395902761, Stable: false REPAY: Metis, Amount: 11124054143395902761 E2E: Collateral m.DAI, TestAsset m.USDC SUPPLY: m.DAI, Amount: 100014660148884623508113 SUPPLY: m.USDC, Amount: 999950002 WITHDRAW: m.USDC, Amount: 499975001 WITHDRAW: m.USDC, Amount: 499975000 BORROW: m.USDC, Amount 999950002, Stable: false REPAY: m.USDC, Amount: 999950002 E2E: Collateral m.DAI, TestAsset m.USDT SUPPLY: m.DAI, Amount: 100014660148884623508113 SUPPLY: m.USDT, Amount: 1000100020 WITHDRAW: m.USDT, Amount: 500050010 WITHDRAW: m.USDT, Amount: 500050010 BORROW: m.USDT, Amount 1000100020, Stable: false REPAY: m.USDT, Amount: 1000100020 E2E: Coll