Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ broken_intra_doc_links = "deny"

[workspace.dependencies]
# SDKs (overarching crates that include all other crates)
blueprint-sdk = { version = "0.2.0-alpha.11", path = "./crates/sdk", default-features = false }
blueprint-sdk = { version = "0.2.0-alpha.12", path = "./crates/sdk", default-features = false }
# tnt-core 0.19 makes binary URIs event-only: `BinaryVersion` drops its
# `binaryUri` field (the URI now lives solely on the `BinaryVersionPublished`
# event), `onJobResult` takes `bytes32 inputsHash` instead of `bytes inputs`,
Expand All @@ -141,18 +141,18 @@ tnt-core-bindings = "0.19" # BinaryVersion loses binaryUri (event-only); onJobR
# Job system
blueprint-core = { version = "0.2.0-alpha.5", path = "crates/core", default-features = false }
blueprint-router = { version = "0.2.0-alpha.5", path = "crates/router", default-features = false }
blueprint-runner = { version = "0.2.0-alpha.11", path = "crates/runner", default-features = false }
blueprint-runner = { version = "0.2.0-alpha.12", path = "crates/runner", default-features = false }

# Extras
blueprint-tangle-extra = { version = "0.2.0-alpha.11", path = "crates/tangle-extra", features = ["std"] }
blueprint-evm-extra = { version = "0.2.0-alpha.6", path = "crates/evm-extra", default-features = false }
blueprint-eigenlayer-extra = { version = "0.2.0-alpha.11", path = "crates/eigenlayer-extra", default-features = false }
blueprint-eigenlayer-extra = { version = "0.2.0-alpha.12", path = "crates/eigenlayer-extra", default-features = false }
blueprint-producers-extra = { version = "0.2.0-alpha.5", path = "crates/producers-extra", default-features = false }
blueprint-tangle-aggregation-svc = { version = "0.2.0-alpha.11", path = "crates/tangle-aggregation-svc", default-features = false }

# Blueprint utils
blueprint-manager = { version = "0.4.0-alpha.12", path = "./crates/manager", default-features = false }
blueprint-manager-bridge = { version = "0.2.0-alpha.10", path = "./crates/manager/bridge", default-features = false }
blueprint-manager-bridge = { version = "0.2.0-alpha.11", path = "./crates/manager/bridge", default-features = false }
blueprint-remote-providers = { version = "0.2.0-alpha.11", path = "./crates/blueprint-remote-providers", default-features = false }
blueprint-faas = { version = "0.2.0-alpha.6", path = "./crates/blueprint-faas", default-features = false }
blueprint-profiling = { version = "0.2.0-alpha.5", path = "./crates/blueprint-profiling", default-features = false }
Expand All @@ -163,8 +163,8 @@ blueprint-build-utils = { version = "0.2.0-alpha.5", path = "./crates/build-util
blueprint-auth = { version = "0.2.0-alpha.10", path = "./crates/auth", default-features = false }

# Chain Setup
blueprint-chain-setup = { version = "0.2.0-alpha.11", path = "./crates/chain-setup", default-features = false }
blueprint-chain-setup-anvil = { version = "0.2.0-alpha.11", path = "./crates/chain-setup/anvil", default-features = false }
blueprint-chain-setup = { version = "0.2.0-alpha.12", path = "./crates/chain-setup", default-features = false }
blueprint-chain-setup-anvil = { version = "0.2.0-alpha.12", path = "./crates/chain-setup/anvil", default-features = false }

# Crypto
blueprint-crypto-core = { version = "0.2.0-alpha.5", path = "./crates/crypto/core", default-features = false }
Expand All @@ -177,12 +177,12 @@ blueprint-crypto-bn254 = { version = "0.2.0-alpha.8", path = "./crates/crypto/bn
blueprint-crypto = { version = "0.2.0-alpha.8", path = "./crates/crypto", default-features = false }

# Clients
blueprint-clients = { version = "0.2.0-alpha.11", path = "./crates/clients", default-features = false }
blueprint-clients = { version = "0.2.0-alpha.12", path = "./crates/clients", default-features = false }
blueprint-client-core = { version = "0.2.0-alpha.5", path = "./crates/clients/core", default-features = false }
blueprint-client-eigenlayer = { version = "0.2.0-alpha.11", path = "./crates/clients/eigenlayer", default-features = false }
blueprint-client-eigenlayer = { version = "0.2.0-alpha.12", path = "./crates/clients/eigenlayer", default-features = false }
blueprint-client-evm = { version = "0.2.0-alpha.6", path = "./crates/clients/evm", default-features = false }
blueprint-client-tangle = { version = "0.2.0-alpha.11", path = "./crates/clients/tangle", default-features = false, features = ["std"] }
blueprint-contexts = { version = "0.2.0-alpha.11", path = "./crates/contexts", default-features = false }
blueprint-contexts = { version = "0.2.0-alpha.12", path = "./crates/contexts", default-features = false }

# Pricing Engine
blueprint-pricing-engine = { version = "0.3.0-alpha.10", path = "./crates/pricing-engine", default-features = false }
Expand All @@ -191,17 +191,17 @@ blueprint-pricing-engine = { version = "0.3.0-alpha.10", path = "./crates/pricin
blueprint-tee = { version = "0.2.0-alpha.8", path = "./crates/tee", default-features = false }

# x402 Payment Gateway
blueprint-x402 = { version = "0.2.0-alpha.11", path = "./crates/x402", default-features = false }
blueprint-x402 = { version = "0.2.0-alpha.12", path = "./crates/x402", default-features = false }

# Webhook Producer
blueprint-webhooks = { version = "0.2.0-alpha.11", path = "./crates/webhooks", default-features = false }
blueprint-webhooks = { version = "0.2.0-alpha.12", path = "./crates/webhooks", default-features = false }

# Macros
blueprint-macros = { version = "0.2.0-alpha.4", path = "./crates/macros", default-features = false }
blueprint-context-derive = { version = "0.2.0-alpha.4", path = "./crates/macros/context-derive", default-features = false }

# Quality of Service
blueprint-qos = { version = "0.2.0-alpha.12", path = "./crates/qos", default-features = false }
blueprint-qos = { version = "0.2.0-alpha.13", path = "./crates/qos", default-features = false }

# Stores
blueprint-stores = { version = "0.2.0-alpha.5", path = "./crates/stores", default-features = false }
Expand All @@ -219,16 +219,16 @@ blueprint-networking-agg-sig-gossip-extension = { version = "0.2.0-alpha.9", pat
blueprint-gossip-primitives = { version = "0.2.0-alpha.9", path = "./crates/networking/extensions/gossip-primitives", default-features = false }

# Testing utilities
blueprint-testing-utils = { version = "0.2.0-alpha.11", path = "./crates/testing-utils", default-features = false }
blueprint-core-testing-utils = { version = "0.2.0-alpha.11", path = "./crates/testing-utils/core", default-features = false }
blueprint-anvil-testing-utils = { version = "0.2.0-alpha.11", path = "./crates/testing-utils/anvil", default-features = false }
blueprint-eigenlayer-testing-utils = { version = "0.2.0-alpha.11", path = "./crates/testing-utils/eigenlayer", default-features = false }
blueprint-testing-utils = { version = "0.2.0-alpha.12", path = "./crates/testing-utils", default-features = false }
blueprint-core-testing-utils = { version = "0.2.0-alpha.12", path = "./crates/testing-utils/core", default-features = false }
blueprint-anvil-testing-utils = { version = "0.2.0-alpha.12", path = "./crates/testing-utils/anvil", default-features = false }
blueprint-eigenlayer-testing-utils = { version = "0.2.0-alpha.12", path = "./crates/testing-utils/eigenlayer", default-features = false }

# Metrics
blueprint-metrics = { version = "0.2.0-alpha.5", path = "./crates/metrics", default-features = false }
blueprint-metrics-rpc-calls = { version = "0.2.0-alpha.5", path = "./crates/metrics/rpc-calls", default-features = false }

cargo-tangle = { version = "0.5.0-alpha.12", path = "./cli", default-features = false }
cargo-tangle = { version = "0.5.0-alpha.13", path = "./cli", default-features = false }
cargo_metadata = { version = "0.18.1" }
bollard = { version = "0.18.0", features = ["ssl"] }

Expand Down
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0-alpha.13](https://github.com/tangle-network/blueprint/compare/cargo-tangle-v0.5.0-alpha.12...cargo-tangle-v0.5.0-alpha.13) - 2026-07-11

### Other

- update Cargo.lock dependencies

## [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

### Added
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-tangle"
version = "0.5.0-alpha.12"
version = "0.5.0-alpha.13"
description = "A command-line tool to create and deploy blueprints on Tangle Network"
authors.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/chain-setup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0-alpha.12](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-v0.2.0-alpha.11...blueprint-chain-setup-v0.2.0-alpha.12) - 2026-07-11

### Other

- updated the following local packages: blueprint-chain-setup-anvil

## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-v0.2.0-alpha.10...blueprint-chain-setup-v0.2.0-alpha.11) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/chain-setup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-chain-setup"
version = "0.2.0-alpha.11"
version = "0.2.0-alpha.12"
description = "Chain setup utilities for use with Blueprint SDK"
authors.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/chain-setup/anvil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0-alpha.12](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-anvil-v0.2.0-alpha.11...blueprint-chain-setup-anvil-v0.2.0-alpha.12) - 2026-07-11

### Other

- updated the following local packages: blueprint-core-testing-utils

## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-chain-setup-anvil-v0.2.0-alpha.10...blueprint-chain-setup-anvil-v0.2.0-alpha.11) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/chain-setup/anvil/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-chain-setup-anvil"
version = "0.2.0-alpha.11"
version = "0.2.0-alpha.12"
description = "Anvil-specific chain setup utilities"
authors.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0-alpha.12](https://github.com/tangle-network/blueprint/compare/blueprint-clients-v0.2.0-alpha.11...blueprint-clients-v0.2.0-alpha.12) - 2026-07-11

### Other

- updated the following local packages: blueprint-client-eigenlayer

## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-clients-v0.2.0-alpha.10...blueprint-clients-v0.2.0-alpha.11) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/clients/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-clients"
version = "0.2.0-alpha.11"
version = "0.2.0-alpha.12"
description = "Metapackage for Tangle Blueprint clients"
authors.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/clients/eigenlayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0-alpha.12](https://github.com/tangle-network/blueprint/compare/blueprint-client-eigenlayer-v0.2.0-alpha.11...blueprint-client-eigenlayer-v0.2.0-alpha.12) - 2026-07-11

### Other

- updated the following local packages: blueprint-runner

## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-client-eigenlayer-v0.2.0-alpha.10...blueprint-client-eigenlayer-v0.2.0-alpha.11) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/clients/eigenlayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-client-eigenlayer"
version = "0.2.0-alpha.11"
version = "0.2.0-alpha.12"
description = "Eigenlayer client for Tangle Blueprints"
authors.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/contexts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0-alpha.12](https://github.com/tangle-network/blueprint/compare/blueprint-contexts-v0.2.0-alpha.11...blueprint-contexts-v0.2.0-alpha.12) - 2026-07-11

### Other

- updated the following local packages: blueprint-runner, blueprint-clients

## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-contexts-v0.2.0-alpha.10...blueprint-contexts-v0.2.0-alpha.11) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/contexts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-contexts"
version = "0.2.0-alpha.11"
version = "0.2.0-alpha.12"
description = "Context providers for Tangle Blueprints"
authors.workspace = true
edition.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/eigenlayer-extra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0-alpha.12](https://github.com/tangle-network/blueprint/compare/blueprint-eigenlayer-extra-v0.2.0-alpha.11...blueprint-eigenlayer-extra-v0.2.0-alpha.12) - 2026-07-11

### Other

- updated the following local packages: blueprint-runner, blueprint-client-eigenlayer

## [0.2.0-alpha.11](https://github.com/tangle-network/blueprint/compare/blueprint-eigenlayer-extra-v0.2.0-alpha.10...blueprint-eigenlayer-extra-v0.2.0-alpha.11) - 2026-07-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/eigenlayer-extra/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blueprint-eigenlayer-extra"
version = "0.2.0-alpha.11"
version = "0.2.0-alpha.12"
description = "Eigenlayer extra utilities for Blueprint framework"
authors.workspace = true
edition.workspace = true
Expand Down
Loading
Loading