I have a list of chained contract updates, so that the returned contrat id from one transaction is input for the next one.
It’s straightforward to process these updates as an atomic transaction, meaning if any of the updates gets aborted, nothing is committed to the ledger.
Is there an easy way to process the list so, that the updates before the first abort are committed?