Skip to content

Commit 3844a80

Browse files
chore: release (#1423)
Co-authored-by: webb-spider[bot] <182531479+webb-spider[bot]@users.noreply.github.com> Co-authored-by: drewstone <drewstone329@gmail.com>
1 parent ffaf259 commit 3844a80

101 files changed

Lines changed: 339 additions & 1035 deletions

File tree

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: 48 additions & 397 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 34 additions & 34 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.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
137137
blueprint-core = { version = "0.2.0-alpha.4", path = "crates/core", default-features = false }
138138
blueprint-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"] }
143143
blueprint-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 }
145145
blueprint-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 }
152152
blueprint-faas = { version = "0.2.0-alpha.4", path = "./crates/blueprint-faas", default-features = false }
153153
blueprint-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 }
157157
blueprint-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
165165
blueprint-crypto-core = { version = "0.2.0-alpha.4", path = "./crates/crypto/core", default-features = false }
166166
blueprint-crypto-k256 = { version = "0.2.0-alpha.4", path = "./crates/crypto/k256", default-features = false }
167167
blueprint-crypto-sr25519 = { version = "0.2.0-alpha.4", path = "./crates/crypto/sr25519", default-features = false }
168168
blueprint-crypto-ed25519 = { version = "0.2.0-alpha.4", path = "./crates/crypto/ed25519", default-features = false }
169169
blueprint-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 }
176176
blueprint-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 }
178178
blueprint-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
195195
blueprint-macros = { version = "0.2.0-alpha.4", path = "./crates/macros", default-features = false }
196196
blueprint-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
202202
blueprint-stores = { version = "0.2.0-alpha.4", path = "./crates/stores", default-features = false }
203203
blueprint-store-local-database = { version = "0.2.0-alpha.4", path = "./crates/stores/local-database", default-features = false }
204204
rocksdb = { 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 }
208208
blueprint-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
223223
blueprint-metrics = { version = "0.2.0-alpha.4", path = "./crates/metrics", default-features = false }
224224
blueprint-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 }
227227
cargo_metadata = { version = "0.18.1" }
228228
bollard = { version = "0.18.0", features = ["ssl"] }
229229

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.5](https://github.com/tangle-network/blueprint/compare/cargo-tangle-v0.5.0-alpha.4...cargo-tangle-v0.5.0-alpha.5) - 2026-05-17
11+
12+
### Other
13+
14+
- updated the following local packages: blueprint-crypto, blueprint-keystore, blueprint-client-tangle, blueprint-remote-providers, blueprint-runner, blueprint-clients, blueprint-chain-setup, blueprint-contexts, blueprint-eigenlayer-extra, blueprint-testing-utils, blueprint-manager
15+
1016
## [0.5.0-alpha.3](https://github.com/tangle-network/blueprint/compare/cargo-tangle-v0.4.0-alpha.22...cargo-tangle-v0.5.0-alpha.3) - 2026-04-22
1117

1218
### Other

cli/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-tangle"
3-
version = "0.5.0-alpha.4"
3+
version = "0.5.0-alpha.5"
44
description = "A command-line tool to create and deploy blueprints on Tangle Network"
55
authors.workspace = true
66
edition.workspace = true
@@ -74,7 +74,6 @@ uuid = { workspace = true, features = ["v4"] }
7474
rand = { workspace = true }
7575
chrono = { workspace = true }
7676
dirs = { workspace = true }
77-
workspace-hack = { version = "0.1", path = "../workspace-hack" }
7877

7978
[dev-dependencies]
8079
# Path-only dev-deps to break publish cycles via testing-utils -> client-tangle -> cargo-tangle.

crates/auth/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.2.0-alpha.5](https://github.com/tangle-network/blueprint/compare/blueprint-auth-v0.2.0-alpha.4...blueprint-auth-v0.2.0-alpha.5) - 2026-05-17
11+
12+
### Other
13+
14+
- updated the following local packages: blueprint-crypto
15+
1016
## [0.1.0-alpha.10](https://github.com/tangle-network/blueprint/compare/blueprint-auth-v0.1.0-alpha.9...blueprint-auth-v0.1.0-alpha.10) - 2025-10-02
1117

1218
### Added

crates/auth/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blueprint-auth"
3-
version = "0.2.0-alpha.4"
3+
version = "0.2.0-alpha.5"
44
description = "Blueprint HTTP/WS Authentication"
55
authors.workspace = true
66
edition.workspace = true
@@ -54,7 +54,6 @@ prost = { workspace = true, features = ["derive"] }
5454

5555
# Standalone Binary
5656
tempfile = { workspace = true, optional = true }
57-
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
5857

5958

6059
[dev-dependencies]

crates/benchmarking/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ workspace = true
1616
blueprint-std = { workspace = true }
1717
sysinfo = { workspace = true, optional = true, features = ["system"] }
1818
tokio = { workspace = true, features = ["sync", "time"] }
19-
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
2019

2120
[features]
2221
default = ["std"]

crates/blueprint-faas/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ gcp_auth = { workspace = true, optional = true }
4141
# Azure SDK
4242
azure_core = { workspace = true, optional = true }
4343
azure_identity = { workspace = true, optional = true }
44-
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
4544

4645
[dev-dependencies]
4746
serial_test.workspace = true

crates/blueprint-profiling/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ tokio = { workspace = true, features = ["full"] }
1616
chrono = { workspace = true, features = ["std", "clock"] }
1717
flate2 = { workspace = true }
1818
base64 = { workspace = true, features = ["std"] }
19-
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
2019

2120
# Unix-specific for memory profiling
2221
[target.'cfg(unix)'.dependencies]

crates/blueprint-remote-providers/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.2.0-alpha.6](https://github.com/tangle-network/blueprint/compare/blueprint-remote-providers-v0.2.0-alpha.5...blueprint-remote-providers-v0.2.0-alpha.6) - 2026-05-17
11+
12+
### Other
13+
14+
- updated the following local packages: blueprint-keystore, blueprint-pricing-engine
15+
1016
## [0.2.0-alpha.4](https://github.com/tangle-network/blueprint/compare/blueprint-remote-providers-v0.2.0-alpha.3...blueprint-remote-providers-v0.2.0-alpha.4) - 2026-04-22
1117

1218
### Fixed

0 commit comments

Comments
 (0)