@@ -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.9 " , path = " ./crates/sdk" , default-features = false }
128+ blueprint-sdk = { version = " 0.2.0-alpha.10 " , path = " ./crates/sdk" , default-features = false }
129129# tnt-core 0.18 adds the event-sourced blueprint definition (blueprintDefinitionHash view +
130130# BlueprintDefinitionRecorded event) on top of 0.17.0's subscription billing rearchitecture
131131# (requestService + fundService flow), the payments facet split with
@@ -137,30 +137,30 @@ tnt-core-bindings = "0.18" # blueprintDefinitionHash view + BlueprintDefinition
137137# Job system
138138blueprint-core = { version = " 0.2.0-alpha.5" , path = " crates/core" , default-features = false }
139139blueprint-router = { version = " 0.2.0-alpha.5" , path = " crates/router" , default-features = false }
140- blueprint-runner = { version = " 0.2.0-alpha.9 " , path = " crates/runner" , default-features = false }
140+ blueprint-runner = { version = " 0.2.0-alpha.10 " , path = " crates/runner" , default-features = false }
141141
142142# Extras
143- blueprint-tangle-extra = { version = " 0.2.0-alpha.9 " , path = " crates/tangle-extra" , features = [" std" ] }
143+ blueprint-tangle-extra = { version = " 0.2.0-alpha.10 " , path = " crates/tangle-extra" , features = [" std" ] }
144144blueprint-evm-extra = { version = " 0.2.0-alpha.6" , path = " crates/evm-extra" , default-features = false }
145- blueprint-eigenlayer-extra = { version = " 0.2.0-alpha.9 " , path = " crates/eigenlayer-extra" , default-features = false }
145+ blueprint-eigenlayer-extra = { version = " 0.2.0-alpha.10 " , path = " crates/eigenlayer-extra" , default-features = false }
146146blueprint-producers-extra = { version = " 0.2.0-alpha.5" , path = " crates/producers-extra" , default-features = false }
147- blueprint-tangle-aggregation-svc = { version = " 0.2.0-alpha.9 " , path = " crates/tangle-aggregation-svc" , default-features = false }
147+ blueprint-tangle-aggregation-svc = { version = " 0.2.0-alpha.10 " , path = " crates/tangle-aggregation-svc" , default-features = false }
148148
149149# Blueprint utils
150- blueprint-manager = { version = " 0.4.0-alpha.10 " , path = " ./crates/manager" , default-features = false }
151- blueprint-manager-bridge = { version = " 0.2.0-alpha.8 " , path = " ./crates/manager/bridge" , default-features = false }
152- blueprint-remote-providers = { version = " 0.2.0-alpha.9 " , path = " ./crates/blueprint-remote-providers" , default-features = false }
150+ blueprint-manager = { version = " 0.4.0-alpha.11 " , path = " ./crates/manager" , default-features = false }
151+ blueprint-manager-bridge = { version = " 0.2.0-alpha.9 " , path = " ./crates/manager/bridge" , default-features = false }
152+ blueprint-remote-providers = { version = " 0.2.0-alpha.10 " , path = " ./crates/blueprint-remote-providers" , default-features = false }
153153blueprint-faas = { version = " 0.2.0-alpha.6" , path = " ./crates/blueprint-faas" , default-features = false }
154154blueprint-profiling = { version = " 0.2.0-alpha.5" , path = " ./crates/blueprint-profiling" , default-features = false }
155155
156156# Example blueprints
157157incredible-squaring-blueprint-lib = { version = " 0.2.0-alpha.9" , path = " ./examples/incredible-squaring/incredible-squaring-lib" , default-features = false }
158158blueprint-build-utils = { version = " 0.2.0-alpha.5" , path = " ./crates/build-utils" , default-features = false }
159- blueprint-auth = { version = " 0.2.0-alpha.8 " , path = " ./crates/auth" , default-features = false }
159+ blueprint-auth = { version = " 0.2.0-alpha.9 " , path = " ./crates/auth" , default-features = false }
160160
161161# Chain Setup
162- blueprint-chain-setup = { version = " 0.2.0-alpha.9 " , path = " ./crates/chain-setup" , default-features = false }
163- blueprint-chain-setup-anvil = { version = " 0.2.0-alpha.9 " , path = " ./crates/chain-setup/anvil" , default-features = false }
162+ blueprint-chain-setup = { version = " 0.2.0-alpha.10 " , path = " ./crates/chain-setup" , default-features = false }
163+ blueprint-chain-setup-anvil = { version = " 0.2.0-alpha.10 " , path = " ./crates/chain-setup/anvil" , default-features = false }
164164
165165# Crypto
166166blueprint-crypto-core = { version = " 0.2.0-alpha.5" , path = " ./crates/crypto/core" , default-features = false }
@@ -173,31 +173,31 @@ blueprint-crypto-bn254 = { version = "0.2.0-alpha.8", path = "./crates/crypto/bn
173173blueprint-crypto = { version = " 0.2.0-alpha.8" , path = " ./crates/crypto" , default-features = false }
174174
175175# Clients
176- blueprint-clients = { version = " 0.2.0-alpha.9 " , path = " ./crates/clients" , default-features = false }
176+ blueprint-clients = { version = " 0.2.0-alpha.10 " , path = " ./crates/clients" , default-features = false }
177177blueprint-client-core = { version = " 0.2.0-alpha.5" , path = " ./crates/clients/core" , default-features = false }
178- blueprint-client-eigenlayer = { version = " 0.2.0-alpha.9 " , path = " ./crates/clients/eigenlayer" , default-features = false }
178+ blueprint-client-eigenlayer = { version = " 0.2.0-alpha.10 " , path = " ./crates/clients/eigenlayer" , default-features = false }
179179blueprint-client-evm = { version = " 0.2.0-alpha.6" , path = " ./crates/clients/evm" , default-features = false }
180- blueprint-client-tangle = { version = " 0.2.0-alpha.9 " , path = " ./crates/clients/tangle" , default-features = false , features = [" std" ] }
181- blueprint-contexts = { version = " 0.2.0-alpha.9 " , path = " ./crates/contexts" , default-features = false }
180+ blueprint-client-tangle = { version = " 0.2.0-alpha.10 " , path = " ./crates/clients/tangle" , default-features = false , features = [" std" ] }
181+ blueprint-contexts = { version = " 0.2.0-alpha.10 " , path = " ./crates/contexts" , default-features = false }
182182
183183# Pricing Engine
184- blueprint-pricing-engine = { version = " 0.3.0-alpha.8 " , path = " ./crates/pricing-engine" , default-features = false }
184+ blueprint-pricing-engine = { version = " 0.3.0-alpha.9 " , path = " ./crates/pricing-engine" , default-features = false }
185185
186186# TEE Support
187187blueprint-tee = { version = " 0.2.0-alpha.7" , path = " ./crates/tee" , default-features = false }
188188
189189# x402 Payment Gateway
190- blueprint-x402 = { version = " 0.2.0-alpha.9 " , path = " ./crates/x402" , default-features = false }
190+ blueprint-x402 = { version = " 0.2.0-alpha.10 " , path = " ./crates/x402" , default-features = false }
191191
192192# Webhook Producer
193- blueprint-webhooks = { version = " 0.2.0-alpha.9 " , path = " ./crates/webhooks" , default-features = false }
193+ blueprint-webhooks = { version = " 0.2.0-alpha.10 " , path = " ./crates/webhooks" , default-features = false }
194194
195195# Macros
196196blueprint-macros = { version = " 0.2.0-alpha.4" , path = " ./crates/macros" , default-features = false }
197197blueprint-context-derive = { version = " 0.2.0-alpha.4" , path = " ./crates/macros/context-derive" , default-features = false }
198198
199199# Quality of Service
200- blueprint-qos = { version = " 0.2.0-alpha.10 " , path = " ./crates/qos" , default-features = false }
200+ blueprint-qos = { version = " 0.2.0-alpha.11 " , path = " ./crates/qos" , default-features = false }
201201
202202# Stores
203203blueprint-stores = { version = " 0.2.0-alpha.5" , path = " ./crates/stores" , default-features = false }
@@ -215,16 +215,16 @@ blueprint-networking-agg-sig-gossip-extension = { version = "0.2.0-alpha.8", pat
215215blueprint-gossip-primitives = { version = " 0.2.0-alpha.8" , path = " ./crates/networking/extensions/gossip-primitives" , default-features = false }
216216
217217# Testing utilities
218- blueprint-testing-utils = { version = " 0.2.0-alpha.9 " , path = " ./crates/testing-utils" , default-features = false }
219- blueprint-core-testing-utils = { version = " 0.2.0-alpha.9 " , path = " ./crates/testing-utils/core" , default-features = false }
220- blueprint-anvil-testing-utils = { version = " 0.2.0-alpha.9 " , path = " ./crates/testing-utils/anvil" , default-features = false }
221- blueprint-eigenlayer-testing-utils = { version = " 0.2.0-alpha.9 " , path = " ./crates/testing-utils/eigenlayer" , default-features = false }
218+ blueprint-testing-utils = { version = " 0.2.0-alpha.10 " , path = " ./crates/testing-utils" , default-features = false }
219+ blueprint-core-testing-utils = { version = " 0.2.0-alpha.10 " , path = " ./crates/testing-utils/core" , default-features = false }
220+ blueprint-anvil-testing-utils = { version = " 0.2.0-alpha.10 " , path = " ./crates/testing-utils/anvil" , default-features = false }
221+ blueprint-eigenlayer-testing-utils = { version = " 0.2.0-alpha.10 " , path = " ./crates/testing-utils/eigenlayer" , default-features = false }
222222
223223# Metrics
224224blueprint-metrics = { version = " 0.2.0-alpha.5" , path = " ./crates/metrics" , default-features = false }
225225blueprint-metrics-rpc-calls = { version = " 0.2.0-alpha.5" , path = " ./crates/metrics/rpc-calls" , default-features = false }
226226
227- cargo-tangle = { version = " 0.5.0-alpha.10 " , path = " ./cli" , default-features = false }
227+ cargo-tangle = { version = " 0.5.0-alpha.11 " , path = " ./cli" , default-features = false }
228228cargo_metadata = { version = " 0.18.1" }
229229bollard = { version = " 0.18.0" , features = [" ssl" ] }
230230
0 commit comments