Location
contracts/ephemeral_account/src/lib.rs
Problem
While events are emitted per-action, Soroban event retention at the RPC layer is time-limited; no confirmed on-chain view function lets a caller retrieve a summarized history for a specific account (e.g. funded-at, claimed-at, swept-at timestamps) after the underlying raw events may have aged out of RPC-queryable history, relevant for dispute resolution or long-after-the-fact audits.
Acceptance Criteria
Location
contracts/ephemeral_account/src/lib.rs
Problem
While events are emitted per-action, Soroban event retention at the RPC layer is time-limited; no confirmed on-chain view function lets a caller retrieve a summarized history for a specific account (e.g. funded-at, claimed-at, swept-at timestamps) after the underlying raw events may have aged out of RPC-queryable history, relevant for dispute resolution or long-after-the-fact audits.
Acceptance Criteria