Update localnet scripts to generate TOML config#2450
Update localnet scripts to generate TOML config#2450barakeinav1 wants to merge 89 commits into2262-port-node-launcher-to-rust-v2from
Conversation
…env-variables-and-cli-flags-from-mpc-binary
…es-and-cli-flags-from-mpc-binary' into 2262-port-node-launcher-to-rust-v2
The tee-launcher now expects a structured TOML config instead of flat key=value env files. Update deploy-tee-localnet.sh and single-node.sh to render TOML configs matching the new Config struct, and rename the old template to .bak. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
PR title type suggestion: This PR updates localnet deployment scripts and configuration templates. Since these are development/infrastructure configuration changes rather than user-facing functionality, the type prefix should probably be Suggested title: |
Code Review: Update localnet scripts to generate TOML configThe new TOML template matches the No critical issues found. Minor observations (non-blocking):
✅ Approved — straightforward migration from flat key=value config to structured TOML template that correctly matches the Rust |
51b916c to
f16a291
Compare
Summary
tee-launcherConfigstructdeploy-tee-localnet.shandsingle-node.shto render.tomlconfigs with aports_to_tomlhelper.bak; update docs to referencenode{i}.tomlartifactsTest plan
deploy-tee-localnet.shwithMODE=localnet N=2and verify rendered.tomlfiles are validsingle-node.shand verify the launcher accepts the TOML configdeployment/localnet/tee/sam.toml🤖 Generated with Claude Code