Skip to content

test fix, email signing fix (#65)#66

Merged
Hendler merged 0 commit intov0.9.11from
main
Mar 24, 2026
Merged

test fix, email signing fix (#65)#66
Hendler merged 0 commit intov0.9.11from
main

Conversation

@Hendler
Copy link
Copy Markdown
Contributor

@Hendler Hendler commented Mar 24, 2026

  • jacs-mcp/src/jacs_tools.rs:4173-4201: the test test_tools_list_matches_compiled_features asserted that core tool names were "always present" without feature gates, but the nightly CI runs it with --no-default-features --features mcp which excludes core-tools. The fix wraps each tool family's assertions with the matching #[cfg(feature = "...")] guard. Both --features mcp a

  • email sigs

  • jacs signature change

  • email sigs

  • bump versions

  • test cargos

  • fix flaky trust timestamp tests by adding serial annotation

test_timestamp_unix_epoch_valid_by_default and test_valid_old_timestamp were racing with test_old_timestamp_rejected_when_expiry_enabled which sets JACS_MAX_SIGNATURE_AGE_SECONDS env var, causing spurious failures.

@Hendler Hendler merged commit 698e8b2 into v0.9.11 Mar 24, 2026
14 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant