test: check that all the existing substreams integration test files can be parsed

This commit is contained in:
adrian
2025-09-03 09:57:39 +02:00
committed by Tamara
parent 8f1b2d9df8
commit 87c9a8b60f
6 changed files with 147 additions and 24 deletions

View File

@@ -4,12 +4,13 @@ version = "0.1.0"
edition = "2021"
[dependencies]
miette = "7.6.0"
glob = "0.3.0"
miette = { version = "7.6.0", features = ["fancy"] }
# Logging & Tracing
tracing = "0.1.37"
# Tycho dependencies
tycho-common = "0.82.0"
tycho-client = "0.82.0"
tycho-common = "0.83.0"
tycho-client = "0.83.0"
# TODO make this less hacky. We should probably try to build this in a similar way that the indexer is built
tycho-simulation = { path = "../../tycho-simulation", features = ["evm"] }
# EVM dependencies