Add the joint-tx crate - #231
Open
robknight wants to merge 1 commit into
Open
Conversation
Represent a shared transaction as participants, input custody, a finalizer, and labeled events. Validate event feasibility and final custody during construction. Derive the commitment-only plan, chain positions, final transaction, statement dependency graph, and proving schedule. Add serializable transfer offers and acceptances with receive-side validation, plus end-to-end swap and borrow scenarios.
robknight
force-pushed
the
jointtx-library
branch
from
August 26, 2026 16:42
b63772f to
6f602d5
Compare
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.
Adds a library for structuring and agreeing to joint transactions. This is built around the JointTransaction type, which manages the participants, the objects in question, the shape of the proposed transaction, and so on. It ensures that the proposed transaction always ends with each object having exactly one owner. It automates the preparation of a transaction in which statements from different parties must be gathered together.
Stack created with GitHub Stacks CLI • Give Feedback 💬