Conversation
- badge_for() returns Unverified when no trust pools are populated instead of None (fixes stale badge after app restart) - Add ResolvedBatch.get(handle) across all 6 clients for easy handle lookup from batch results - Add save_state()/from_state() to Rust and saveState()/loadState() to JS for persisting peers, anchors, trust sets, and zone cache across app restarts
Breaking change: resolve() returns Zone, resolveAll() returns Vec<Zone>. Zone now carries anchor_hash from libveritas 0.2.0, making the Resolved wrapper unnecessary. - badge() takes &Zone directly, reads anchor_hash - badgeFor() takes single anchor_hash string instead of roots array - Remove Resolved, ResolvedBatch, batchGet across all 6 clients - Update all examples - Bump libveritas to 0.2.0
- Handler skips per-space and per-handle rate limits in dev_mode, fixing test_incremental_zone_replacement which was blocked by the 1-per-5-min handle rate limiter - Update test_anchors_endpoint to use compute_trust_set instead of removed trust_id/root_matches on AnchorSet - Update fabric_client tests for Zone-based resolve API
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.
No description provided.