chore(deps): track witnessed transcript dependency stack#145
Closed
mickvandijke wants to merge 1 commit into
Closed
chore(deps): track witnessed transcript dependency stack#145mickvandijke wants to merge 1 commit into
mickvandijke wants to merge 1 commit into
Conversation
Point ant-node at the ant-protocol and saorsa-core branches that carry the witnessed close-group transcript API so downstream crates can consume a single coherent dependency graph without local path patches.
Collaborator
|
Closing as superseded (same as #144). This PR only re-pins ant-node's ant-node picks up the witnessed-transcript stack automatically via a lock refresh on the next rc roll (0.12.1-rc.7); there's no source change here to preserve. If the breaking saorsa-core #133 / ant-protocol #14 changes turn out to require an ant-node source fix, that'll be a separate PR — the rc roll's |
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
ant-protocolto thefeat/witnessed-transcript-policybranch from feat(transport)!: expose witnessed transcript types ant-protocol#14saorsa-coreto the matching witnessed transcript branch from feat(dht)!: return witnessed close-group transcripts saorsa-core#133SemVer
Dependency bridge only. This carries the breaking
saorsa-core/ant-protocolAPI change downstream without adding node-side API changes.Dependency PRs
Verification
cargo fmt --all -- --checkcargo clippy --all-targets --all-features -- -D warnings