Conversation
Co-authored-by: ianflexa <ianflexa@gmail.com> Co-authored-by: Meng Xu <72079339+meng-xu-cs@users.noreply.github.com> Co-authored-by: Harsh Pandey <harshsatishpandey@gmail.com>
* feat: diff * fix: gas limit check * chore: consistency * chore: fix perms * chore: bring back
| console.log('--- E2E: Testing spoke %s ---', address(spokes[i])); | ||
| console.log('--------------------------------'); |
There was a problem hiding this comment.
We can eventually remove this, right?
There was a problem hiding this comment.
was planning to keep it (as in the v3 e2e tests)
| Types.ReserveInfo[] memory goodDebtReserves = _getAllUsableDebtReserves(allReserves); | ||
|
|
||
| if (goodCollaterals.length == 0 || goodDebtReserves.length == 0) { | ||
| console.log('POSITION_MANAGERS: Skipping spoke (no collateral or debt reserves)'); |
🌈Test ResultsCompiling 461 files with Solc 0.8.27 Solc 0.8.27 finished in 145.00s Compiler run successful!Ran 2 tests for src/20260224_Multi_EnableSVROnBaseAndArbitrum/AaveV3Arbitrum_EnableSVROnBaseAndArbitrum_20260224.t.sol:AaveV3Arbitrum_EnableSVROnBaseAndArbitrum_20260224_Test Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 50.42s (63.05s CPU time) Ran 1 test suite in 50.43s (50.42s CPU time): 2 tests passed, 0 failed, 0 skipped (2 total tests) Ran 2 tests for src/20260224_Multi_EnableSVROnBaseAndArbitrum/AaveV3Base_EnableSVROnBaseAndArbitrum_20260224.t.sol:AaveV3Base_EnableSVROnBaseAndArbitrum_20260224_Test Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 29.03s (39.01s CPU time) Ran 1 test suite in 29.04s (29.03s CPU time): 2 tests passed, 0 failed, 0 skipped (2 total tests) Ran 1 test for src/20260224_Multi_EnableSVROnBaseAndArbitrum/AaveV3Ethereum_EnableSVROnBaseAndArbitrum_20260224.t.sol:AaveV3Ethereum_EnableSVROnBaseAndArbitrum_20260224_Test Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 144.36s (144.02s CPU time) Ran 1 test suite in 144.37s (144.36s CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests) Ran 26 tests for src/20260319_AaveV4Ethereum_ActivateV4Ethereum/AaveV4Ethereum_ActivateV4Ethereum_20260319.t.sol:AaveV4Ethereum_ActivateV4Ethereum_20260319_Test
|
Uh oh!
There was an error while loading. Please reload this page.