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:
3
protocol-testing/Cargo.lock
generated
3
protocol-testing/Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user