fix: isolate RFC-0022 session and AutoSigning capabilities - #329
Open
replghost wants to merge 4 commits into
Open
fix: isolate RFC-0022 session and AutoSigning capabilities#329replghost wants to merge 4 commits into
replghost wants to merge 4 commits into
Conversation
replghost
enabled auto-merge
August 3, 2026 22:54
replghost
force-pushed
the
codex/rfc0022-follow-alias
branch
from
August 4, 2026 02:33
7a43e21 to
450c0a8
Compare
replghost
force-pushed
the
codex/rfc0022-follow-alias
branch
from
August 4, 2026 11:20
450c0a8 to
fd47bae
Compare
replghost
force-pushed
the
codex/rfc0022-follow-alias
branch
from
August 4, 2026 12:38
fd47bae to
b0e70f9
Compare
Remove the Product SDK follow_N alias layer from ChainRuntime. Legacy follow aliases stay out of truapi-server per #317/#321: products upgrade to the current product-sdk, and hosts that still need tolerance for the legacy convention bridge it on their side. Refresh the host-callbacks.ts codegen golden for the AutoSigningKeys core-storage key.
…alias # Conflicts: # rust/crates/truapi-server/src/runtime/pairing_host.rs
Contributor
Author
|
Final reviewed head: |
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
activate_external_session,activate_stored_session) so product pairing runtimes reuse the authenticated phone session without browser-owned cryptographyclear_product_state/reset_session_statehost admin APIs anddescribe_core_storage_keyfor host-private storage policy (Rust + wasm; the wasm signing host is behind thewasm-signing-hostfeature)follow_Nalias convention stays out of truapi-server (Browse does not work on truapi-server #317, fix(server): serve product follow aliases and stamp statement expiry #321)Subsumes the stacked authority-bridge draft #331.
Verification
cargo test --workspace(623 tests)cargo clippy --workspace --all-targets --all-features -- -D warningscargo check -p truapi-server --target wasm32-unknown-unknowncargo +nightly fmt --check