can we kill `MessageLeaves` here so that it never makes it to storage? it can be rebuilt in the generate_proof runtime-api call from `Messages`. ```suggestion <frame_system::Pallet<T>>::deposit_log(digest_item); MessageLeaves::<T>::kill(); ``` _Originally posted by @acatangiu in https://github.com/paritytech/polkadot-sdk/pull/7402#discussion_r1983295774_
Originally posted by @acatangiu in #7402 (comment)