@@ -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.5 " , path = " ./crates/sdk" , default-features = false }
128+ blueprint-sdk = { version = " 0.2.0-alpha.6 " , path = " ./crates/sdk" , default-features = false }
129129# tnt-core 0.17.0 introduces the subscription billing rearchitecture
130130# (requestService + fundService flow), the payments facet split with
131131# self-only distributePayment, RFQ replay / freshness / cumulative TTL
@@ -136,94 +136,94 @@ tnt-core-bindings = "0.17.1"
136136# Job system
137137blueprint-core = { version = " 0.2.0-alpha.4" , path = " crates/core" , default-features = false }
138138blueprint-router = { version = " 0.2.0-alpha.4" , path = " crates/router" , default-features = false }
139- blueprint-runner = { version = " 0.2.0-alpha.5 " , path = " crates/runner" , default-features = false }
139+ blueprint-runner = { version = " 0.2.0-alpha.6 " , path = " crates/runner" , default-features = false }
140140
141141# Extras
142- blueprint-tangle-extra = { version = " 0.2.0-alpha.5 " , path = " crates/tangle-extra" , features = [" std" ] }
142+ blueprint-tangle-extra = { version = " 0.2.0-alpha.6 " , path = " crates/tangle-extra" , features = [" std" ] }
143143blueprint-evm-extra = { version = " 0.2.0-alpha.5" , path = " crates/evm-extra" , default-features = false }
144- blueprint-eigenlayer-extra = { version = " 0.2.0-alpha.5 " , path = " crates/eigenlayer-extra" , default-features = false }
144+ blueprint-eigenlayer-extra = { version = " 0.2.0-alpha.6 " , path = " crates/eigenlayer-extra" , default-features = false }
145145blueprint-producers-extra = { version = " 0.2.0-alpha.4" , path = " crates/producers-extra" , default-features = false }
146- blueprint-tangle-aggregation-svc = { version = " 0.2.0-alpha.5 " , path = " crates/tangle-aggregation-svc" , default-features = false }
146+ blueprint-tangle-aggregation-svc = { version = " 0.2.0-alpha.6 " , path = " crates/tangle-aggregation-svc" , default-features = false }
147147
148148# Blueprint utils
149- blueprint-manager = { version = " 0.4.0-alpha.4 " , path = " ./crates/manager" , default-features = false }
150- blueprint-manager-bridge = { version = " 0.2.0-alpha.4 " , path = " ./crates/manager/bridge" , default-features = false }
151- blueprint-remote-providers = { version = " 0.2.0-alpha.5 " , path = " ./crates/blueprint-remote-providers" , default-features = false }
149+ blueprint-manager = { version = " 0.4.0-alpha.5 " , path = " ./crates/manager" , default-features = false }
150+ blueprint-manager-bridge = { version = " 0.2.0-alpha.5 " , path = " ./crates/manager/bridge" , default-features = false }
151+ blueprint-remote-providers = { version = " 0.2.0-alpha.6 " , path = " ./crates/blueprint-remote-providers" , default-features = false }
152152blueprint-faas = { version = " 0.2.0-alpha.4" , path = " ./crates/blueprint-faas" , default-features = false }
153153blueprint-profiling = { version = " 0.2.0-alpha.4" , path = " ./crates/blueprint-profiling" , default-features = false }
154154
155155# Example blueprints
156- incredible-squaring-blueprint-lib = { version = " 0.2.0-alpha.4 " , path = " ./examples/incredible-squaring/incredible-squaring-lib" , default-features = false }
156+ incredible-squaring-blueprint-lib = { version = " 0.2.0-alpha.5 " , path = " ./examples/incredible-squaring/incredible-squaring-lib" , default-features = false }
157157blueprint-build-utils = { version = " 0.2.0-alpha.4" , path = " ./crates/build-utils" , default-features = false }
158- blueprint-auth = { version = " 0.2.0-alpha.4 " , path = " ./crates/auth" , default-features = false }
158+ blueprint-auth = { version = " 0.2.0-alpha.5 " , path = " ./crates/auth" , default-features = false }
159159
160160# Chain Setup
161- blueprint-chain-setup = { version = " 0.2.0-alpha.5 " , path = " ./crates/chain-setup" , default-features = false }
162- blueprint-chain-setup-anvil = { version = " 0.2.0-alpha.5 " , path = " ./crates/chain-setup/anvil" , default-features = false }
161+ blueprint-chain-setup = { version = " 0.2.0-alpha.6 " , path = " ./crates/chain-setup" , default-features = false }
162+ blueprint-chain-setup-anvil = { version = " 0.2.0-alpha.6 " , path = " ./crates/chain-setup/anvil" , default-features = false }
163163
164164# Crypto
165165blueprint-crypto-core = { version = " 0.2.0-alpha.4" , path = " ./crates/crypto/core" , default-features = false }
166166blueprint-crypto-k256 = { version = " 0.2.0-alpha.4" , path = " ./crates/crypto/k256" , default-features = false }
167167blueprint-crypto-sr25519 = { version = " 0.2.0-alpha.4" , path = " ./crates/crypto/sr25519" , default-features = false }
168168blueprint-crypto-ed25519 = { version = " 0.2.0-alpha.4" , path = " ./crates/crypto/ed25519" , default-features = false }
169169blueprint-crypto-hashing = { version = " 0.2.0-alpha.4" , path = " ./crates/crypto/hashing" , default-features = false }
170- blueprint-crypto-bls = { version = " 0.2.0-alpha.4 " , path = " ./crates/crypto/bls" , default-features = false }
171- blueprint-crypto-bn254 = { version = " 0.2.0-alpha.4 " , path = " ./crates/crypto/bn254" , default-features = false }
172- blueprint-crypto = { version = " 0.2.0-alpha.4 " , path = " ./crates/crypto" , default-features = false }
170+ blueprint-crypto-bls = { version = " 0.2.0-alpha.5 " , path = " ./crates/crypto/bls" , default-features = false }
171+ blueprint-crypto-bn254 = { version = " 0.2.0-alpha.5 " , path = " ./crates/crypto/bn254" , default-features = false }
172+ blueprint-crypto = { version = " 0.2.0-alpha.5 " , path = " ./crates/crypto" , default-features = false }
173173
174174# Clients
175- blueprint-clients = { version = " 0.2.0-alpha.5 " , path = " ./crates/clients" , default-features = false }
175+ blueprint-clients = { version = " 0.2.0-alpha.6 " , path = " ./crates/clients" , default-features = false }
176176blueprint-client-core = { version = " 0.2.0-alpha.4" , path = " ./crates/clients/core" , default-features = false }
177- blueprint-client-eigenlayer = { version = " 0.2.0-alpha.5 " , path = " ./crates/clients/eigenlayer" , default-features = false }
177+ blueprint-client-eigenlayer = { version = " 0.2.0-alpha.6 " , path = " ./crates/clients/eigenlayer" , default-features = false }
178178blueprint-client-evm = { version = " 0.2.0-alpha.4" , path = " ./crates/clients/evm" , default-features = false }
179- blueprint-client-tangle = { version = " 0.2.0-alpha.5 " , path = " ./crates/clients/tangle" , default-features = false , features = [" std" ] }
180- blueprint-contexts = { version = " 0.2.0-alpha.5 " , path = " ./crates/contexts" , default-features = false }
179+ blueprint-client-tangle = { version = " 0.2.0-alpha.6 " , path = " ./crates/clients/tangle" , default-features = false , features = [" std" ] }
180+ blueprint-contexts = { version = " 0.2.0-alpha.6 " , path = " ./crates/contexts" , default-features = false }
181181
182182# Pricing Engine
183- blueprint-pricing-engine = { version = " 0.3.0-alpha.4 " , path = " ./crates/pricing-engine" , default-features = false }
183+ blueprint-pricing-engine = { version = " 0.3.0-alpha.5 " , path = " ./crates/pricing-engine" , default-features = false }
184184
185185# TEE Support
186- blueprint-tee = { version = " 0.2.0-alpha.4 " , path = " ./crates/tee" , default-features = false }
186+ blueprint-tee = { version = " 0.2.0-alpha.5 " , path = " ./crates/tee" , default-features = false }
187187
188188# x402 Payment Gateway
189- blueprint-x402 = { version = " 0.2.0-alpha.5 " , path = " ./crates/x402" , default-features = false }
189+ blueprint-x402 = { version = " 0.2.0-alpha.6 " , path = " ./crates/x402" , default-features = false }
190190
191191# Webhook Producer
192- blueprint-webhooks = { version = " 0.2.0-alpha.5 " , path = " ./crates/webhooks" , default-features = false }
192+ blueprint-webhooks = { version = " 0.2.0-alpha.6 " , path = " ./crates/webhooks" , default-features = false }
193193
194194# Macros
195195blueprint-macros = { version = " 0.2.0-alpha.4" , path = " ./crates/macros" , default-features = false }
196196blueprint-context-derive = { version = " 0.2.0-alpha.4" , path = " ./crates/macros/context-derive" , default-features = false }
197197
198198# Quality of Service
199- blueprint-qos = { version = " 0.2.0-alpha.5 " , path = " ./crates/qos" , default-features = false }
199+ blueprint-qos = { version = " 0.2.0-alpha.6 " , path = " ./crates/qos" , default-features = false }
200200
201201# Stores
202202blueprint-stores = { version = " 0.2.0-alpha.4" , path = " ./crates/stores" , default-features = false }
203203blueprint-store-local-database = { version = " 0.2.0-alpha.4" , path = " ./crates/stores/local-database" , default-features = false }
204204rocksdb = { version = " 0.21.0" , default-features = false }
205205
206206# SDK
207- blueprint-keystore = { version = " 0.2.0-alpha.5 " , path = " ./crates/keystore" , default-features = false }
207+ blueprint-keystore = { version = " 0.2.0-alpha.6 " , path = " ./crates/keystore" , default-features = false }
208208blueprint-std = { version = " 0.2.0-alpha.4" , path = " ./crates/std" , default-features = false }
209209
210210# P2P
211- blueprint-networking = { version = " 0.2.0-alpha.4 " , path = " ./crates/networking" , default-features = false }
212- blueprint-networking-round-based-extension = { version = " 0.2.0-alpha.4 " , path = " ./crates/networking/extensions/round-based" , default-features = false }
213- blueprint-networking-agg-sig-gossip-extension = { version = " 0.2.0-alpha.4 " , path = " ./crates/networking/extensions/agg-sig-gossip" , default-features = false }
214- blueprint-gossip-primitives = { version = " 0.2.0-alpha.4 " , path = " ./crates/networking/extensions/gossip-primitives" , default-features = false }
211+ blueprint-networking = { version = " 0.2.0-alpha.5 " , path = " ./crates/networking" , default-features = false }
212+ blueprint-networking-round-based-extension = { version = " 0.2.0-alpha.5 " , path = " ./crates/networking/extensions/round-based" , default-features = false }
213+ blueprint-networking-agg-sig-gossip-extension = { version = " 0.2.0-alpha.5 " , path = " ./crates/networking/extensions/agg-sig-gossip" , default-features = false }
214+ blueprint-gossip-primitives = { version = " 0.2.0-alpha.5 " , path = " ./crates/networking/extensions/gossip-primitives" , default-features = false }
215215
216216# Testing utilities
217- blueprint-testing-utils = { version = " 0.2.0-alpha.5 " , path = " ./crates/testing-utils" , default-features = false }
218- blueprint-core-testing-utils = { version = " 0.2.0-alpha.5 " , path = " ./crates/testing-utils/core" , default-features = false }
219- blueprint-anvil-testing-utils = { version = " 0.2.0-alpha.5 " , path = " ./crates/testing-utils/anvil" , default-features = false }
220- blueprint-eigenlayer-testing-utils = { version = " 0.2.0-alpha.5 " , path = " ./crates/testing-utils/eigenlayer" , default-features = false }
217+ blueprint-testing-utils = { version = " 0.2.0-alpha.6 " , path = " ./crates/testing-utils" , default-features = false }
218+ blueprint-core-testing-utils = { version = " 0.2.0-alpha.6 " , path = " ./crates/testing-utils/core" , default-features = false }
219+ blueprint-anvil-testing-utils = { version = " 0.2.0-alpha.6 " , path = " ./crates/testing-utils/anvil" , default-features = false }
220+ blueprint-eigenlayer-testing-utils = { version = " 0.2.0-alpha.6 " , path = " ./crates/testing-utils/eigenlayer" , default-features = false }
221221
222222# Metrics
223223blueprint-metrics = { version = " 0.2.0-alpha.4" , path = " ./crates/metrics" , default-features = false }
224224blueprint-metrics-rpc-calls = { version = " 0.2.0-alpha.4" , path = " ./crates/metrics/rpc-calls" , default-features = false }
225225
226- cargo-tangle = { version = " 0.5.0-alpha.4 " , path = " ./cli" , default-features = false }
226+ cargo-tangle = { version = " 0.5.0-alpha.5 " , path = " ./cli" , default-features = false }
227227cargo_metadata = { version = " 0.18.1" }
228228bollard = { version = " 0.18.0" , features = [" ssl" ] }
229229
0 commit comments