Problem Statement. renounce_admin emits adm_ren topic but the
payload is empty. Backends cannot correlate post-conditions like
"Affected config snapshots" with renounce. A lifecycle_terminal
event with payload (caller, ledger_seq) would help.
Expected Outcome.
- Modify event payload from
() to (caller, ledger_seq, last_admin_set_at).
- New test verifies payload shape.
Files: lib.rs, event_state_tests.rs, topic_stability_tests.rs.
Problem Statement.
renounce_adminemitsadm_rentopic but thepayload is empty. Backends cannot correlate post-conditions like
"Affected config snapshots" with renounce. A
lifecycle_terminalevent with payload
(caller, ledger_seq)would help.Expected Outcome.
()to(caller, ledger_seq, last_admin_set_at).Files:
lib.rs,event_state_tests.rs,topic_stability_tests.rs.