Skip to content
Merged
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
58 changes: 29 additions & 29 deletions Cargo.lock

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

58 changes: 29 additions & 29 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.10", path = "./crates/sdk", default-features = false }
blueprint-sdk = { version = "0.2.0-alpha.11", 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,30 +141,30 @@ 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.10", path = "crates/runner", default-features = false }
blueprint-runner = { version = "0.2.0-alpha.11", path = "crates/runner", default-features = false }

# Extras
blueprint-tangle-extra = { version = "0.2.0-alpha.10", path = "crates/tangle-extra", features = ["std"] }
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.10", path = "crates/eigenlayer-extra", default-features = false }
blueprint-eigenlayer-extra = { version = "0.2.0-alpha.11", 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.10", path = "crates/tangle-aggregation-svc", 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.11", path = "./crates/manager", default-features = false }
blueprint-manager-bridge = { version = "0.2.0-alpha.9", path = "./crates/manager/bridge", default-features = false }
blueprint-remote-providers = { version = "0.2.0-alpha.10", path = "./crates/blueprint-remote-providers", default-features = false }
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-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 }

# Example blueprints
incredible-squaring-blueprint-lib = { version = "0.2.0-alpha.9", path = "./examples/incredible-squaring/incredible-squaring-lib", default-features = false }
blueprint-build-utils = { version = "0.2.0-alpha.5", path = "./crates/build-utils", default-features = false }
blueprint-auth = { version = "0.2.0-alpha.9", path = "./crates/auth", default-features = false }
blueprint-auth = { version = "0.2.0-alpha.10", path = "./crates/auth", default-features = false }

# Chain Setup
blueprint-chain-setup = { version = "0.2.0-alpha.10", path = "./crates/chain-setup", default-features = false }
blueprint-chain-setup-anvil = { version = "0.2.0-alpha.10", path = "./crates/chain-setup/anvil", default-features = false }
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 }

# Crypto
blueprint-crypto-core = { version = "0.2.0-alpha.5", path = "./crates/crypto/core", default-features = false }
Expand All @@ -177,31 +177,31 @@ 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.10", path = "./crates/clients", default-features = false }
blueprint-clients = { version = "0.2.0-alpha.11", 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.10", path = "./crates/clients/eigenlayer", default-features = false }
blueprint-client-eigenlayer = { version = "0.2.0-alpha.11", 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.10", path = "./crates/clients/tangle", default-features = false, features = ["std"] }
blueprint-contexts = { version = "0.2.0-alpha.10", path = "./crates/contexts", 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 }

# Pricing Engine
blueprint-pricing-engine = { version = "0.3.0-alpha.9", path = "./crates/pricing-engine", default-features = false }
blueprint-pricing-engine = { version = "0.3.0-alpha.10", path = "./crates/pricing-engine", default-features = false }

# TEE Support
blueprint-tee = { version = "0.2.0-alpha.7", path = "./crates/tee", default-features = false }
blueprint-tee = { version = "0.2.0-alpha.8", path = "./crates/tee", default-features = false }

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

# Webhook Producer
blueprint-webhooks = { version = "0.2.0-alpha.10", path = "./crates/webhooks", default-features = false }
blueprint-webhooks = { version = "0.2.0-alpha.11", 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.11", path = "./crates/qos", default-features = false }
blueprint-qos = { version = "0.2.0-alpha.12", path = "./crates/qos", default-features = false }

# Stores
blueprint-stores = { version = "0.2.0-alpha.5", path = "./crates/stores", default-features = false }
Expand All @@ -213,22 +213,22 @@ blueprint-keystore = { version = "0.2.0-alpha.9", path = "./crates/keystore", de
blueprint-std = { version = "0.2.0-alpha.5", path = "./crates/std", default-features = false }

# P2P
blueprint-networking = { version = "0.2.0-alpha.8", path = "./crates/networking", default-features = false }
blueprint-networking-round-based-extension = { version = "0.2.0-alpha.8", path = "./crates/networking/extensions/round-based", default-features = false }
blueprint-networking-agg-sig-gossip-extension = { version = "0.2.0-alpha.8", path = "./crates/networking/extensions/agg-sig-gossip", default-features = false }
blueprint-gossip-primitives = { version = "0.2.0-alpha.8", path = "./crates/networking/extensions/gossip-primitives", default-features = false }
blueprint-networking = { version = "0.2.0-alpha.9", path = "./crates/networking", default-features = false }
blueprint-networking-round-based-extension = { version = "0.2.0-alpha.9", path = "./crates/networking/extensions/round-based", default-features = false }
blueprint-networking-agg-sig-gossip-extension = { version = "0.2.0-alpha.9", path = "./crates/networking/extensions/agg-sig-gossip", default-features = false }
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.10", path = "./crates/testing-utils", default-features = false }
blueprint-core-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils/core", default-features = false }
blueprint-anvil-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils/anvil", default-features = false }
blueprint-eigenlayer-testing-utils = { version = "0.2.0-alpha.10", path = "./crates/testing-utils/eigenlayer", default-features = false }
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 }

# 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.11", path = "./cli", default-features = false }
cargo-tangle = { version = "0.5.0-alpha.12", 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.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

- adopt tnt-core 0.19 bindings (draft β€” blocked on publishing tnt-core-bindings 0.19.0) (#1467)

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

### Added
Expand Down
Loading
Loading