fix: Pass vm_traces to DecoderContext (#264)

#time 2h 39m
This commit is contained in:
dianacarvalho1
2025-09-12 16:51:19 +01:00
committed by GitHub
parent 298bf13e87
commit 89b56e2d42
3 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ tracing = "0.1.37"
# Tycho dependencies
tycho-common = "0.83.4"
tycho-client = "0.83.4"
tycho-simulation = { git = "https://github.com/propeller-heads/tycho-simulation.git", tag = "0.158.0", features = ["evm"] }
tycho-simulation = { git = "https://github.com/propeller-heads/tycho-simulation.git", tag = "0.159.0", features = ["evm"] }
## TODO: for local development
#tycho-simulation = { path = "../../tycho-simulation" }
num-bigint = "0.4"