Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Pruning nonconsuming exercise eventsForum ↗

Pruning nonconsuming exercise events

App Development3 posts293 viewsLast activity Jan 2023
LE
Leonid_RozenbergOP
Jan 2023

If a contract that I use to send events via a nonconsuming choice has not been archived will those exercise events still be pruned if I prune the ledger to the latest offset?

My reading of PruneRequest documentation is that they will be.

MA
Marcin_Ziolek
Jan 2023

Yes they will be pruned.
When you prune up to an offset N, all events prior to that offset are pruned (create, archive and non-consuming exercises) with the exception of the create events of contracts that were still active at the pruning offset.

LE
Leonid_Rozenberg
Jan 2023

Thank you.

← Back to Discussions