Merge branch 'main' into encoder/hr/ENG-4093-bin

This commit is contained in:
Harsh Vardhan Roy
2025-02-06 22:20:56 +05:30
committed by GitHub
14 changed files with 223 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tycho-execution"
version = "0.32.0"
version = "0.33.0"
edition = "2021"
[[bin]]
@@ -25,6 +25,7 @@ alloy = { version = "0.9.2", features = ["providers", "rpc-types-eth", "eip712",
alloy-sol-types = { version = "0.8.14", optional = true }
alloy-primitives = { version = "0.8.9", optional = true }
tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.46.0" }
once_cell = "1.20.2"
[dev-dependencies]
rstest = "0.24.0"