feat: Support Bebop quote through IndicativelyPriced state

Made a new feature gate (test-utils) for MockRFQState

Took 2 hours 19 minutes
This commit is contained in:
Diana Carvalho
2025-08-14 12:56:03 +01:00
parent 6d88d0a144
commit 22920617eb
10 changed files with 474 additions and 56 deletions

6
Cargo.lock generated
View File

@@ -4634,9 +4634,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tycho-common"
version = "0.78.2"
version = "0.81.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af4c7e2c8e194a3e9dfc5911ff0ec273b7dd52acb71dfdcf21351dd78a49576"
checksum = "68d44780891254a0155d1aaa765a8625b48672158b6e12ce4f06771e9d369ffa"
dependencies = [
"anyhow",
"async-trait",
@@ -4662,6 +4662,7 @@ name = "tycho-execution"
version = "0.115.0"
dependencies = [
"alloy",
"async-trait",
"chrono",
"clap",
"dotenv",
@@ -4676,6 +4677,7 @@ dependencies = [
"thiserror 1.0.69",
"tokio",
"tycho-common",
"tycho-execution",
]
[[package]]