@@ -125,7 +125,7 @@ broken_intra_doc_links = "deny"
125125
126126[workspace .dependencies ]
127127# SDKs (overarching crates that include all other crates)
128- blueprint-sdk = { version = " 0.2.0-alpha.10 " , path = " ./crates/sdk" , default-features = false }
128+ blueprint-sdk = { version = " 0.2.0-alpha.11 " , path = " ./crates/sdk" , default-features = false }
129129# tnt-core 0.19 makes binary URIs event-only: `BinaryVersion` drops its
130130# `binaryUri` field (the URI now lives solely on the `BinaryVersionPublished`
131131# event), `onJobResult` takes `bytes32 inputsHash` instead of `bytes inputs`,
@@ -141,30 +141,30 @@ tnt-core-bindings = "0.19" # BinaryVersion loses binaryUri (event-only); onJobR
141141# Job system
142142blueprint-core = { version = " 0.2.0-alpha.5" , path = " crates/core" , default-features = false }
143143blueprint-router = { version = " 0.2.0-alpha.5" , path = " crates/router" , default-features = false }
144- blueprint-runner = { version = " 0.2.0-alpha.10 " , path = " crates/runner" , default-features = false }
144+ blueprint-runner = { version = " 0.2.0-alpha.11 " , path = " crates/runner" , default-features = false }
145145
146146# Extras
147- blueprint-tangle-extra = { version = " 0.2.0-alpha.10 " , path = " crates/tangle-extra" , features = [" std" ] }
147+ blueprint-tangle-extra = { version = " 0.2.0-alpha.11 " , path = " crates/tangle-extra" , features = [" std" ] }
148148blueprint-evm-extra = { version = " 0.2.0-alpha.6" , path = " crates/evm-extra" , default-features = false }
149- blueprint-eigenlayer-extra = { version = " 0.2.0-alpha.10 " , path = " crates/eigenlayer-extra" , default-features = false }
149+ blueprint-eigenlayer-extra = { version = " 0.2.0-alpha.11 " , path = " crates/eigenlayer-extra" , default-features = false }
150150blueprint-producers-extra = { version = " 0.2.0-alpha.5" , path = " crates/producers-extra" , default-features = false }
151- blueprint-tangle-aggregation-svc = { version = " 0.2.0-alpha.10 " , path = " crates/tangle-aggregation-svc" , default-features = false }
151+ blueprint-tangle-aggregation-svc = { version = " 0.2.0-alpha.11 " , path = " crates/tangle-aggregation-svc" , default-features = false }
152152
153153# Blueprint utils
154- blueprint-manager = { version = " 0.4.0-alpha.11 " , path = " ./crates/manager" , default-features = false }
155- blueprint-manager-bridge = { version = " 0.2.0-alpha.9 " , path = " ./crates/manager/bridge" , default-features = false }
156- blueprint-remote-providers = { version = " 0.2.0-alpha.10 " , path = " ./crates/blueprint-remote-providers" , default-features = false }
154+ blueprint-manager = { version = " 0.4.0-alpha.12 " , path = " ./crates/manager" , default-features = false }
155+ blueprint-manager-bridge = { version = " 0.2.0-alpha.10 " , path = " ./crates/manager/bridge" , default-features = false }
156+ blueprint-remote-providers = { version = " 0.2.0-alpha.11 " , path = " ./crates/blueprint-remote-providers" , default-features = false }
157157blueprint-faas = { version = " 0.2.0-alpha.6" , path = " ./crates/blueprint-faas" , default-features = false }
158158blueprint-profiling = { version = " 0.2.0-alpha.5" , path = " ./crates/blueprint-profiling" , default-features = false }
159159
160160# Example blueprints
161161incredible-squaring-blueprint-lib = { version = " 0.2.0-alpha.9" , path = " ./examples/incredible-squaring/incredible-squaring-lib" , default-features = false }
162162blueprint-build-utils = { version = " 0.2.0-alpha.5" , path = " ./crates/build-utils" , default-features = false }
163- blueprint-auth = { version = " 0.2.0-alpha.9 " , path = " ./crates/auth" , default-features = false }
163+ blueprint-auth = { version = " 0.2.0-alpha.10 " , path = " ./crates/auth" , default-features = false }
164164
165165# Chain Setup
166- blueprint-chain-setup = { version = " 0.2.0-alpha.10 " , path = " ./crates/chain-setup" , default-features = false }
167- blueprint-chain-setup-anvil = { version = " 0.2.0-alpha.10 " , path = " ./crates/chain-setup/anvil" , default-features = false }
166+ blueprint-chain-setup = { version = " 0.2.0-alpha.11 " , path = " ./crates/chain-setup" , default-features = false }
167+ blueprint-chain-setup-anvil = { version = " 0.2.0-alpha.11 " , path = " ./crates/chain-setup/anvil" , default-features = false }
168168
169169# Crypto
170170blueprint-crypto-core = { version = " 0.2.0-alpha.5" , path = " ./crates/crypto/core" , default-features = false }
@@ -177,31 +177,31 @@ blueprint-crypto-bn254 = { version = "0.2.0-alpha.8", path = "./crates/crypto/bn
177177blueprint-crypto = { version = " 0.2.0-alpha.8" , path = " ./crates/crypto" , default-features = false }
178178
179179# Clients
180- blueprint-clients = { version = " 0.2.0-alpha.10 " , path = " ./crates/clients" , default-features = false }
180+ blueprint-clients = { version = " 0.2.0-alpha.11 " , path = " ./crates/clients" , default-features = false }
181181blueprint-client-core = { version = " 0.2.0-alpha.5" , path = " ./crates/clients/core" , default-features = false }
182- blueprint-client-eigenlayer = { version = " 0.2.0-alpha.10 " , path = " ./crates/clients/eigenlayer" , default-features = false }
182+ blueprint-client-eigenlayer = { version = " 0.2.0-alpha.11 " , path = " ./crates/clients/eigenlayer" , default-features = false }
183183blueprint-client-evm = { version = " 0.2.0-alpha.6" , path = " ./crates/clients/evm" , default-features = false }
184- blueprint-client-tangle = { version = " 0.2.0-alpha.10 " , path = " ./crates/clients/tangle" , default-features = false , features = [" std" ] }
185- blueprint-contexts = { version = " 0.2.0-alpha.10 " , path = " ./crates/contexts" , default-features = false }
184+ blueprint-client-tangle = { version = " 0.2.0-alpha.11 " , path = " ./crates/clients/tangle" , default-features = false , features = [" std" ] }
185+ blueprint-contexts = { version = " 0.2.0-alpha.11 " , path = " ./crates/contexts" , default-features = false }
186186
187187# Pricing Engine
188- blueprint-pricing-engine = { version = " 0.3.0-alpha.9 " , path = " ./crates/pricing-engine" , default-features = false }
188+ blueprint-pricing-engine = { version = " 0.3.0-alpha.10 " , path = " ./crates/pricing-engine" , default-features = false }
189189
190190# TEE Support
191- blueprint-tee = { version = " 0.2.0-alpha.7 " , path = " ./crates/tee" , default-features = false }
191+ blueprint-tee = { version = " 0.2.0-alpha.8 " , path = " ./crates/tee" , default-features = false }
192192
193193# x402 Payment Gateway
194- blueprint-x402 = { version = " 0.2.0-alpha.10 " , path = " ./crates/x402" , default-features = false }
194+ blueprint-x402 = { version = " 0.2.0-alpha.11 " , path = " ./crates/x402" , default-features = false }
195195
196196# Webhook Producer
197- blueprint-webhooks = { version = " 0.2.0-alpha.10 " , path = " ./crates/webhooks" , default-features = false }
197+ blueprint-webhooks = { version = " 0.2.0-alpha.11 " , path = " ./crates/webhooks" , default-features = false }
198198
199199# Macros
200200blueprint-macros = { version = " 0.2.0-alpha.4" , path = " ./crates/macros" , default-features = false }
201201blueprint-context-derive = { version = " 0.2.0-alpha.4" , path = " ./crates/macros/context-derive" , default-features = false }
202202
203203# Quality of Service
204- blueprint-qos = { version = " 0.2.0-alpha.11 " , path = " ./crates/qos" , default-features = false }
204+ blueprint-qos = { version = " 0.2.0-alpha.12 " , path = " ./crates/qos" , default-features = false }
205205
206206# Stores
207207blueprint-stores = { version = " 0.2.0-alpha.5" , path = " ./crates/stores" , default-features = false }
@@ -213,22 +213,22 @@ blueprint-keystore = { version = "0.2.0-alpha.9", path = "./crates/keystore", de
213213blueprint-std = { version = " 0.2.0-alpha.5" , path = " ./crates/std" , default-features = false }
214214
215215# P2P
216- blueprint-networking = { version = " 0.2.0-alpha.8 " , path = " ./crates/networking" , default-features = false }
217- blueprint-networking-round-based-extension = { version = " 0.2.0-alpha.8 " , path = " ./crates/networking/extensions/round-based" , default-features = false }
218- blueprint-networking-agg-sig-gossip-extension = { version = " 0.2.0-alpha.8 " , path = " ./crates/networking/extensions/agg-sig-gossip" , default-features = false }
219- blueprint-gossip-primitives = { version = " 0.2.0-alpha.8 " , path = " ./crates/networking/extensions/gossip-primitives" , default-features = false }
216+ blueprint-networking = { version = " 0.2.0-alpha.9 " , path = " ./crates/networking" , default-features = false }
217+ blueprint-networking-round-based-extension = { version = " 0.2.0-alpha.9 " , path = " ./crates/networking/extensions/round-based" , default-features = false }
218+ blueprint-networking-agg-sig-gossip-extension = { version = " 0.2.0-alpha.9 " , path = " ./crates/networking/extensions/agg-sig-gossip" , default-features = false }
219+ blueprint-gossip-primitives = { version = " 0.2.0-alpha.9 " , path = " ./crates/networking/extensions/gossip-primitives" , default-features = false }
220220
221221# Testing utilities
222- blueprint-testing-utils = { version = " 0.2.0-alpha.10 " , path = " ./crates/testing-utils" , default-features = false }
223- blueprint-core-testing-utils = { version = " 0.2.0-alpha.10 " , path = " ./crates/testing-utils/core" , default-features = false }
224- blueprint-anvil-testing-utils = { version = " 0.2.0-alpha.10 " , path = " ./crates/testing-utils/anvil" , default-features = false }
225- blueprint-eigenlayer-testing-utils = { version = " 0.2.0-alpha.10 " , path = " ./crates/testing-utils/eigenlayer" , default-features = false }
222+ blueprint-testing-utils = { version = " 0.2.0-alpha.11 " , path = " ./crates/testing-utils" , default-features = false }
223+ blueprint-core-testing-utils = { version = " 0.2.0-alpha.11 " , path = " ./crates/testing-utils/core" , default-features = false }
224+ blueprint-anvil-testing-utils = { version = " 0.2.0-alpha.11 " , path = " ./crates/testing-utils/anvil" , default-features = false }
225+ blueprint-eigenlayer-testing-utils = { version = " 0.2.0-alpha.11 " , path = " ./crates/testing-utils/eigenlayer" , default-features = false }
226226
227227# Metrics
228228blueprint-metrics = { version = " 0.2.0-alpha.5" , path = " ./crates/metrics" , default-features = false }
229229blueprint-metrics-rpc-calls = { version = " 0.2.0-alpha.5" , path = " ./crates/metrics/rpc-calls" , default-features = false }
230230
231- cargo-tangle = { version = " 0.5.0-alpha.11 " , path = " ./cli" , default-features = false }
231+ cargo-tangle = { version = " 0.5.0-alpha.12 " , path = " ./cli" , default-features = false }
232232cargo_metadata = { version = " 0.18.1" }
233233bollard = { version = " 0.18.0" , features = [" ssl" ] }
234234
0 commit comments