Skip to content

Commit d4854f8

Browse files
chore: release (#1464)
Co-authored-by: webb-spider[bot] <182531479+webb-spider[bot]@users.noreply.github.com>
1 parent 1db009c commit d4854f8

60 files changed

Lines changed: 265 additions & 87 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -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
142142
blueprint-core = { version = "0.2.0-alpha.5", path = "crates/core", default-features = false }
143143
blueprint-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"] }
148148
blueprint-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 }
150150
blueprint-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 }
157157
blueprint-faas = { version = "0.2.0-alpha.6", path = "./crates/blueprint-faas", default-features = false }
158158
blueprint-profiling = { version = "0.2.0-alpha.5", path = "./crates/blueprint-profiling", default-features = false }
159159

160160
# Example blueprints
161161
incredible-squaring-blueprint-lib = { version = "0.2.0-alpha.9", path = "./examples/incredible-squaring/incredible-squaring-lib", default-features = false }
162162
blueprint-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
170170
blueprint-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
177177
blueprint-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 }
181181
blueprint-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 }
183183
blueprint-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
200200
blueprint-macros = { version = "0.2.0-alpha.4", path = "./crates/macros", default-features = false }
201201
blueprint-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
207207
blueprint-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
213213
blueprint-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
228228
blueprint-metrics = { version = "0.2.0-alpha.5", path = "./crates/metrics", default-features = false }
229229
blueprint-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 }
232232
cargo_metadata = { version = "0.18.1" }
233233
bollard = { version = "0.18.0", features = ["ssl"] }
234234

cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.0-alpha.12](https://github.com/tangle-network/blueprint/compare/cargo-tangle-v0.5.0-alpha.11...cargo-tangle-v0.5.0-alpha.12) - 2026-07-08
11+
12+
### Added
13+
14+
- adopt tnt-core 0.19 bindings (draft — blocked on publishing tnt-core-bindings 0.19.0) (#1467)
15+
1016
## [0.5.0-alpha.11](https://github.com/tangle-network/blueprint/compare/cargo-tangle-v0.5.0-alpha.10...cargo-tangle-v0.5.0-alpha.11) - 2026-07-03
1117

1218
### Added

0 commit comments

Comments
 (0)