daemon: drop PILOT_TRUSTED_PUBLISHERS wiring (catalogue is the trust anchor)#320
Merged
Merged
Conversation
…nchor removed) The per-publisher trust anchor is removed in app-store (the release-signed catalogue is the source of truth). So the env-var wiring added in #318 is no longer needed — a fresh node installs and runs catalogue apps with zero config. - remove the PILOT_TRUSTED_PUBLISHERS env block + the now-unused manifest import - bump github.com/pilot-protocol/app-store to the trust-anchor-removal commit - keep PILOT_APPSTORE_ROOT honoring Depends on pilot-protocol/app-store#25; re-pin go.mod to the merged app-store commit before this lands. Verified: a fresh node with NO env installs io.pilot.smolmachines from the real catalogue and boots a microVM. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
TeoSlayer
approved these changes
Jun 23, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Drop
PILOT_TRUSTED_PUBLISHERSwiring — the catalogue is the trust anchorThis is the only daemon change needed for v1.12.4 so that all catalogue apps
(cosift, sixtyfour, wallet) and Smol Machines install and run with zero
config on every host.
PILOT_TRUSTED_PUBLISHERSblock + the now-unusedmanifestimportgithub.com/pilot-protocol/app-storeto…-2f290c314a42, the commit thathas both
proc.exec(Unit 3: Peer resilience — endpoint caching, pubkey TTL, partition recovery #24) and the trust-anchor removalPILOT_APPSTORE_ROOThonoringapp-store #25 is NOT a blocker
This
go.modpins the app-store commit directly, so the bits are correct whetheror not #25 is merged. Caveat: that commit currently lives only on the
remove-redundant-trust-anchorbranch — keep that branch alive until #25 lands,then a follow-up re-pins
go.modto the merged-on-maincommit.Verified (fresh node, NO env)
After merge
Tag v1.12.4 →
release.ymlpublishes →pilot-updaterrolls it out,superseding the bricking v1.12.3 (which enforced the anchor + needed the env).
🤖 Generated with Claude Code