Skip to content

runtime: move the guard checkpoint to the signed transaction boundary #413

Description

@mfw78

Extend the guard checkpoint to cover the requires-signing class by placing it at the signed unsigned-tx / identity boundary, wired to the real keystore identity backend.

Why

The guard does not cover the requires-signing class at all. For that class the real value movement is the unsigned-tx calldata returned by submit and signed on the identity path, which is a stub today (accounts() returns Ok(vec![])). Identity signing lands together with the guard, so the checkpoint must sit at the signed unsigned-tx / identity boundary and gate against a real identity backend. The work must coordinate with the identity-boundary checkpoint under the guard epic so there is exactly one checkpoint, not two. Part of milestone M7: Egress guard. Blocked by: egress-guard-hardening-epic, #52, #139. See docs/design/videre-split-plan.md and docs/design/issue-milestone-plan.md.

Scope

Done when

Metadata

Metadata

Assignees

No one assigned

    Labels

    component/lifecyclemodule FSM: restart policy, poison-pill, resource enforcementsecuritySandbox escape, capability leak, or key-handling risk.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions