@@ -263,22 +263,29 @@ \subsubsection{Processing transactions off-chain}
263
263
requested snapshot's UTxO set iteratively and
264
264
ultimately yielding a `` pruned'' version of $ \hatmT $ and $ \hatmL $ . \\
265
265
266
- \dparagraph {$ \hpAS $ .}\quad Upon receiving acknowledgment $ (\hpAS ,s,\msSig _j)$ , all
266
+ \dparagraph {$ \hpAS $ .}\quad Upon receiving acknowledgment $ (\hpAS ,s,\msSig _j, \red { \psi } )$ , all
267
267
participants $ \Req $ that it is from an expected snapshot (either the last seen
268
268
$ \hats $ or + 1), potentially $ \KwWait $ for the corresponding $ \hpRS $ such that
269
269
$ \hats = s$ and $ \Req $ that the signature is not yet included in $ \hatSigma $ .
270
270
They store the received signature in the signature accumulator $ \hatSigma $ , and
271
271
if the signature from each party has been collected, $ \party _i$ aggregates the
272
272
multisignature $ \msCSig $ and $ \Req $ it to be valid \red {(using the same message
273
- as in $ \hpRS $ )}. If everything is fine, the snapshot can be considered
274
- confirmed by creating the snapshot object
275
- $ \bar {\mc S} \gets \Sno (\hatv , \hats , \hatmU , \hatmT \red {, \tx _\omega })$ and storing
276
- the multi-signature $ \msCSig $ in it for later reference. \red {In case there is a pending
277
- decommit, any participant can now submit a \mtxDecrement {} transaction by
278
- providing the just confirmed snapshot with its digests of the active UTxO set
279
- $ \eta $ and the to be removed UTxO set $ \eta _\omega $ .} Similar to the $ \hpRT $ , if
280
- $ \party _i$ is the next snapshot leader and there are already transactions to
281
- snapshot in $ \hatmT $ , a corresponding $ \hpRS $ is distributed.
273
+ as in $ \hpRS $ )}. If everything is fine, the snapshot can be considered confirmed by creating
274
+ the snapshot object $ \bar {\mc S} \gets \Sno (\hatv , \hats , \hatmU , \hatmT \red {, \eta _\omega })$
275
+ and storing the multi-signature $ \msCSig $ in it for later reference. \red {Then, in case:
276
+ \begin {itemize }
277
+ \item
278
+ there is a pending decrement any participant can now submit a $ \mathtt {decrementTx}$
279
+ by providing the confirmed snapshot with its digests of the active UTxO set
280
+ $ \eta $ and the UTxO set to be removed $ \eta _\omega $ .
281
+ \item
282
+ there is a pending increment any participant can now submit an $ \mathtt {incrementTx}$
283
+ by providing the confirmed snapshot with its digests of the active UTxO set
284
+ $ \eta $ and the UTxO set to be added $ \eta _\omega $ .
285
+ \end {itemize }
286
+ }
287
+ Similar to the $ \hpRT $ , if $ \party _i$ is the next snapshot leader and there are
288
+ already transactions to snapshot in $ \hatmT $ , a corresponding $ \hpRS $ is distributed.
282
289
283
290
\subsubsection {Closing the head }
284
291
0 commit comments