feat(transport)!: expose witnessed transcript types#14
Merged
Conversation
Update the saorsa-core dependency to the witnessed transcript branch and re-export the new transcript-shaped transport types without the removed ConsensusNode API. BREAKING CHANGE: transport no longer re-exports ConsensusNode, and WitnessedCloseGroup/ResponderView follow the new saorsa-core transcript API.
This was referenced Jun 15, 2026
jacderida
added a commit
that referenced
this pull request
Jun 15, 2026
Re-point saorsa-core feat/witnessed-transcript-policy -> canonical rc-2026.6.2 (now 0.26.0-rc.1 with #133). Includes #14 (expose witnessed transcript types). Minor bump for the breaking upstream + new types.
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.
Summary
saorsa-coreto thefeat/witnessed-transcript-policybranch from feat(dht)!: return witnessed close-group transcripts saorsa-core#133ConsensusNodere-exportSemVer
Breaking change: the transport re-exports now follow the new
saorsa-corewitnessed transcript API.ConsensusNodeis no longer exported.Dependency PR
Verification
cargo fmt --all -- --checkcargo clippy --all-targets --all-features -- -D warnings