fix: Skip simulation if skip_simulation = True

This is why we weren't getting BAL510 for `test_erc4626_linear_pool_creation` in python - simulation was being skipped, though not skipped in the rust porting. The simulation is skipped here since no liquidity has been added in more than 100k blocks.
This commit is contained in:
TAMARA LIPOWSKI
2025-09-07 01:09:29 -04:00
committed by Tamara
parent 02ed0fe216
commit dc288bcf29
3 changed files with 70 additions and 13 deletions

View File

@@ -7823,7 +7823,8 @@ dependencies = [
[[package]]
name = "tycho-simulation"
version = "0.155.2"
version = "0.156.0"
source = "git+https://github.com/propeller-heads/tycho-simulation.git?tag=0.156.0#1983a787440e8ae757626d808a6e619baffc52f2"
dependencies = [
"alloy",
"async-stream",