feat: complete RFC-0022 host cutover - #327
Merged
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Collaborator
|
Thanks will test it out |
added 2 commits
August 3, 2026 14:56
Fold the single-function truapi-dynamic-vrf crate into truapi-server as a private dynamic_vrf module. Relax the workspace unsafe_code lint from forbid to deny so the module's audited unsafe helper can carry a local allow instead of a per-crate lint override.
pgherveou
enabled auto-merge
August 3, 2026 13:15
pgherveou
approved these changes
Aug 3, 2026
added 2 commits
August 3, 2026 15:23
…form surface AutoSigningKey storage key and the SignVrf confirmation review are now part of the emitted host callbacks.
8 tasks
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
//product//uid.dot/{index_bytes(0)}and lite-person ring-VRF entropy fromring-vrf//peopl.dot//{index_bytes(1)}across activation, registration, allowance, responder, and CLI pathsVerification
cargo test -p truapi-server(426 passed)cargo test -p truapi-host-cli(102 passed)cargo check -p truapi-server --target wasm32-unknown-unknowncargo fmt --all -- --checkThe first three commits are the previously unmerged canonical runtime cutover already consumed by UserAgentKit's vendored core; the final commit adds the remaining built-in identity, personhood, and SSO migration.