docs(ttx): versioning exploration for interactive protocols #1658
Closed
SuyashAlphaC wants to merge 2 commits into
Closed
docs(ttx): versioning exploration for interactive protocols #1658SuyashAlphaC wants to merge 2 commits into
SuyashAlphaC wants to merge 2 commits into
Conversation
Add a design exploration document for introducing versioning to the interactive protocols in token/services/ttx. The document maps every interactive view that exchanges typed messages over FSC sessions, evaluates four versioning approaches, and recommends a minimal v1 envelope at the session helper layer. The exploration is the deliverable of issue hyperledger-labs#1654 and is intentionally non-implementation: it produces a proposal for maintainer review before any code is touched. It coordinates with the proto-direction work in hyperledger-labs#1622 by placing the envelope at the same architectural layer that a proto envelope would later replace. Refs: hyperledger-labs#1654 Signed-off-by: SuyashAlphaC <suyashagrawal862@gmail.com>
Contributor
|
Hi @SuyashAlphaC , great effort, thanks 🙏 In the meantime, please, create an Issue with your first analysis in the description. I'll prepare an answer to it so that we can proceed with the implementation plan. What do you think? |
Contributor
Author
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.
This PR adds the design exploration document requested by @adecaro on #1620 and tracked under #1654. It is documentation only — no code or behavior changes.
The doc lives at
docs/services/ttx-versioning.mdand covers:token/services/ttx/that exchanges typed messages over FSC sessionsThe proposal is non-implementation by design — it asks for maintainer alignment before any code is written.
Test plan
Refs: #1654