marcomariscal

Results 24 issues of marcomariscal

[051_cauldron_admin.ts](https://github.com/yieldprotocol/vault-v2/blob/master/packages/hardhat/test/051_cauldron_admin.ts)

[091_stEth_converter.ts](https://github.com/yieldprotocol/vault-v2/blob/master/packages/hardhat/test/091_stEth_converter.ts)

When scanning, we can cache the latest scanned block and use that for the proceeding scan's earliest block.

enhancement

these tests should be updated to not `fail` once this issue is fixed: - `testFailForkUnit_Euler_tradePreviewsDAI04` - `testFailForkUnit_Euler_tradePreviewsUSDC04`

bug

In `PoolEuler`: calling the `wrap` function with a `receiver` that is not the pool address will transfer an amount in base decimals, instead of shares decimals, therefore transferring an infinitesimal...

bug

## Description Updates to fetch and scan only the latest blocks. The latest blocks are those after the initial scan, where each subsequent scan saves the latest fetched block to...

parse it out, generalize the types, and overall simplify it.