feat: Upgrade tycho dependencies (#289)

Don't use tycho_execution from tycho_simulation

#time 8m
This commit is contained in:
dianacarvalho1
2025-09-30 14:33:01 +01:00
committed by GitHub
parent 8de285a2ee
commit 243cf14c3e
5 changed files with 291 additions and 2131 deletions

View File

@@ -8,7 +8,8 @@ glob = "0.3.0"
miette = { version = "7.6.0", features = ["fancy"] }
# Logging & Tracing
tracing = "0.1.37"
tycho-simulation = { git = "https://github.com/propeller-heads/tycho-simulation.git", rev = "f73c2ef28328abdde791edf1fb21748f78dbee6a", features = ["evm"] }
tycho-simulation = { git = "https://github.com/propeller-heads/tycho-simulation.git", tag = "0.167.0", features = ["evm"] }
tycho-execution = "0.129.0"
num-bigint = "0.4"
num-traits = "0.2"
num-rational = "0.4.2"