Skip to content

feat: advertise TSP alongside DIDComm across all four components - #25

Merged
vthwang merged 1 commit into
mainfrom
feat/tsp-transport
Aug 12, 2026
Merged

feat: advertise TSP alongside DIDComm across all four components#25
vthwang merged 1 commit into
mainfrom
feat/tsp-transport

Conversation

@vthwang

@vthwang vthwang commented Aug 12, 2026

Copy link
Copy Markdown
Member

No description provided.

Images are built with TSP; the recipes now match.

- vta-setup.toml (both modes): [services] tsp = true
- mediator-recipe.toml: protocols = ["didcomm", "tsp"]
- webvh-recipe.toml: [identity] transport = "both"
- vtc-setup.toml: [messaging] transports = ["tsp", "didcomm"]

The VTC's `transports` is required — `MessagingSetup` has no serde default, so
a [messaging] table without it fails to deserialize on any vtc image from #929
onward, TSP or not.

full_stack's [messaging] deliberately gains no `protocols` key: omitted, setup
derives the minted mediator's transports from [services].

Signed-off-by: vthwang <vthwang.work@gmail.com>
@vthwang vthwang self-assigned this Aug 12, 2026
@vthwang vthwang added the enhancement New feature or request label Aug 12, 2026
@vthwang
vthwang merged commit 8558cff into main Aug 12, 2026
1 check passed
@vthwang
vthwang deleted the feat/tsp-transport branch August 12, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant