Integrate Herdr 0.7.5 and prepare Tether v0.4.0#29
Merged
Conversation
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
Compatibility
The manifest minimum remains Herdr 0.7.3. Its parser ignores the newer
[[startup]]table, popup placement remains overlay on 0.7.3, and metadata-token reporting is version-gated to 0.7.5. Agent sidebar view actions fail closed and restore their prior preference when the 0.7.5 API is unavailable.Verification
cargo test --locked --all-targets --all-features— 360 passedpython3 -m unittest discover -s tools -p 'test_*.py'— 78 passedpython3 tools/check_docs.pypython3 tools/check_release.py --tag v0.4.0python3 tools/check_package.py --allow-dirty— 52 packaged filespython3 tools/check_public_contracts.py --archive target/package/herdr-tether-0.4.0.crate --binary target/release/herdr-tether— 23 examplestether_groupmetadata tokensCI feedback addressed
The first workflow run found two release-harness issues: CI still checked
v0.3.0, and a deliberate failed-create scenario could leave a recoverable pending record ahead of the external-session fixture on slower Linux runners. The follow-up commit checksv0.4.0and runs the external attach contract before the isolated failure scenario. Both Herdr versions then passed three additional stress runs locally.