bgd-labs / aave-proposals-v3

MIT License
17 stars 18 forks source link

WeETH Onboarding - Require CAPO feed #266

Closed marczeller closed 2 months ago

github-actions[bot] commented 2 months ago

Foundry report

forge 0.2.0 (14daacf 2024-04-09T00:16:23.595685880Z)
Build log ```shell Compiling 579 files with 0.8.19 Solc 0.8.19 finished in 424.40s 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 (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/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). | Contract | Size (B) | Margin (B) | |----------------------------------------------------------------------------------------------------------|----------|------------| | AaveGovernanceV2 | 45 | 24531 | | AaveSafetyModule | 45 | 24531 | | AaveSwapper | 5572 | 19004 | | AaveV1Ethereum_AaveV1Deprecation_20240218 | 297 | 24279 | | AaveV2Avalanche | 45 | 24531 | | AaveV2AvalancheAssets | 45 | 24531 | | AaveV2Avalanche_ChaosLabsRiskParameterUpdatesWBTCEOnV2AndV3Avalanche_20231221 | 336 | 24240 | | AaveV2Avalanche_ReserveFactorUpdates_20240404 | 1022 | 23554 | | AaveV2Avalanche_StablecoinIRCurvesUpdates_20231221 | 1858 | 22718 | | AaveV2Avalanche_StablecoinIRUpdates_20240404 | 1858 | 22718 | | AaveV2Ethereum | 45 | 24531 | | AaveV2EthereumAMM | 45 | 24531 | | AaveV2EthereumAMMAssets | 45 | 24531 | | AaveV2EthereumAMM_ARFCDeprecateAaveV2AMMMarketStep2_20240205 | 2894 | 21682 | | AaveV2EthereumAssets | 45 | 24531 | | AaveV2Ethereum_AMPLInterestRateUpdatesOnV2Ethereum_20240121 | 1602 | 22974 | | AaveV2Ethereum_ChaosLabsV2EthereumLTReductions_20240201 | 926 | 23650 | | AaveV2Ethereum_EthereumV2ReserveFactorAdjustment_20240304 | 4904 | 19672 | | AaveV2Ethereum_EthereumV2ReserveFactorAdjustment_20240320 | 1778 | 22798 | | AaveV2Ethereum_MigrationOfRemainingGovV2Permissions_20240130 | 977 | 23599 | | AaveV2Ethereum_MigrationOfRemainingGovV2Permissions_Part2_20240130 | 1446 | 23130 | | AaveV2Ethereum_ReserveFactorUpdates_20240404 | 1778 | 22798 | | AaveV2Ethereum_StablecoinIRCurvesUpdates_20231221 | 2839 | 21737 | | AaveV2Ethereum_StablecoinIRUpdates_20240404 | 2839 | 21737 | | AaveV2Ethereum_TUSDAndBUSDAaveV2RateAmendments_20240324 | 1643 | 22933 | | AaveV2Ethereum_TreasuryManagementGSMFundingRWAStrategyPreparationsPart1_20231229 | 3415 | 21161 | | AaveV2Ethereum_UpgradeAMPLImplementation_20240402 | 1621 | 22955 | | AaveV2Ethereum_V2DeprecationPlan20240102_20240103 | 927 | 23649 | | AaveV2Polygon | 45 | 24531 | | AaveV2PolygonAssets | 45 | 24531 | | AaveV2Polygon_ReserveFactorUpdatesFebruary152024_20240208 | 831 | 23745 | | AaveV2Polygon_ReserveFactorUpdatesFebruary292024_20240229 | 683 | 23893 | | AaveV2Polygon_ReserveFactorUpdatesJan152024_20240108 | 1134 | 23442 | | AaveV2Polygon_ReserveFactorUpdatesJan312024_20240125 | 831 | 23745 | | AaveV2Polygon_ReserveFactorUpdates_20240102 | 995 | 23581 | | AaveV2Polygon_ReserveFactorUpdates_20240313 | 535 | 24041 | | AaveV2Polygon_ReserveFactorUpdates_20240322 | 535 | 24041 | | AaveV2Polygon_StablecoinIRCurvesUpdates_20231221 | 1858 | 22718 | | AaveV2Polygon_StablecoinIRUpdates_20240404 | 1858 | 22718 | | AaveV3Arbitrum | 45 | 24531 | | AaveV3ArbitrumAssets | 45 | 24531 | | AaveV3ArbitrumEModes | 45 | 24531 | | AaveV3Arbitrum_ARBRemoveIsolation_20240315 | 193 | 24383 | | AaveV3Arbitrum_AaveProtocolEmbassy_20240220 | 435 | 24141 | | AaveV3Arbitrum_AddFlashborrowers_20240306 | 250 | 24326 | | AaveV3Arbitrum_AssignEmissionAdminEthereumArbitrumAndOptimism_20240229 | 323 | 24253 | | AaveV3Arbitrum_GeneralizedLTLTVReductionOnAave_20240324 | 3815 | 20761 | | AaveV3Arbitrum_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3362 | 21214 | | AaveV3Arbitrum_NativeBridgeAdaptersUpdate_20240322 | 2445 | 22131 | | AaveV3Arbitrum_Patch_20240104 | 479 | 24097 | | AaveV3Arbitrum_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24364 | | AaveV3Arbitrum_StablecoinHarmonization_20240312 | 4469 | 20107 | | AaveV3Arbitrum_StablecoinIRCurvesUpdates_20231221 | 4878 | 19698 | | AaveV3Arbitrum_StablecoinIRUpdates_20240404 | 5381 | 19195 | | AaveV3Arbitrum_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23988 | | AaveV3Arbitrum_UpdateStETHAndWETHRiskParamsOnAaveV3EthereumOptimismAndArbitrum_20240121 | 3892 | 20684 | | AaveV3Arbitrum_UpdateWETHIROnV3ArbitrumAndOptimism_20240216 | 3622 | 20954 | | AaveV3Avalanche | 45 | 24531 | | AaveV3AvalancheAssets | 45 | 24531 | | AaveV3AvalancheEModes | 45 | 24531 | | AaveV3Avalanche_ChaosLabsRiskParameterUpdatesWBTCEOnV2AndV3Avalanche_20231221 | 3513 | 21063 | | AaveV3Avalanche_ContangoFlashborrower_20240319 | 250 | 24326 | | AaveV3Avalanche_GeneralizedLTLTVReductionOnAave_20240324 | 3670 | 20906 | | AaveV3Avalanche_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3377 | 21199 | | AaveV3Avalanche_Patch_20240104 | 479 | 24097 | | AaveV3Avalanche_StablecoinHarmonization_20240312 | 3983 | 20593 | | AaveV3Avalanche_StablecoinIRCurvesUpdates_20231221 | 4628 | 19948 | | AaveV3Avalanche_StablecoinIRUpdates_20240404 | 4628 | 19948 | | AaveV3Avalanche_UpdateADIImplementationAndCCIPAdapters_20240313 | 3292 | 21284 | | AaveV3BNB | 45 | 24531 | | AaveV3BNBAssets | 45 | 24531 | | AaveV3BNBEModes | 45 | 24531 | | AaveV3BNB_ContangoFlashborrower_20240319 | 250 | 24326 | | AaveV3BNB_GeneralizedLTLTVReductionOnAave_20240324 | 3528 | 21048 | | AaveV3BNB_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3380 | 21196 | | AaveV3BNB_OnboardFdUSDToAaveV3OnBSC_20240201 | 5014 | 19562 | | AaveV3BNB_SetAaveChanInitiativeAsEmissionManagerForFdUSDOnBNBChainAaveV3_20240208 | 212 | 24364 | | AaveV3BNB_StablecoinIRUpdates_20240404 | 4132 | 20444 | | AaveV3BNB_UpdateADIImplementationAndCCIPAdapters_20240313 | 3084 | 21492 | | AaveV3Base | 45 | 24531 | | AaveV3BaseAssets | 45 | 24531 | | AaveV3BaseEModes | 45 | 24531 | | AaveV3Base_ContangoFlashborrower_20240319 | 250 | 24326 | | AaveV3Base_GeneralizedLTLTVReductionOnAave_20240324 | 3517 | 21059 | | AaveV3Base_NativeBridgeAdaptersUpdate_20240322 | 2445 | 22131 | | AaveV3Base_Patch_20240104 | 479 | 24097 | | AaveV3Base_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24364 | | AaveV3Base_StablecoinIRCurvesUpdates_20231221 | 3618 | 20958 | | AaveV3Base_StablecoinIRUpdates_20240404 | 3868 | 20708 | | AaveV3Base_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23988 | | AaveV3Ethereum | 45 | 24531 | | AaveV3EthereumAssets | 45 | 24531 | | AaveV3EthereumEModes | 45 | 24531 | | AaveV3Ethereum_AaveBGDPhase3_20240325 | 2253 | 22323 | | AaveV3Ethereum_AaveLiquidityCommiteeFunding_20240306 | 1964 | 22612 | | AaveV3Ethereum_ActivateGhoStewards_20240326 | 1633 | 22943 | | AaveV3Ethereum_ActivationOfACPrimeFoundation_20240308 | 502 | 24074 | | AaveV3Ethereum_AddFlashborrowers_20240306 | 1223 | 23353 | | AaveV3Ethereum_AddPYUSDToAaveV3EthereumMarket_20240125 | 4993 | 19583 | | AaveV3Ethereum_AmendSafetyModuleEmissions_20240229 | 2399 | 22177 | | AaveV3Ethereum_AssignEmissionAdminEthereumArbitrumAndOptimism_20240229 | 967 | 23609 | | AaveV3Ethereum_BorrowCapReductionsOnAaveV3Ethereum_20240311 | 4328 | 20248 | | AaveV3Ethereum_ChaosLabsRiskParameterUpdatesIncreaseDebtCeilingForSNXAndMKROnV3Ethereum01312024_20240211 | 3533 | 21043 | | AaveV3Ethereum_CutGauntletServiceProviderStream_20240227 | 479 | 24097 | | AaveV3Ethereum_FundingUpdatePartB_20240324 | 4321 | 20255 | | AaveV3Ethereum_FundingUpdate_20240224 | 10540 | 14036 | | AaveV3Ethereum_GHOBorrowRateIncrease20240229_20240229 | 285 | 24291 | | AaveV3Ethereum_GHOBorrowRateIncrease_20240308 | 233 | 24343 | | AaveV3Ethereum_GHOStewardsBorrowRateUpdate_20240324 | 233 | 24343 | | AaveV3Ethereum_GeneralizedLTLTVReductionOnAave_20240324 | 3815 | 20761 | | AaveV3Ethereum_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3376 | 21200 | | AaveV3Ethereum_MeritApprovals_20240306 | 534 | 24042 | | AaveV3Ethereum_NativeBridgeAdaptersUpdate_20240322 | 4897 | 19679 | | AaveV3Ethereum_OrbitProgram_20240220 | 2308 | 22268 | | AaveV3Ethereum_Patch_20240104 | 479 | 24097 | | AaveV3Ethereum_RegisterADIScrollAdapter_20240122 | 630 | 23946 | | AaveV3Ethereum_RequestForBountyPayoutJanuary2024_20240125 | 781 | 23795 | | AaveV3Ethereum_RetroactiveBugBountyPreImmunefi_20240205 | 782 | 23794 | | AaveV3Ethereum_SecurityBudgetRequestDecember2023_20240206 | 514 | 24062 | | AaveV3Ethereum_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24364 | | AaveV3Ethereum_StableRateBugBounty_20240207 | 768 | 23808 | | AaveV3Ethereum_StablecoinHarmonization_20240312 | 5299 | 19277 | | AaveV3Ethereum_StablecoinIRCurvesUpdates_20231221 | 4627 | 19949 | | AaveV3Ethereum_StablecoinIRUpdates_20240404 | 5130 | 19446 | | AaveV3Ethereum_StkGHOActivation_20240119 | 1115 | 23461 | | AaveV3Ethereum_TreasuryManagementGSMFundingRWAStrategyPreparationsPart2_20240209 | 3098 | 21478 | | AaveV3Ethereum_UpdateADIImplementationAndCCIPAdapters_20240313 | 3553 | 21023 | | AaveV3Ethereum_UpdateStETHAndWETHRiskParamsOnAaveV3EthereumOptimismAndArbitrum_20240121 | 3905 | 20671 | | AaveV3Ethereum_WeETHListing_20240320 | 5001 | 19575 | | AaveV3Fantom | 45 | 24531 | | AaveV3FantomAssets | 45 | 24531 | | AaveV3FantomEModes | 45 | 24531 | | AaveV3GenericPatch_20240104 | 479 | 24097 | | AaveV3Gnosis | 45 | 24531 | | AaveV3GnosisAssets | 45 | 24531 | | AaveV3GnosisEModes | 45 | 24531 | | AaveV3Gnosis_ContangoFlashborrower_20240319 | 250 | 24326 | | AaveV3Gnosis_EUReEmissionsManager_20240327 | 285 | 24291 | | AaveV3Gnosis_GeneralizedLTLTVReductionOnAave_20240324 | 3667 | 20909 | | AaveV3Gnosis_NativeBridgeAdaptersUpdate_20240322 | 2580 | 21996 | | AaveV3Gnosis_Patch_20240104 | 479 | 24097 | | AaveV3Gnosis_StablecoinHarmonization_20240312 | 3571 | 21005 | | AaveV3Gnosis_StablecoinIRCurvesUpdates_20231221 | 3870 | 20706 | | AaveV3Gnosis_StablecoinIRUpdates_20240404 | 4123 | 20453 | | AaveV3Gnosis_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23988 | | AaveV3Harmony | 45 | 24531 | | AaveV3HarmonyAssets | 45 | 24531 | | AaveV3HarmonyEModes | 45 | 24531 | | AaveV3Metis | 45 | 24531 | | AaveV3MetisAssets | 45 | 24531 | | AaveV3MetisEModes | 45 | 24531 | | AaveV3Metis_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3370 | 21206 | | AaveV3Metis_NativeBridgeAdaptersUpdate_20240322 | 2445 | 22131 | | AaveV3Metis_StablecoinHarmonization_20240312 | 3397 | 21179 | | AaveV3Metis_StablecoinIRCurvesUpdates_20231221 | 3869 | 20707 | | AaveV3Metis_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23988 | | AaveV3Optimism | 45 | 24531 | | AaveV3OptimismAssets | 45 | 24531 | | AaveV3OptimismEModes | 45 | 24531 | | AaveV3Optimism_AddFlashborrowers_20240306 | 250 | 24326 | | AaveV3Optimism_AssignEmissionAdminEthereumArbitrumAndOptimism_20240229 | 310 | 24266 | | AaveV3Optimism_GauntletRecommendationForMAIMIMATICDeprecationPhase2_20240122 | 3375 | 21201 | | AaveV3Optimism_GeneralizedLTLTVReductionOnAave_20240324 | 3815 | 20761 | | AaveV3Optimism_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3362 | 21214 | | AaveV3Optimism_NativeBridgeAdaptersUpdate_20240322 | 2445 | 22131 | | AaveV3Optimism_Patch_20240104 | 479 | 24097 | | AaveV3Optimism_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24364 | | AaveV3Optimism_StablecoinHarmonization_20240312 | 3749 | 20827 | | AaveV3Optimism_StablecoinIRCurvesUpdates_20231221 | 4878 | 19698 | | AaveV3Optimism_StablecoinIRUpdates_20240404 | 5130 | 19446 | | AaveV3Optimism_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23988 | | AaveV3Optimism_UpdateStETHAndWETHRiskParamsOnAaveV3EthereumOptimismAndArbitrum_20240121 | 3892 | 20684 | | AaveV3Optimism_UpdateWETHIROnV3ArbitrumAndOptimism_20240216 | 3609 | 20967 | | AaveV3Polygon | 45 | 24531 | | AaveV3PolygonAssets | 45 | 24531 | | AaveV3PolygonEModes | 45 | 24531 | | AaveV3Polygon_ContangoFlashborrower_20240319 | 250 | 24326 | | AaveV3Polygon_FreezeAndSetLTVTo0ForDPIBALCRVAndSUSHIOnAaveV3Polygon20240119_20240130 | 4355 | 20221 | | AaveV3Polygon_FundingUpdate_20240224 | 2902 | 21674 | | AaveV3Polygon_GeneralizedLTLTVReductionOnAave_20240324 | 3814 | 20762 | | AaveV3Polygon_HarmonizeUSDTRiskParametersOnAaveV3Markets_20240115 | 3361 | 21215 | | AaveV3Polygon_MaticXSupplyCapIncreaseInPolygonV3_20240206 | 3294 | 21282 | | AaveV3Polygon_NativeBridgeAdaptersUpdate_20240322 | 2853 | 21723 | | AaveV3Polygon_Patch_20240104 | 479 | 24097 | | AaveV3Polygon_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206 | 212 | 24364 | | AaveV3Polygon_StablecoinHarmonization_20240312 | 3975 | 20601 | | AaveV3Polygon_StablecoinIRCurvesUpdates_20231221 | 4375 | 20201 | | AaveV3Polygon_StablecoinIRUpdates_20240404 | 5129 | 19447 | | AaveV3Polygon_TreasuryManagementGSMFundingRWAStrategyPreparationsPart1_20231229 | 3418 | 21158 | | AaveV3Polygon_UpdateADIImplementationAndCCIPAdapters_20240313 | 3292 | 21284 | | AaveV3Scroll | 45 | 24531 | | AaveV3ScrollAssets | 45 | 24531 | | AaveV3ScrollEModes | 45 | 24531 | | AaveV3Scroll_AaveV3ScrollActivation_20240122 | 6600 | 17976 | | AaveV3Scroll_ContangoFlashborrower_20240319 | 250 | 24326 | | AaveV3Scroll_GeneralizedLTLTVReductionOnAave_20240324 | 3374 | 21202 | | AaveV3Scroll_NativeBridgeAdaptersUpdate_20240322 | 2445 | 22131 | | AaveV3Scroll_StablecoinIRUpdates_20240404 | 3620 | 20956 | | AaveV3Scroll_UpdateADIImplementationAndCCIPAdapters_20240313 | 588 | 23988 | | AaveV3Scroll_V3PeripheryMaintenance_20240314 | 250 | 24326 | | Address | 45 | 24531 | | BaseCCCImplementationUpdatePayload | 588 | 23988 | | ChainHelpers | 45 | 24531 | | ChainIds | 45 | 24531 | | ConfiguratorInputTypes | 45 | 24531 | | Create2Utils | 123 | 24453 | | DataTypes | 45 | 24531 | | ERC1967Proxy | 136 | 24440 | | EngineFlags | 45 | 24531 | | EnumerableSet | 45 | 24531 | | EnvelopeUtils | 45 | 24531 | | Errors | 4673 | 19903 | | GhoInterestRateStrategy | 671 | 23905 | | Gho_GHOStabilityModule_20240119 | 4494 | 20082 | | GovHelpers | 45 | 24531 | | GovV3Helpers | 2581 | 21995 | | GovV3StorageHelpers | 45 | 24531 | | GovernanceV3Arbitrum | 45 | 24531 | | GovernanceV3Avalanche | 45 | 24531 | | GovernanceV3BNB | 45 | 24531 | | GovernanceV3Base | 45 | 24531 | | GovernanceV3Ethereum | 45 | 24531 | | GovernanceV3Gnosis | 45 | 24531 | | GovernanceV3Metis | 45 | 24531 | | GovernanceV3Optimism | 45 | 24531 | | GovernanceV3Polygon | 45 | 24531 | | GovernanceV3PolygonZkEvm | 45 | 24531 | | GovernanceV3Scroll | 45 | 24531 | | IpfsUtils | 45 | 24531 | | MainnetPayload | 2583 | 21993 | | MiscArbitrum | 45 | 24531 | | MiscAvalanche | 45 | 24531 | | MiscBNB | 45 | 24531 | | MiscBase | 45 | 24531 | | MiscEthereum | 45 | 24531 | | MiscGnosis | 45 | 24531 | | MiscMetis | 45 | 24531 | | MiscOptimism | 45 | 24531 | | MiscPolygon | 45 | 24531 | | MiscScroll | 45 | 24531 | | MockExecutor | 396 | 24180 | | OrbitProgramData | 488 | 24088 | | ParaswapClaim | 22 | 24554 | | ParaswapClaimer | 159 | 24417 | | Payloads | 484 | 24092 | | PayloadsControllerUtils | 45 | 24531 | | PayloadsToDeploy | 45 | 24531 | | PolygonPayload | 1593 | 22983 | | PoolAddresses | 316 | 24260 | | ProxyAdmin | 1642 | 22934 | | ProxyHelpers | 45 | 24531 | | ReserveConfiguration | 130 | 24446 | | RewardsDataTypes | 45 | 24531 | | SafeERC20 | 45 | 24531 | | StataPayloads | 45 | 24531 | | StorageHelpers | 45 | 24531 | | StorageSlot | 45 | 24531 | | TransactionUtils | 45 | 24531 | | TransparentUpgradeableProxy | 2040 | 22536 | | WadRayMath | 45 | 24531 | ```
Test error :finnadie::x: ```shell No files changed, compilation skipped 2024-04-09T10:39:47.242537Z ERROR sharedbackend: Failed to send/recv `basic` err=failed to get account for 0x77ad9BF13a52517AD698D65913e8D381300c8Bf3: Error during transport: Max retries exceeded address=0x77ad9BF13a52517AD698D65913e8D381300c8Bf3 2024-04-09T10:43:39.674564Z ERROR sharedbackend: Failed to send/recv `storage` err=failed to get storage for 0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 at 97437044535735845689481877787914230300461205385327044124045332643979015819860: Error during transport: Max retries exceeded address=0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2 index=97437044535735845689481877787914230300461205385327044124045332643979015819860 Ran 2 tests for src/20240320_AaveV3Ethereum_WeETHListing/AaveV3Ethereum_WeETHListing_20240320.t.sol:AaveV3Ethereum_WeETHListing_20240320_Test [FAIL. Reason: backend: failed while inspecting] test_collectorHasweETHFunds() (gas: 0) [FAIL. Reason: backend: failed while inspecting] test_defaultProposalExecution() (gas: 0) Suite result: FAILED. 0 passed; 2 failed; 0 skipped; finished in 268.99s (262.58s CPU time) Ran 1 test suite in 269.00s (268.99s CPU time): 0 tests passed, 2 failed, 0 skipped (2 total tests) Failing tests: Encountered 2 failing tests in src/20240320_AaveV3Ethereum_WeETHListing/AaveV3Ethereum_WeETHListing_20240320.t.sol:AaveV3Ethereum_WeETHListing_20240320_Test [FAIL. Reason: backend: failed while inspecting] test_collectorHasweETHFunds() (gas: 0) [FAIL. Reason: backend: failed while inspecting] test_defaultProposalExecution() (gas: 0) Encountered a total of 2 failing tests, 0 tests succeeded ```