chore: fix cargo auto-resolution of tycho dependencies

This commit is contained in:
Louise Poole
2025-06-26 12:33:01 +02:00
parent fc0fb1e540
commit c2bb3a8ca8

46
substreams/Cargo.lock generated
View File

@@ -235,7 +235,7 @@ dependencies = [
"substreams",
"substreams-ethereum",
"tiny-keccak",
"tycho-substreams 0.2.1",
"tycho-substreams 0.2.1 (git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=52d5021)",
]
[[package]]
@@ -294,7 +294,7 @@ dependencies = [
"serde_qs",
"substreams",
"substreams-ethereum",
"tycho-substreams 0.2.1",
"tycho-substreams 0.2.1 (git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=52d5021)",
]
[[package]]
@@ -331,7 +331,7 @@ dependencies = [
"substreams",
"substreams-ethereum",
"substreams-helper 0.0.2 (git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=52d5021)",
"tycho-substreams 0.2.1",
"tycho-substreams 0.2.1 (git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=52d5021)",
]
[[package]]
@@ -371,7 +371,7 @@ dependencies = [
"regex",
"substreams",
"substreams-ethereum",
"tycho-substreams 0.2.1",
"tycho-substreams 0.2.1 (git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=52d5021)",
]
[[package]]
@@ -391,7 +391,7 @@ dependencies = [
"regex",
"substreams",
"substreams-ethereum",
"tycho-substreams 0.2.1",
"tycho-substreams 0.2.1 (git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=52d5021)",
]
[[package]]
@@ -408,7 +408,7 @@ dependencies = [
"serde-sibor",
"substreams",
"substreams-ethereum",
"tycho-substreams 0.2.1",
"tycho-substreams 0.2.1 (git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=52d5021)",
]
[[package]]
@@ -426,7 +426,7 @@ dependencies = [
"serde_qs",
"substreams",
"substreams-ethereum",
"tycho-substreams 0.2.1",
"tycho-substreams 0.2.1 (git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=52d5021)",
]
[[package]]
@@ -1709,6 +1709,38 @@ dependencies = [
"substreams-ethereum",
]
[[package]]
name = "tycho-substreams"
version = "0.2.0"
source = "git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=b8aeaa3#b8aeaa3dc6e7242a5dd23681921258ef2cb3c6dd"
dependencies = [
"ethabi 18.0.0",
"hex",
"itertools 0.12.1",
"num-bigint",
"prost 0.11.9",
"serde",
"serde_json",
"substreams",
"substreams-ethereum",
]
[[package]]
name = "tycho-substreams"
version = "0.2.1"
source = "git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=51995f9#51995f9731ecf549a5ae68c281906c90efe9909a"
dependencies = [
"ethabi 18.0.0",
"hex",
"itertools 0.12.1",
"num-bigint",
"prost 0.11.9",
"serde",
"serde_json",
"substreams",
"substreams-ethereum",
]
[[package]]
name = "tycho-substreams"
version = "0.2.1"