This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Conversation
- Update Cargo.toml to use blueprint repo with v2 branch - Update edition to 2024 and rust-version to 1.86 - Update rust-toolchain.toml to use stable Rust 1.88 - Migrate to new producer/consumer pattern with PollingProducer - Replace event listener macros with Router and debug_job macro - Use BlueprintEnvironment instead of GadgetConfiguration - Add KeystoreContext derive macro for context - Update build.rs to use blueprint-build-utils 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The direct alloy 0.12 dependency conflicts with SDK's alloy 1.x. Use blueprint_sdk::alloy re-export instead. Also fix rust-toolchain to match 1.86. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add default values for all placeholders
- Ignore release.yml to prevent ${{ }} substitution errors
- Enables fully non-interactive project generation with defaults
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The hook script uses 'docker' variable, not 'container'. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tangle-network/blueprintrepository withv2branch instead of the oldgadgetrepoPollingProducerandRouterGadgetConfigurationwithBlueprintEnvironmentKeystoreContextderive macro for context managementblueprint-build-utilscrate directlyKey Changes
Dependencies
blueprint-sdknow comes fromtangle-network/blueprintbranchv2tokio,alloy, andtracing-subscriberas explicit dependenciesblueprint-build-utilsdirectlyAPI Changes
GadgetConfiguration->BlueprintEnvironmentPollingProducer+Routerpattern#[job(...)]macro replaced with#[debug_job]BlueprintRunner::new()->BlueprintRunner::builder()#[derive(KeystoreContext)]with#[config]attributeRust Version
Test plan
cargo tangle blueprint createcargo check🤖 Generated with Claude Code